History log of /frameworks/base/core/tests/coretests/src/android/webkit/AccessibilityInjectorTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
136b1637f89e493b29cc130d1fff066f981ce3e9 14-Jun-2011 Steve Block <steveblock@google.com> Fix use of WebView.loadData() to avoid passing invalid encoding

No change in behavior, as invalid encodings have always been ignored.

Bug: 5125738
Change-Id: I23f21ca65a6b14501c74dc2189a55643f1e33c33
/frameworks/base/core/tests/coretests/src/android/webkit/AccessibilityInjectorTest.java
f2dd2dfb6cd46166ddbd03d35e9cef98a4c0cbf8 27-Jun-2011 Svetoslav Ganov <svetoslavganov@google.com> AccessibilityInjectorTest did not restore the default key binsings.

1. AccessibilityInjectorTest changes the key bindings and when done
restores the defatult ones. The restoreation was not working.

bug:4905620

Change-Id: I812bad0b748637ded0ce69ace12517511f62f726
/frameworks/base/core/tests/coretests/src/android/webkit/AccessibilityInjectorTest.java
2cfed9eb0e1316f9906eacf25b51231c1ed8b331 11-Feb-2011 Svetoslav Ganov <svetoslavganov@google.com> Accessibility events generated by WebView contain non well formed markup.

bug:3444147

1. Now that the spans with CSS data are included in the accessibility
events, such that a client can parse them, the tests are doing so.

Change-Id: I574c68d27a95cd8226dd7634b00a7d404ae387fe
/frameworks/base/core/tests/coretests/src/android/webkit/AccessibilityInjectorTest.java
8bf7cace20c84506c7cf8db95a0f4e894dbc2fca 06-Feb-2011 Svetoslav Ganov <svetoslavganov@google.com> Added tests for WebView accessibility no JS

bug:3421690

This change is related to change:Idfec7e6a

1. Added tests for cases in which the previous
implementation was not behaving as expected.

2. Refatered the tests to be intrumentation tests
since the code under tests uses the DOM element
dimensions to determine visibility and if the
the WebView has no size i.e. not attached to
ViewRoot the size of all DOM elements is zero
forcing all tests to fail.

Change-Id: Ib4c01af8feb09f2b2a6b9d906e08bfaaa9e9bc74
/frameworks/base/core/tests/coretests/src/android/webkit/AccessibilityInjectorTest.java
9504f5753db3309b67e74ccecb400a18d23ca2d1 14-Jan-2011 Svetoslav Ganov <svetoslavganov@google.com> Final polish of WebView accessibility support for no JavaScript case.

1. Added tests for the new code added by change:I5a796aef

2. WebCore thread now calls the UI thread to set the cursor to
the current position enabling the user to interact with
the content that is being selected on the page.

3. Removed the code that changes the selection on movement of the
cursor ring. We are dropping the "default web view behavior"
as granularity of reading the document since with this change
a user can freely access inputs/buttons/links.

Change-Id: I7a3f6677eff0bc95e8127973d07cec78e3465c7b
/frameworks/base/core/tests/coretests/src/android/webkit/AccessibilityInjectorTest.java
bfc3ce78f4b9b4a720e48b3cc276e81a3fa8cfb2 13-Jan-2011 Svetoslav Ganov <svetoslavganov@google.com> Updating the WebView accessibility key bindings after discussion with the access-eng team

Change-Id: I39a303864b94a8a11b6cded9b8bb23041ad91502
/frameworks/base/core/tests/coretests/src/android/webkit/AccessibilityInjectorTest.java
ea26a4feb6defa465ce13dc3e718f6e9f58269c4 07-Dec-2010 Svetoslav Ganov <svetoslavganov@google.com> bug 3248277 android.webkit.AccessibilityInjectorTest tests are flaky on trygon

Change-Id: I06332bc6eafb692b9ec829a093d23eccde897a2a
/frameworks/base/core/tests/coretests/src/android/webkit/AccessibilityInjectorTest.java
585f13f8dec4cbf55b3bc04d95425d647f0577b2 10-Aug-2010 Svetoslav Ganov <svetoslavganov@google.com> Accessibility support for WebViews

Change-Id: Ibb139192bae4d60fd53a7872b19c06312bb41558
/frameworks/base/core/tests/coretests/src/android/webkit/AccessibilityInjectorTest.java