Title: [97857] trunk/Source/WebCore
Revision
97857
Author
[email protected]
Date
2011-10-19 07:02:21 -0700 (Wed, 19 Oct 2011)

Log Message

AX: buttons of number type <input> controls are not fully accessible
https://bugs.webkit.org/show_bug.cgi?id=70241

Unreviewed. Fix missing </File> tag in Windows WebCore project file.

* WebCore.vcproj/WebCore.vcproj:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (97856 => 97857)


--- trunk/Source/WebCore/ChangeLog	2011-10-19 13:59:23 UTC (rev 97856)
+++ trunk/Source/WebCore/ChangeLog	2011-10-19 14:02:21 UTC (rev 97857)
@@ -1,3 +1,12 @@
+2011-10-19  Chris Fleizach  <[email protected]>
+
+        AX: buttons of number type <input> controls are not fully accessible
+        https://bugs.webkit.org/show_bug.cgi?id=70241
+
+        Unreviewed. Fix missing </File> tag in Windows WebCore project file.
+
+        * WebCore.vcproj/WebCore.vcproj:
+
 2011-10-19  Ilya Tikhonovsky  <[email protected]>
 
         Web Inspector: [Chromium] Add an ability to show the objects that were allocated between snapshot N-2 and snapshot N-1 and still alive in snapshot N.

Modified: trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj (97856 => 97857)


--- trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj	2011-10-19 13:59:23 UTC (rev 97856)
+++ trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj	2011-10-19 14:02:21 UTC (rev 97857)
@@ -25228,6 +25228,7 @@
                         <File
                                 RelativePath="..\accessibility\AccessibilitySpinButton.h"
                                 >
+                        </File>
 			<File
 				RelativePath="..\accessibility\AccessibilityTable.cpp"
 				>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to