Title: [176343] trunk/Tools
- Revision
- 176343
- Author
- [email protected]
- Date
- 2014-11-19 14:12:19 -0800 (Wed, 19 Nov 2014)
Log Message
AX: Screen braille input doesn't work on forms.
https://bugs.webkit.org/show_bug.cgi?id=138804
Unreviewed build fix.
* DumpRenderTree/AccessibilityUIElement.cpp:
(AccessibilityUIElement::setValue):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (176342 => 176343)
--- trunk/Tools/ChangeLog 2014-11-19 22:10:52 UTC (rev 176342)
+++ trunk/Tools/ChangeLog 2014-11-19 22:12:19 UTC (rev 176343)
@@ -3,6 +3,16 @@
AX: Screen braille input doesn't work on forms.
https://bugs.webkit.org/show_bug.cgi?id=138804
+ Unreviewed build fix.
+
+ * DumpRenderTree/AccessibilityUIElement.cpp:
+ (AccessibilityUIElement::setValue):
+
+2014-11-19 Chris Fleizach <[email protected]>
+
+ AX: Screen braille input doesn't work on forms.
+ https://bugs.webkit.org/show_bug.cgi?id=138804
+
Reviewed by Mario Sanchez Prada.
Add a method to setValue through the AX API in DRT.
Modified: trunk/Tools/DumpRenderTree/AccessibilityUIElement.cpp (176342 => 176343)
--- trunk/Tools/DumpRenderTree/AccessibilityUIElement.cpp 2014-11-19 22:10:52 UTC (rev 176342)
+++ trunk/Tools/DumpRenderTree/AccessibilityUIElement.cpp 2014-11-19 22:12:19 UTC (rev 176343)
@@ -1350,7 +1350,7 @@
#if !PLATFORM(MAC) && !PLATFORM(IOS)
JSStringRef AccessibilityUIElement::pathDescription() const { return 0; }
-void AccessibilityUIElement::setValue(JSStringRef);
+void AccessibilityUIElement::setValue(JSStringRef) { }
#endif
#if !PLATFORM(COCOA)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes