summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebCoreFrameBridge.cpp
Commit message (Expand)AuthorAgeFilesLines
* Turns out args should not be decoded twice.Patrick Scott2011-03-171-3/+0
* Merge "remove restriction on CSS Mimetype" into honeycomb-mr1Cary Clark2011-03-091-3/+0
|\
| * remove restriction on CSS MimetypeCary Clark2011-03-091-3/+0
* | Merge "Parse x-auto-login and send it up to Java." into honeycomb-mr1Patrick Scott2011-03-091-0/+52
|\ \ | |/ |/|
| * Parse x-auto-login and send it up to Java.Patrick Scott2011-03-081-0/+52
* | cherry-pick this change from master (should be in honeycomb-mr1) (please don'...Ed Heyl2011-03-081-2/+2
|/
* Only support saveWebArchive for (X)HTMLJohn Reck2011-02-281-0/+3
* b/3416864 Pass the certificate info from native to JAVA.Huahui Wu2011-02-101-9/+9
* Store form data when it is submitted.Leon Scroggins2011-02-041-44/+41
* b/3347670 Support installing online certs to the system keystore.Huahui Wu2011-01-271-0/+35
* Call back loadstarted when the URL is loaded again in URL bar.Shimeng (Simon) Wang2011-01-251-1/+0
* Report SSL certificates to WebView.Iain Merrick2011-01-201-0/+23
* Add a stdStringToJstring() helper functionSteve Block2011-01-061-6/+10
* Fix naming of wtfStringToJstring()Steve Block2011-01-061-27/+27
* b/2864818 Prompt SSL cert error dialog to user and proceed or cancel the requ...Huahui Wu2010-12-151-0/+49
* Refactor AutoFill so it runs lazily.Ben Murdoch2010-12-061-7/+0
* Enable SPDY, and renames initChromiumLoggingKristian Monsen2010-12-021-3/+3
* Factor out WebCache from WebRequestContextSteve Block2010-11-291-1/+1
* Add maybeSavePassword() method to WebFrame.Iain Merrick2010-11-221-88/+130
* Merge Webkit at r71558: Cache.h relocated as MemoryCache.hTeng-Hui Zhu2010-11-171-1/+1
* Merge autofill files after last Chromium mergeBen Murdoch2010-11-161-1/+1
* Allow applications to intercept requests.Patrick Scott2010-11-151-15/+23
* Encode email addresses that are not mailto: links.Patrick Scott2010-11-081-5/+5
* 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