summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebCoreResourceLoader.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge Webkit at r63859 : ResourceHandleInternal::m_request has been renamed. ↵Ben Murdoch2010-07-271-1/+1
| | | | | | See http://trac.webkit.org/changeset/63332 Change-Id: Id019ee222d0b7dcfa464f97cfffdd5c08e2d0ee8
* Merge webkit.org at r58033 : Update location of CString.hSteve Block2010-05-111-1/+1
| | | | | | See http://trac.webkit.org/changeset/56825 Change-Id: I8ba6a9685dcd1d8c4dec3400fba81e19fcbfe74d
* Make sure the protocol is lower case in the redirect.Patrick Scott2010-03-311-6/+10
| | | | | Bug: 2560217 Change-Id: I22a7c854a4e043682eac8b92ca2dece256af76b8
* Add a new API on the resource loader to pause the current load. We use this ↵Ben Murdoch2010-03-221-0/+18
| | | | | | | | | | | when the plugin cannot accept any more data to prevent WebKit buffering the data that the plugin can't take. This can result in a crash if the buffer gets too big (when watching an HD movie clip in flash, for example). Requires a frameworks/base change. Change-Id: Ibb63d38df1014ff70fa4d65275613cbf3a217c1a
* Cherry-pick WebKit change 53497 to rename jni_utility and ↵Steve Block2010-01-201-8/+6
| | | | | | | | | | | jni_utility_private to JNIUtility and JNIUtilityPrivate See http://trac.webkit.org/changeset/53497 This is required to sync the Android tree with webkit.org to allow unforking in WebCore/bridge. This change required updating headers in Android-specific files in WebCore and WebKit. Change-Id: I4b80eb3eadcff66cbd261aa6ccef0f37927250b1
* Break the WebCore -> WebKit dependency in ResourceHandleAndroid.cpp.Andrei Popescu2009-12-111-0/+5
|
* Fixes license headers for all files in WebKit/android, other than those in stl/.Steve Block2009-11-131-1/+1
| | | | | | | | | | | | | These files have not yet been upstreamed to webkit.org. WebKit requires either a BSD-style or LGPL 2.1 license for all code. We use a BSD-style 2-clause license for Android-specific files that will be upstreamed to webkit.org. This change adds licenses where absent or simply fixes the names of copyright holders in the license text to 'THE COPYRIGHT OWNER' and cleans up formatting. Files in stl/ currently use licenses other than BSD-style and will require more careful treatment. Change-Id: I67ad4b8932e432d3eaaeecdfeb0d09418496228d
* Add/expose postdata identifier so that when we cacheGrace Kloba2009-11-081-3/+3
| | | | | | | | | | the post data, we can distinguish them. add identifier to postUrl(). add identifier when we check whether the post data can be loaded from cache. Fix http://b/issue?id=1980031
* Merge webkit.org at R49305 : Update KURL constructor call sites to new ↵Steve Block2009-10-201-2/+2
| | | | | | | | signature. See http://trac.webkit.org/changeset/47907 Change-Id: I0d2f17fb161254e62e835d52fe7ab482b11b054d
* As WebKit takes "expires" as String, we can pass it directly with the rest ↵Grace Kloba2009-06-291-7/+2
| | | | of the headers.
* Fix for the new webkit. "expires" now takes the string instead of int.Grace Kloba2009-06-251-7/+7
|
* Get WebKit r44544.Feng Qian2009-06-171-4/+5
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+333
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-333/+0
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-201-5/+4
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-56/+31
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+359