summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebCoreFrameBridge.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Pass up flags for the main resource and user gesture.Patrick Scott2009-12-041-2/+4
* | am 2e36087f: am 4e95824e: Save form data for elements other than type "text".Leon Scroggins2009-12-021-20/+15
|\ \ | |/
| * Save form data for elements other than type "text".Leon Scroggins2009-12-021-20/+15
* | am 1573e25e: am 8ec42170: Enable WebKit page cache through WebSettings.Grace Kloba2009-12-021-8/+8
|\ \ | |/
| * Enable WebKit page cache through WebSettings.Grace Kloba2009-12-021-8/+8
* | resolved conflicts for merge of c3ebd21f to masterBen Murdoch2009-11-251-8/+8
|\ \ | |/
| * Unfork WebCore/bridge/jni.Ben Murdoch2009-11-241-5/+5
* | am 7063c3ef: Merge change I67ad4b89 into eclair-mr2Steve Block2009-11-131-1/+1
|\ \ | |/
| * Fixes license headers for all files in WebKit/android, other than those in stl/.Steve Block2009-11-131-1/+1
* | am 20626c19: Merge webkit.org at r50258 : toJSDOMWindow now takes a DOMWrappe...Steve Block2009-11-101-1/+1
|\ \ | |/
| * Merge webkit.org at r50258 : toJSDOMWindow now takes a DOMWrapperWorld parame...Steve Block2009-11-101-1/+1
* | am c05f32f6: Merge webkit.org at r50258 : FrameLoader::loadFrameRequest now t...Steve Block2009-11-101-1/+1
|\ \ | |/
| * Merge webkit.org at r50258 : FrameLoader::loadFrameRequest now takes a Referr...Steve Block2009-11-101-1/+1
* | am 5995cab4: Merge webkit.org at r50258 : FrameLoader::executeScript has move...Steve Block2009-11-101-1/+1
|\ \ | |/
| * Merge webkit.org at r50258 : FrameLoader::executeScript has moved to ScriptCo...Steve Block2009-11-101-1/+1
* | resolved conflicts for merge of ef7b176b to masterGrace Kloba2009-11-091-3/+8
|\ \ | |/
| * Add/expose postdata identifier so that when we cacheGrace Kloba2009-11-081-3/+9
* | am 8c6c2864: Merge change I998a5863 into eclair-mr2Steve Block2009-10-281-1/+6
|\ \ | |/
| * Use NPAPI headers from WebCore/bridge/ rather than those from V8Bindings/npapi/.Steve Block2009-10-281-1/+6
* | am 0ddb5835: Merge change Ia17a9f02 into eclair-mr2Steve Block2009-10-281-7/+1
|\ \ | |/
| * Adds ScriptController::initializeThreading(), to allow initializeThreading() ...Steve Block2009-10-271-7/+1
* | Use native weak references instead of our wrapper.Patrick Scott2009-10-271-86/+44
|/
* Merge webkit.org at R49305 : Page constructor now takes a PluginHalterClient.Steve Block2009-10-201-1/+1
* Merge webkit.org at R49305 : goBackOrForwards is now a member of Page.Steve Block2009-10-201-1/+1
* Merge webkit.org at R49305 : setLocalLoadPolicy is now a member of SecurityOr...Steve Block2009-10-201-2/+3
* Merge webkit.org at R49305 : PolicyChecker is now factored out of FrameLoader.Steve Block2009-10-201-1/+1
* Merge webkit.org at R49305 : Update KURL constructor call sites to new signat...Steve Block2009-10-201-1/+1
* Prevent getFile from copying when the file is too large.Leon Scroggins2009-10-131-9/+36
* File upload.Leon Scroggins2009-10-091-0/+36
* Add check null of getRealObject(). When a WebView isGrace Kloba2009-10-021-20/+76
* 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