summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/BrowserFrame.java
Commit message (Expand)AuthorAgeFilesLines
* Use private key context when necessarySelim Gurun2012-05-041-5/+22
* Create WebViewDatabaseClassic from WebViewDatabase.Ben Murdoch2012-04-261-6/+5
* Tidy up usage of URLUtil constantsJonathan Dixon2012-03-281-10/+3
* Rename getWebView() to getWebViewClassicJonathan Dixon2012-03-211-2/+2
* Fix file path calculation for asset files.Selim Gurun2012-03-141-1/+2
* Refactor WebView to be a thin proxy classJonathan Dixon2012-03-021-2/+2
* Drop support for Android HTTP stackSteve Block2012-02-221-111/+4
* Remove unused cache methodsSteve Block2012-02-221-9/+0
* Fix Apache stackJohn Reck2012-01-041-0/+1
* Do not allow file:// access when it is disabled.Ben Murdoch2011-12-161-0/+7
* Merge "Move ssl callbacks to webcore thread."Selim Gurun2011-12-131-2/+10
|\
| * Move ssl callbacks to webcore thread.Selim Gurun2011-12-131-2/+10
* | Clear the WebView picture when a new load starts.Ben Murdoch2011-12-071-0/+1
|/
* 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