index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
webkit
/
BrowserFrame.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modify BrowserFrame.requestClientCert() to take the host and port as a String
Steve Block
2011-10-12
1
-8
/
+6
*
Add WebViewClient.onProceededAfterSslError()
Steve Block
2011-10-07
1
-1
/
+4
*
SSL-related cleanup in BrowserFrame and SslCertLookupTable
Steve Block
2011-10-05
1
-4
/
+1
*
Fix BrowserFrame to construct SslError using the full URL, rather than the host
Steve Block
2011-10-05
1
-7
/
+1
*
Remove superfluous synchronized modifier on SslCertLookupTable.getInstance()
Steve Block
2011-09-27
1
-20
/
+18
*
Relax form autocomplete conditions
Ben Murdoch
2011-09-09
1
-3
/
+3
*
Fix for bug 5100096 Repeated Security Waring
Kristian Monsen
2011-09-07
1
-1
/
+3
*
Add a flag to force suppression of the auth dialog.
Ben Murdoch
2011-08-05
1
-1
/
+7
*
Part of fix for bug 4997380: Some error types unknown to SslError
Kristian Monsen
2011-07-29
1
-1
/
+6
*
I. Can. Not. Stand. ViewAncestor.
Dianne Hackborn
2011-07-18
1
-2
/
+2
*
Maintain a reference to the Java object when WebView.removeJavascriptInterfac...
Steve Block
2011-07-04
1
-12
/
+20
*
2nd try: Gets the URL that has a cert error and carrys it in SslError.
Huahui Wu
2011-06-28
1
-2
/
+3
*
Revert "Gets the URL that has a cert error and carrys it in SslError."
Huahui Wu
2011-06-28
1
-3
/
+2
*
Gets the URL that has a cert error and carrys it in SslError.
Huahui Wu
2011-06-27
1
-2
/
+3
*
Implement android.webkit.BrowserFrame.requestClientCert
Brian Carlstrom
2011-06-09
1
-1
/
+34
*
Rename ViewRoot to ViewAncestor.
Joe Onorato
2011-05-04
1
-2
/
+2
*
am 5d534f28: am ea44c7c7: Merge "Pass the auto login header information to th...
Patrick Scott
2011-03-09
1
-1
/
+7
|
\
|
*
Pass the auto login header information to the app.
Patrick Scott
2011-03-08
1
-1
/
+7
*
|
Create a RenderSkinButton in UI side.
Leon Scroggins
2011-03-04
1
-7
/
+10
|
/
*
A Java implementation of the SearchBox API.
Narayan Kamath
2011-03-01
1
-16
/
+24
*
Adds localization support for incognito start page
John Reck
2011-02-16
1
-1
/
+15
*
b/3416864 Send the cert info from Native to Java side.
Huahui Wu
2011-02-10
1
-9
/
+12
*
Save form data when submitted.
Leon Scroggins
2011-02-04
1
-21
/
+21
*
b/3347670 Support installing online certs to the system keystore.
Huahui Wu
2011-01-27
1
-1
/
+23
*
Add BrowserFrame.setCertificate() method.
Iain Merrick
2011-01-20
1
-0
/
+11
*
Do not merge.
Patrick Scott
2011-01-12
1
-1
/
+2
*
Avoid superfluous calls to CacheManager with the Chromium HTTP stack
Steve Block
2011-01-07
1
-2
/
+4
*
Use the app context to avoid a memory leak.
Patrick Scott
2011-01-05
1
-1
/
+1
*
b/2864818 Prompt the SSL error dialog to user and proceed or cancel
Huahui Wu
2010-12-15
1
-0
/
+50
*
Add WebView.removeJavascriptInterface()
Steve Block
2010-12-07
1
-1
/
+8
*
Update WebView.addJavascriptInterface() to ignore null instances
Steve Block
2010-12-02
1
-2
/
+6
*
Make maybeSavePassword() a top-level method in BrowserFrame.
Iain Merrick
2010-11-22
1
-44
/
+67
*
Find mime from file extension if the mime is empty
Kristian Monsen
2010-11-19
1
-0
/
+12
*
Offer a callback to intercept url requests.
Patrick Scott
2010-11-15
1
-20
/
+14
*
Provide default error strings in BrowserFrame.onReceivedError().
Iain Merrick
2010-11-15
1
-3
/
+8
*
Move more of android file handling in Java
Kristian Monsen
2010-11-04
1
-10
/
+16
*
Update Chromium HTTP stack to get database and cache paths from CookieSyncMan...
Steve Block
2010-10-27
1
-25
/
+0
*
Strip off MIME types when loading content URLs.
Iain Merrick
2010-10-27
1
-0
/
+8
*
Implement file downloads for Chrome HTTP stack (Java side)
Iain Merrick
2010-10-20
1
-0
/
+14
*
Make fields in WebAddress private, add getters/setters
Bjorn Bringert
2010-10-13
1
-2
/
+2
*
Initialized the orientation variable to -1.
Shimeng (Simon) Wang
2010-10-11
1
-2
/
+1
*
Avoid sending false orientation event to webkit.
Shimeng (Simon) Wang
2010-10-11
1
-2
/
+6
*
Update the storage locations used by the Chromium HTTP stack
Steve Block
2010-09-28
1
-8
/
+19
*
Fix deadlock in HTTP authentication within synchronous request.
Iain Merrick
2010-09-23
1
-23
/
+6
*
HTTP auth for Chromium HTTP stack (Java side)
Iain Merrick
2010-09-16
1
-0
/
+54
*
Java calls to get Android specific files.
Kristian Monsen
2010-08-20
1
-0
/
+92
*
Browser save page as web archive.
Elliott Slaughter
2010-07-12
1
-0
/
+14
*
Add dumpChildFramesAsText function support in LayoutTestController.
Shimeng (Simon) Wang
2010-06-21
1
-2
/
+16
*
Fix a monkey crash when the new WebView is destroyed.
Patrick Scott
2010-06-16
1
-5
/
+1
*
Adding a way for native code to get the apps data directory
Kristian Monsen
2010-06-16
1
-0
/
+15
[next]