DescriptionImplement put_accvalue for textfields and location bar.
All interactive views implement GetAccessibleState
to provide accessibility information about the current
state of the view. This struct now includes a callback
that can be used to change the string value, since
automation software wants to fill in text fields,
and this interface is implemented for Textfield
and LocationBarView, and hooked up to put_accValue.
BUG=260266
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221688
Patch Set 1 #
Total comments: 14
Patch Set 2 : Add test, address feedback #
Total comments: 2
Patch Set 3 : Switch to WeakPtrFactory #
Total comments: 10
Patch Set 4 : Address feedback #
Total comments: 4
Patch Set 5 : Fix nits #Patch Set 6 : Fix test in debug mode #Patch Set 7 : Rebase #Patch Set 8 : Fix rebase error #Messages
Total messages: 20 (0 generated)
|