summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebCoreFrameBridge.cpp
Commit message (Expand)AuthorAgeFilesLines
* Hook chromium logging up in WebKitKristian Monsen2010-11-041-0/+6
* Add support for file uploads in WebKitKristian Monsen2010-11-041-3/+3
* Fix WebCoreStringToJString() to not delete the local reference to the new jst...Steve Block2010-11-011-40/+26
* Make sure we delete local references to jclass objectsSteve Block2010-10-281-0/+3
* Fix some problems in WebCoreFrameBridge when using JNIEnv::NewString()Steve Block2010-10-271-21/+18
* Merge Webkit at r70209: StringBuilder.h moved to WTF.Ben Murdoch2010-10-261-1/+1
* Fix naming for JNI registration methodsSteve Block2010-10-221-1/+1
* Move jstringToStdString into WebCoreJni.hIain Merrick2010-10-211-9/+0
* Implement file downloads for Chrome HTTP stack (C++ side)Iain Merrick2010-10-201-0/+27
* Rename to_string() to jstringToWtfString() for greater claritySteve Block2010-10-151-10/+10
* Hook up WebView.clearCache() for the Chromium HTTP stackSteve Block2010-10-061-14/+30
* Block network loads based on the setting.Patrick Scott2010-10-051-0/+1
* Merge WebKit at r67908: HTMLInputElement::InputType renamedSteve Block2010-09-291-6/+5
* Integrate AutoFill with WebTextView in Java.Ben Murdoch2010-09-231-0/+4
* HTTP auth for Chromium HTTP stack (C++ side)Iain Merrick2010-09-201-1/+67
* Initial autofill changes in libwebcore.Ben Murdoch2010-09-131-0/+11
* Merge Webkit at r66666 : Renamed function in Settings.hKristian Monsen2010-09-111-1/+1
* Allow WebKit to scroll selection on screen.Leon Scroggins2010-09-101-2/+2
* Use the correct types in SaveWebArchive.Elliott Slaughter2010-09-011-3/+3
* Special file uris have to be handled in Java.Kristian Monsen2010-08-241-0/+15
* Merge WebKit at r65615 : Fix include paths for string headers.Iain Merrick2010-08-231-1/+1
* Remove calls to change the state of the focus controller.Leon Scroggins2010-08-181-0/+2
* am 3c54ece0: am 5dc34a85: activeDocumentLoader() causes crash in WebCoreFrame...Henrik Baard2010-08-171-2/+13
|\
| * activeDocumentLoader() causes crash in WebCoreFrameBridge.cppHenrik Baard2010-08-161-2/+13
* | Merge WebKit at r65072 : Implement DeviceMotionClientAndroidSteve Block2010-08-131-0/+4
* | Merge WebKit at r65072 : Build fix for JSC, update ambiguous usage of JSLock.Ben Murdoch2010-08-131-1/+1
* | Merge WebKit at r65072: String class has moved to the WTF namespace.Ben Murdoch2010-08-131-25/+25
* | Implement DeviceOrientationClientAndroidSteve Block2010-08-051-2/+8
* | Merge WebKit at r64264 : Compile fix, how to create WebCore::Page changedKristian Monsen2010-08-041-14/+9
* | Merge WebKit at r63173 : Following @62607 Page takes a BackForwardClientLeon Clarke2010-07-201-1/+2
* | Removing ANDROID_USER_GESTURE ifdefKristian Monsen2010-07-151-8/+0
* | Fix for bug 2816268: Refactor ANDROID_USER_GESTURE codeKristian Monsen2010-07-151-3/+14
* | Browser save page as web archive.Elliott Slaughter2010-07-121-0/+91
* | Check "email" input as some sites use it as the username.Grace Kloba2010-06-231-2/+2
* | Dump child frames data according to Mac/Qt implementation for layout tests.Shimeng (Simon) Wang2010-06-211-4/+44
* | Fix new LayoutTest crashes in compositing/iframes/lots-of-objects.html andBen Murdoch2010-06-181-2/+5
* | Merge webkit.org at r60469 : @60418 requires us to use associatedElements() a...Leon Clarke2010-06-081-7/+7
* | Merge WebKit at r60074: Pass null DeviceOrientationClient to Page constructorSteve Block2010-05-271-1/+2
* | Provide a string for the case where a file upload control has not had a file ...Ben Murdoch2010-05-211-1/+8
* | Add a method to the PlatformBridge to resolve the filename of a fileBen Murdoch2010-05-211-14/+1
* | Merge webkit.org at r58033 : Update location of CString.hSteve Block2010-05-111-1/+1
|/
* Fixes XHR requests to use the username and password supplied from JavaScriptSteve Block2010-03-241-2/+10
* Fix comment from "WebView.LOAD_*" to "WebSettings.LOAD_*"Brian Carlstrom2010-03-181-4/+4
* Don't leak global weak references when running layout testsLeon Clarke2010-03-041-1/+1
* Fixes a crash in WeakJavaInstanceSteve Block2010-03-031-8/+16
* Prevent unsafe upper casting by checking Element's namespaceURI.Shimeng (Simon) Wang2010-02-251-4/+11
* Use reference instead of vector copying when dealing formElements.Shimeng (Simon) Wang2010-02-241-3/+3
* Correctly guard V8Counters::initCounters() in WebCoreFrameBridgeSteve Block2010-02-051-0/+2
* Merge webkit.org at r54127 : mainWorldScriptState is now a global function.Steve Block2010-02-041-5/+1
* Merge webkit.org at r54127 : Fix some WebKit includesSteve Block2010-02-041-29/+22