summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/BrowserFrame.java
Commit message (Expand)AuthorAgeFilesLines
* resolved conflicts for merge of 1f6e789b to jb-mr2-dev-plus-aospKenny Root2013-04-291-2/+2
|\
| * Track change to JSSE providerKenny Root2013-04-291-2/+2
* | am d152f7ec: Merge "Don\'t use X509CertImpl directly"Kenny Root2013-04-291-7/+10
|\ \ | |/
| * Don't use X509CertImpl directlyKenny Root2013-04-291-7/+10
* | Merge "Workaround for bug 8700358: Reproducible WebView crash in Feedly start...Kristian Monsen2013-04-261-2/+5
|\ \
| * | Workaround for bug 8700358: Reproducible WebView crash in Feedly starting in ...Kristian Monsen2013-04-241-2/+5
* | | am a6854579: am fa1f7d21: am 07c9c291: am a2b0b35e: am 5fba3404: am 3c4fa654:...Selim Gurun2013-04-201-10/+5
|\ \ \ | |/ / |/| |
| * | am fa1f7d21: am 07c9c291: am a2b0b35e: am 5fba3404: am 3c4fa654: am 679c8f68:...Selim Gurun2013-04-201-10/+5
| |\ \
| | * \ am 679c8f68: am 38915fd4: Revert "Add a delimiter between scheme and host"Selim Gurun2013-04-201-10/+5
| | |\ \
| | | * | Revert "Add a delimiter between scheme and host"Selim Gurun2013-04-041-10/+5
| * | | | am 30504327: am 62588d79: am 8f87c5d8: am ed1e5a87: am b7787a31: DO NOT MERGE...Geremy Condra2013-04-191-2/+8
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | DO NOT MERGE Merge commit '8225df00' into bpGeremy Condra2013-04-181-2/+8
| | |\ \ | | | |/
| | | * Add a delimiter between scheme and hostSelim Gurun2013-04-011-5/+10
| | | * DO NOT MERGE Control access to inherited methods of jsinterface objectsSelim Gurun2012-10-091-12/+40
| | | * DO NOT MERGE remove defunct javascript interfaceSelim Gurun2012-10-081-3/+0
| | | * Get a WebViewDatabaseClassic instance lazily. Do not merge.Ben Murdoch2012-06-011-8/+9
* | | | Add a delimiter between scheme and hostSelim Gurun2013-03-081-2/+8
* | | | am 6f2adcf9: am b0cbf860: Merge "Tracking libcore change to use longs instead...Brian Carlstrom2013-03-051-1/+1
|\ \ \ \ | |/ / /
| * | | Tracking libcore change to use longs instead of ints to store pointers in Ope...Brian Carlstrom2013-03-011-1/+1
* | | | am a6472811: am 2e99d3c9: am ebb61ca2: Merge "Track libcore changes for OpenS...Kenny Root2013-01-251-8/+5
|\ \ \ \ | |/ / /
| * | | Track libcore changes for OpenSSLKeyKenny Root2013-01-221-8/+5
| |/ /
* | | Remove CacheManager implementationBo Liu2012-10-241-2/+0
|/ /
* | Fix perf regression from scale/density mismatchJohn Reck2012-09-271-1/+1
* | Remove defunct searchbox implementation from webview.Selim Gurun2012-09-111-9/+0
* | Control access to inherited methods of jsinterface objectsSelim Gurun2012-09-101-12/+42
* | remove defunct javascript interfaceSelim Gurun2012-09-051-3/+0
* | Provide referer to browser on download request.Selim Gurun2012-08-291-2/+2
|/
* 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