summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebCoreFrameBridge.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a few crashes with assertions enabled.Patrick Scott2009-09-291-1/+1
* Fix the multiple form submission bug. (Bug 2098417).Ben Murdoch2009-09-281-0/+4
* Add ANDROID_USER_GESTURE back to WebCore.Patrick Scott2009-09-241-1/+1
* Add apple-touch-icon-precomposed processing.Patrick Scott2009-09-221-3/+3
* Add dpi support for WebView.Grace Kloba2009-09-211-0/+12
* allow mixed-case schemes in resource URLsCary Clark2009-09-101-1/+14
* Fix for 2106269Andrei Popescu2009-09-091-1/+1
* Allow 0 to be passed for the nativePointerParameter to nativeAddJavaScriptInt...Andrei Popescu2009-09-031-1/+5
* Get the drawable directory from Java for the platform buttons.Grace Kloba2009-09-021-4/+9
* Use v8::V8::LowMemoryNotification() instead of the non-really-existibg v8::V8...Andrei Popescu2009-08-271-1/+1
* Merge commit 'goog/master' into mergeBen Murdoch2009-08-181-0/+3
|\
| * Add GC support in V8 and calling GC in WebCoreFrameBridge::clearCache.Feng Qian2009-08-131-0/+3
* | Continue with linker error fixes.Ben Murdoch2009-08-171-3/+8
* | Fix WebCoreFrameBridge.cppAndrei Popescu2009-08-171-6/+2
|/
* Add a callback for parsing apple-touch-icon.Patrick Scott2009-08-051-0/+19
* Adds a GeolocationPermissions class.Steve Block2009-07-291-1/+10
* Turn on webcore's request management and remove our hacks.Patrick Scott2009-07-151-3/+3
* Fix V8 build.Feng Qian2009-06-221-1/+1
* Remove ANDROID_USER_GESTURE as the bug it fixed no longer applies.Patrick Scott2009-06-221-7/+1
* Ues loadFrameRequest instead of loadPostRequest so that we don't need to chan...Grace Kloba2009-06-191-5/+4
* Get WebKit r44544.Feng Qian2009-06-171-4/+7
* Added postUrl() to WebView so that we can pass lat/lon for the search.Grace Kloba2009-05-261-0/+25
* Revert the POST content-length change as the fix in Java side is a better fix.Grace Kloba2009-05-081-17/+2
* Temp turn off POST content-length as it breaks the Google log in page.Grace Kloba2009-05-081-1/+2
* Fix 1807059. For POST, even there is no formdata, we need to add "content-len...Grace Kloba2009-05-061-2/+17
* Fix memory leaks in Java binding and some code cleanup.Feng Qian2009-05-061-0/+7
* Implement Java <-> JS bindings.Feng Qian2009-04-301-0/+12
* am caa8647: Merge change 598 into donutandroid-build SharedAccount2009-04-291-3/+0
|\
| * Remove call to purge image-cache. Now handled by ActivityThreadMike Reed2009-04-271-3/+0
| * AI 146109: Use KURL(baseUrl, rel) with a blank baseUrl to properly encode the...Patrick Scott2009-04-141-2/+3
| * AI 145241: Automated g4 rollback of changelist 144888.Grace Kloba2009-04-081-2/+1
| * AI 144888: Given a url from java, percent encode the url to maintain any enco...Patrick Scott2009-04-071-1/+2
| * Automated import from //branches/donutburger/...@142403,142403Patrick Scott2009-03-241-7/+7
* | Merge commit 'goog/master' into merge_webkit_from_masterFeng Qian2009-04-291-2/+3
|\ \
| * | AI 146528: am: CL 146109 Use KURL(baseUrl, rel) with a blank baseUrl to prope...Patrick Scott2009-04-161-2/+3
* | | Fix the threading issue.Feng Qian2009-04-241-0/+5
* | | Make WebCore built with V8.Feng Qian2009-04-241-15/+30
|/ /
* | AI 145242: am: CL 145241 Automated g4 rollback of changelist 144888.Grace Kloba2009-04-081-2/+1
* | AI 144889: am: CL 144888 Given a url from java, percent encode the url to mai...Patrick Scott2009-04-081-1/+2
* | Automated import from //branches/master/...@142404,142404Patrick Scott2009-03-241-7/+7
|/
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-1/+55
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-22/+36
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1234
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1234/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+3
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-201-22/+20
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-100/+73
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+7
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+1253