summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/CallbackProxy.java
Commit message (Expand)AuthorAgeFilesLines
* Remove defunct searchbox implementation from webview.Selim Gurun2012-09-111-47/+0
* Provide referer to browser on download request.Selim Gurun2012-08-291-3/+11
* Cancel handler for JS unload handler prevents hang.George Mount2012-08-021-0/+8
* Remove unused ENABLE_ANDROID_INSTALLABLE_WEB_APPSGeorge Mount2012-06-211-13/+0
* Merge "Extract WebView Classic details from API classes."Jonathan Dixon2012-06-081-8/+9
|\
| * Extract WebView Classic details from API classes.Jonathan Dixon2012-06-081-8/+9
* | Separate interface and implementation of 2 more WebView classesJesse Greenwald2012-06-061-5/+5
|/
* Pause the WebCore thread watchdog at the right time.Ben Murdoch2012-04-231-86/+22
* Minor cleanupJohn Reck2012-04-161-1/+1
* Merge "Clean up JavaDoc for WebStorage"Steve Block2012-04-161-31/+35
|\
| * Clean up JavaDoc for WebStorageSteve Block2012-04-131-31/+35
* | Merge "Add support for HTML Media Capture "capture" attribute."Ben Murdoch2012-04-131-4/+11
|\ \
| * | Add support for HTML Media Capture "capture" attribute.Ben Murdoch2012-04-131-4/+11
| |/
* | Decouple JsResult from the WebViewClassic implJonathan Dixon2012-04-121-23/+62
|/
* fix callback NPEs when WebView is destroyedMichael Kolb2012-03-091-1/+12
* fix race condition in WebViewClassic.destroy()Michael Kolb2012-03-021-0/+6
* Refactor WebView to be a thin proxy classJonathan Dixon2012-03-021-33/+35
* Drop support for Android HTTP stackSteve Block2012-02-221-8/+0
* Don't try to use Network timing with the Chromium HTTP stackSteve Block2012-02-211-2/+8
* Add WebViewClient.onProceededAfterSslError()Steve Block2011-10-071-45/+62
* Always call WebView.onPageStarted(), regardless of whether a WebViewClient ha...Steve Block2011-09-281-5/+3
* Always update the WebView's SSL certificate, regardless of whether a WebViewC...Steve Block2011-09-271-18/+1
* SearchBox API changes, to know when calls succeeded.Mathew Inwood2011-07-141-0/+17
* SearchBox API to determine if it's supported by the current page.Mathew Inwood2011-07-071-1/+15
* Implement android.webkit.BrowserFrame.requestClientCertBrian Carlstrom2011-06-091-7/+34
* Pass the auto login header information to the app.Patrick Scott2011-03-081-1/+28
* A Java implementation of the SearchBox API.Narayan Kamath2011-03-011-0/+16
* Offer a callback to intercept url requests.Patrick Scott2010-11-151-5/+9
* Work around race condition in CallBackProxy.Ben Murdoch2010-11-041-16/+14
* Fix NPE in addMessageToConsole.Patrick Scott2010-10-081-1/+6
* Accessibility support for WebViewsSvetoslav Ganov2010-09-131-10/+3
* If no touch icon is specified by a <link> tag, return <host>/apple-touch-icon...Ben Murdoch2010-07-021-3/+1
* Receive notification from native webcore that the page being viewedBen Murdoch2010-06-291-0/+11
* Fix a monkey crash when the new WebView is destroyed.Patrick Scott2010-06-161-3/+9
* Do not call AlertDialog.show() if the context is notGrace Kloba2010-06-041-2/+41
* Allow passing of accept types from WebCore to Java for the file picker.Ben Murdoch2010-05-211-3/+24
* Update the mLatestProgress of CallbackProxy evenGrace Kloba2010-05-171-1/+6
* The default AlertDialog allows cancel. But the defaultGrace Kloba2010-05-121-0/+7
* Cherry pick from master.Steve Block2010-04-011-21/+16
* Fix a simple logic mistake.Patrick Scott2010-03-301-1/+1
* Provides ability to store HTTP authentication credentials supplied to an XHR ...Steve Block2010-03-251-0/+25
* Explicitly dismiss the zoom control ifGrace Kloba2010-03-191-0/+1
* b/2511635 Browser displays incorrect SSL cert informationBrian Carlstrom2010-03-161-0/+7
* Add a client for WebBackForwardList operations.Patrick Scott2010-03-021-1/+43
* Add new ConsoleMessage class that adds more information (such as the Message ...Ben Murdoch2010-02-041-2/+40
* Deprecate onTooManyRedirects.Patrick Scott2010-01-081-26/+3
* Implement the full screen WebView plugin.Grace Kloba2009-12-161-39/+0
* Notify native plugin code when the browser discards the customView.Derek Sollenberger2009-12-141-1/+1
* Switching from activity based full screen plugins to a view system overlay.Derek Sollenberger2009-12-081-0/+39
* Rename WebChromeClient.addMessageToConsole to WebChromeClient.onConsoleMessage.Ben Murdoch2009-11-201-1/+1