summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/WebView.java
Commit message (Expand)AuthorAgeFilesLines
* Unhide setPictureListenerJonathan Dixon2012-10-111-1/+0
* Merge "Hiding some of the deprecated android.webkit API's" into jb-mr1-devKristian Monsen2012-09-141-16/+16
|\
| * Hiding some of the deprecated android.webkit API'sKristian Monsen2012-09-071-16/+16
* | Minor update to addjavascriptinterface documentationSelim Gurun2012-09-121-4/+6
* | Merge "Make JavascriptInterface annotation public." into jb-mr1-devSelim Gurun2012-09-121-8/+17
|\ \
| * | Make JavascriptInterface annotation public.Selim Gurun2012-09-121-8/+17
* | | Merge "Deprecating methods (and a constant) for JB MR1" into jb-mr1-devKristian Monsen2012-09-121-0/+29
|\ \ \ | |/ / |/| / | |/
| * Deprecating methods (and a constant) for JB MR1Kristian Monsen2012-09-071-0/+29
* | Control access to inherited methods of jsinterface objectsSelim Gurun2012-09-101-0/+4
|/
* Fix onFindResultReceived APISelim Gurun2012-08-211-2/+2
* Small tidy up to getDefaultUserAgent. DO NOT MERGEJonathan Dixon2012-08-211-1/+1
* Add getDefaultUserAgent to WebSettings.George Mount2012-08-171-1/+1
* Remove checkThread() from findAddressJohn Reck2012-08-171-1/+0
* Clean up JavaDoc for CookieManagerSteve Block2012-08-141-4/+1
* Clarify JavaDoc for WebView.loadData()Steve Block2012-08-141-4/+6
* am 7c00f816: am 2f5b61a7: Merge "docs: fix a bunch of links from javadocs to ...Scott Main2012-07-251-2/+2
|\
| * docs: fix a bunch of links from javadocs to api guidesScott Main2012-07-241-2/+2
* | Improve JavaDoc for HTTP basic authentication methodsSteve Block2012-07-231-11/+20
* | Improve JavaDoc for saved form dataSteve Block2012-07-231-2/+4
* | Improve JavaDoc for saved username/password pairsSteve Block2012-07-231-2/+6
* | Update JavaDoc for PictureListener after fix to capture layersSteve Block2012-07-191-13/+14
* | Merge "Remove deprecated methods from webview provider interface"Jonathan Dixon2012-07-171-2/+0
|\ \
| * | Remove deprecated methods from webview provider interfaceJonathan Dixon2012-07-121-2/+0
* | | Improve JavaDoc for WebView.restoreState()Steve Block2012-07-171-3/+3
|/ /
* | am 05fa21fa: am 4cb3b76c: Merge "Ensure WebViewClassic calls super.onHoverEve...Svetoslav Ganov2012-06-181-0/+4
|\ \ | |/
| * Ensure WebViewClassic calls super.onHoverEvent()alanv2012-06-151-0/+4
* | Fix doc linkJohn Reck2012-06-141-1/+1
* | Show WebView layers in hierarchyviewerJohn Reck2012-06-141-2/+27
|/
* Add movement actions to JS accessibility.alanv2012-05-161-0/+9
* Fix JavaDoc style for several WebView classesSteve Block2012-04-261-274/+339
* Add tests for reflection and improve JavaDoc for Java BridgeSteve Block2012-04-241-20/+26
* Update WebViewClassic JavaDoc to refer to WebViewSteve Block2012-04-241-10/+6
* Fix use of API level in android.webkit JavaDocSteve Block2012-04-231-8/+9
* Seperate interface and implementation of 4 WebView classesJonathan Dixon2012-04-231-34/+1
* Clean up JavaDoc for WebView.getZoomControls()Steve Block2012-04-171-9/+7
* Add deprecated tag and note StrictMode violationJonathan Dixon2012-04-121-0/+2
* Merge "Hide WebView.getZoomControls()"Jonathan Dixon2012-04-121-0/+1
|\
| * Hide WebView.getZoomControls()Jonathan Dixon2012-04-041-0/+1
* | Merge "Make WebView.findAllAsync() and WebView.setFindListener() public."Victoria Lease2012-04-091-10/+18
|\ \
| * | Make WebView.findAllAsync() and WebView.setFindListener() public.Victoria Lease2012-04-091-10/+18
| |/
* | Remove embedded titlebar renderingMichael Kolb2012-04-031-7/+0
|/
* Set class name for WebView on A11y events and infos.alanv2012-03-301-0/+2
* move FindListener into WebViewVictoria Lease2012-03-261-3/+21
* Merge "Pipe down isHardwareAccelerated"John Reck2012-03-201-0/+7
|\
| * Pipe down isHardwareAcceleratedJohn Reck2012-03-161-0/+7
* | proposed public API for asynchronous find-on-pageVictoria Lease2012-03-161-2/+27
|/
* Refactor WebView to be a thin proxy classJonathan Dixon2012-03-021-9005/+413
* Merge "Clean up Surface Texture on Java side"Teng-Hui Zhu2012-03-011-0/+6
|\
| * Clean up Surface Texture on Java sideTeng-Hui Zhu2012-03-011-0/+6
* | Merge "Add support for maxlength text fields to WebViewInputConnection."George Mount2012-02-291-14/+42
|\ \ | |/ |/|