summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/BrowserFrame.java
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE Set the initial scroll position for RTL.George Mount2011-11-091-0/+13
* Remove unnecessary memory allocationsJohn Reck2011-11-071-7/+0
* Modify BrowserFrame.requestClientCert() to take the host and port as a StringSteve Block2011-10-121-8/+6
* Add WebViewClient.onProceededAfterSslError()Steve Block2011-10-071-1/+4
* SSL-related cleanup in BrowserFrame and SslCertLookupTableSteve Block2011-10-051-4/+1
* Fix BrowserFrame to construct SslError using the full URL, rather than the hostSteve Block2011-10-051-7/+1
* Remove superfluous synchronized modifier on SslCertLookupTable.getInstance()Steve Block2011-09-271-20/+18
* Relax form autocomplete conditionsBen Murdoch2011-09-091-3/+3
* Fix for bug 5100096 Repeated Security WaringKristian Monsen2011-09-071-1/+3
* Add a flag to force suppression of the auth dialog.Ben Murdoch2011-08-051-1/+7
* Part of fix for bug 4997380: Some error types unknown to SslErrorKristian Monsen2011-07-291-1/+6
* I. Can. Not. Stand. ViewAncestor.Dianne Hackborn2011-07-181-2/+2
* Maintain a reference to the Java object when WebView.removeJavascriptInterfac...Steve Block2011-07-041-12/+20
* 2nd try: Gets the URL that has a cert error and carrys it in SslError.Huahui Wu2011-06-281-2/+3
* Revert "Gets the URL that has a cert error and carrys it in SslError."Huahui Wu2011-06-281-3/+2
* Gets the URL that has a cert error and carrys it in SslError.Huahui Wu2011-06-271-2/+3
* Implement android.webkit.BrowserFrame.requestClientCertBrian Carlstrom2011-06-091-1/+34
* Rename ViewRoot to ViewAncestor.Joe Onorato2011-05-041-2/+2
* am 5d534f28: am ea44c7c7: Merge "Pass the auto login header information to th...Patrick Scott2011-03-091-1/+7
|\
| * Pass the auto login header information to the app.Patrick Scott2011-03-081-1/+7
* | Create a RenderSkinButton in UI side.Leon Scroggins2011-03-041-7/+10
|/
* A Java implementation of the SearchBox API.Narayan Kamath2011-03-011-16/+24
* Adds localization support for incognito start pageJohn Reck2011-02-161-1/+15
* b/3416864 Send the cert info from Native to Java side.Huahui Wu2011-02-101-9/+12
* Save form data when submitted.Leon Scroggins2011-02-041-21/+21
* b/3347670 Support installing online certs to the system keystore.Huahui Wu2011-01-271-1/+23
* Add BrowserFrame.setCertificate() method.Iain Merrick2011-01-201-0/+11
* Do not merge.Patrick Scott2011-01-121-1/+2
* Avoid superfluous calls to CacheManager with the Chromium HTTP stackSteve Block2011-01-071-2/+4
* Use the app context to avoid a memory leak.Patrick Scott2011-01-051-1/+1
* b/2864818 Prompt the SSL error dialog to user and proceed or cancelHuahui Wu2010-12-151-0/+50
* Add WebView.removeJavascriptInterface()Steve Block2010-12-071-1/+8
* Update WebView.addJavascriptInterface() to ignore null instancesSteve Block2010-12-021-2/+6
* Make maybeSavePassword() a top-level method in BrowserFrame.Iain Merrick2010-11-221-44/+67
* Find mime from file extension if the mime is emptyKristian Monsen2010-11-191-0/+12
* Offer a callback to intercept url requests.Patrick Scott2010-11-151-20/+14
* Provide default error strings in BrowserFrame.onReceivedError().Iain Merrick2010-11-151-3/+8
* Move more of android file handling in JavaKristian Monsen2010-11-041-10/+16
* Update Chromium HTTP stack to get database and cache paths from CookieSyncMan...Steve Block2010-10-271-25/+0
* Strip off MIME types when loading content URLs.Iain Merrick2010-10-271-0/+8
* Implement file downloads for Chrome HTTP stack (Java side)Iain Merrick2010-10-201-0/+14
* Make fields in WebAddress private, add getters/settersBjorn Bringert2010-10-131-2/+2
* Initialized the orientation variable to -1.Shimeng (Simon) Wang2010-10-111-2/+1
* Avoid sending false orientation event to webkit.Shimeng (Simon) Wang2010-10-111-2/+6
* Update the storage locations used by the Chromium HTTP stackSteve Block2010-09-281-8/+19
* Fix deadlock in HTTP authentication within synchronous request.Iain Merrick2010-09-231-23/+6
* HTTP auth for Chromium HTTP stack (Java side)Iain Merrick2010-09-161-0/+54
* Java calls to get Android specific files.Kristian Monsen2010-08-201-0/+92
* Browser save page as web archive.Elliott Slaughter2010-07-121-0/+14
* Add dumpChildFramesAsText function support in LayoutTestController.Shimeng (Simon) Wang2010-06-211-2/+16