summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/AccessibilityInjector.java
Commit message (Expand)AuthorAgeFilesLines
* Avoid crash when TextToSpeech calls onInit() from the constructor.Alan Viverette2013-04-291-5/+8
* Handle WebKit selection changes synchronously.Alan Viverette2013-02-011-3/+6
* Fix accessibility API injection.alanv2012-11-011-48/+115
* Catch badly formed URLs in WebView accessibility injector.alanv2012-10-191-0/+2
* Don't alter accessibility JS APIs unless a page is about to load.alanv2012-10-121-37/+90
* Merge "Check whether ChromeVox is ready before attempting to call it." into j...Svetoslav Ganov2012-10-111-3/+26
|\
| * Check whether ChromeVox is ready before attempting to call it.alanv2012-10-111-3/+26
* | This is wrong since it fixed the symptom not the problem. Alan is uploading a...Svetoslav Ganov2012-10-111-12/+1
|/
* Reducing WebView navigation timeout for accessibility.clchen2012-10-111-1/+12
* Fix WebView accessibility scripts.alanv2012-10-101-11/+159
* Added annotations for injected accessibility objectsSelim Gurun2012-09-111-5/+39
* Reload page when A11y is on and the JavaScript state changes.alanv2012-08-271-0/+18
* Revert "Merge "Reload page when A11y is on and the JavaScript state changes."...Michael Jurka2012-08-151-18/+0
* Reload page when A11y is on and the JavaScript state changes.alanv2012-08-091-0/+18
* Merge "Add support for NEXT_HTML_ELEMENT to WebViewClassic." into jb-devSvetoslav Ganov2012-06-141-6/+10
|\
| * Add support for NEXT_HTML_ELEMENT to WebViewClassic.alanv2012-06-141-6/+10
* | AccessibilityInjector should return false on a failed action.Svetoslav Ganov2012-06-131-18/+9
|/
* Add actions to non-JavaScript accessibility handler.alanv2012-05-161-12/+11
* Add movement actions to JS accessibility.alanv2012-05-161-5/+286
* Refactor WebView accessibility code into a separate class.alanv2012-05-161-380/+231
* Refactor WebView to be a thin proxy classJonathan Dixon2012-03-021-6/+6
* Final polish of WebView accessibility support for no JavaScript case.Svetoslav Ganov2011-01-261-0/+11
* WebView accessibility key bindings do not allow mapping of all meta keys. Exc...Svetoslav Ganov2011-01-111-65/+46
* bug:3325039 Making the cursor ring movement send accessibility events.Svetoslav Ganov2011-01-071-13/+34
* Fixing bugs 3315632 3235958, performing a clean up of the WebView accessibili...Svetoslav Ganov2011-01-031-7/+9
* Accessibility support for WebViewsSvetoslav Ganov2010-09-131-29/+414
* Adding accessibility content provider responsible for user script injection. ...Svetoslav Ganov2010-05-151-0/+99