Title: [151829] trunk/Source/WebCore
- Revision
- 151829
- Author
- [email protected]
- Date
- 2013-06-21 01:55:06 -0700 (Fri, 21 Jun 2013)
Log Message
IndieUI: Add basic IndieUI infrastructure
https://bugs.webkit.org/show_bug.cgi?id=117367
Unreviewed. Revert erroneous file that was included accidentally.
* accessibility/AccessibilityNodeObject.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (151828 => 151829)
--- trunk/Source/WebCore/ChangeLog 2013-06-21 08:52:27 UTC (rev 151828)
+++ trunk/Source/WebCore/ChangeLog 2013-06-21 08:55:06 UTC (rev 151829)
@@ -3,6 +3,15 @@
IndieUI: Add basic IndieUI infrastructure
https://bugs.webkit.org/show_bug.cgi?id=117367
+ Unreviewed. Revert erroneous file that was included accidentally.
+
+ * accessibility/AccessibilityNodeObject.h:
+
+2013-06-21 Chris Fleizach <[email protected]>
+
+ IndieUI: Add basic IndieUI infrastructure
+ https://bugs.webkit.org/show_bug.cgi?id=117367
+
Reviewed by Ryosuke Niwa.
IndieUI is a new W3C spec that aims to abstract the connection between input and action, so that
Modified: trunk/Source/WebCore/accessibility/AccessibilityNodeObject.h (151828 => 151829)
--- trunk/Source/WebCore/accessibility/AccessibilityNodeObject.h 2013-06-21 08:52:27 UTC (rev 151828)
+++ trunk/Source/WebCore/accessibility/AccessibilityNodeObject.h 2013-06-21 08:55:06 UTC (rev 151829)
@@ -198,11 +198,6 @@
String alternativeTextForWebArea() const;
void ariaLabeledByText(Vector<AccessibilityText>&) const;
virtual bool computeAccessibilityIsIgnored() const;
-
-#if ENABLE(INDIE_UI)
- const AtomicString& uiActionNameForRequestEvent(const AtomicString&);
- Node* receiverForUIRequestEvent(const AtomicString&);
-#endif
};
inline AccessibilityNodeObject* toAccessibilityNodeObject(AccessibilityObject* object)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes