Changeset 219022 in webkit


Ignore:
Timestamp:
Jun 30, 2017 3:47:04 PM (7 years ago)
Author:
don.olmstead@sony.com
Message:

[WebCore] Update AXObjectCache for !HAVE(ACCESSIBILITY)
https://bugs.webkit.org/show_bug.cgi?id=174045

Reviewed by Konstantin Tokarev.

No new tests. No change in behavior.

  • accessibility/AXObjectCache.h:

(WebCore::AXObjectCache::checkedStateChanged):
(WebCore::AXObjectCache::childrenChanged):
(WebCore::AXObjectCache::deferRecomputeIsIgnored):
(WebCore::AXObjectCache::deferTextChangedIfNeeded):
(WebCore::AXObjectCache::focusAriaModalNodeTimerFired):
(WebCore::AXObjectCache::handleAriaExpandedChange):
(WebCore::AXObjectCache::handleAriaRoleChanged):
(WebCore::AXObjectCache::handleAttributeChanged):
(WebCore::AXObjectCache::handleScrollbarUpdate):
(WebCore::AXObjectCache::liveRegionChangedNotificationPostTimerFired):
(WebCore::AXObjectCache::notificationPostTimerFired):
(WebCore::AXObjectCache::passwordNotificationPostTimerFired):
(WebCore::AXObjectCache::performDeferredCacheUpdate):
(WebCore::AXObjectCache::postNotification):
(WebCore::AXObjectCache::postPlatformNotification):
(WebCore::AXObjectCache::postTextReplacementNotification):
(WebCore::AXObjectCache::postTextReplacementNotificationForTextControl):
(WebCore::AXObjectCache::postTextStateChangeNotification):
(WebCore::AXObjectCache::recomputeIsIgnored):
(WebCore::AXObjectCache::textChanged):
(WebCore::AXObjectCache::updateCacheAfterNodeIsAttached):
(WebCore::AXObjectCache::focusAriaModalNode): Deleted.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r219019 r219022  
     12017-06-30  Don Olmstead  <don.olmstead@sony.com>
     2
     3        [WebCore] Update AXObjectCache for !HAVE(ACCESSIBILITY)
     4        https://bugs.webkit.org/show_bug.cgi?id=174045
     5
     6        Reviewed by Konstantin Tokarev.
     7
     8        No new tests. No change in behavior.
     9
     10        * accessibility/AXObjectCache.h:
     11        (WebCore::AXObjectCache::checkedStateChanged):
     12        (WebCore::AXObjectCache::childrenChanged):
     13        (WebCore::AXObjectCache::deferRecomputeIsIgnored):
     14        (WebCore::AXObjectCache::deferTextChangedIfNeeded):
     15        (WebCore::AXObjectCache::focusAriaModalNodeTimerFired):
     16        (WebCore::AXObjectCache::handleAriaExpandedChange):
     17        (WebCore::AXObjectCache::handleAriaRoleChanged):
     18        (WebCore::AXObjectCache::handleAttributeChanged):
     19        (WebCore::AXObjectCache::handleScrollbarUpdate):
     20        (WebCore::AXObjectCache::liveRegionChangedNotificationPostTimerFired):
     21        (WebCore::AXObjectCache::notificationPostTimerFired):
     22        (WebCore::AXObjectCache::passwordNotificationPostTimerFired):
     23        (WebCore::AXObjectCache::performDeferredCacheUpdate):
     24        (WebCore::AXObjectCache::postNotification):
     25        (WebCore::AXObjectCache::postPlatformNotification):
     26        (WebCore::AXObjectCache::postTextReplacementNotification):
     27        (WebCore::AXObjectCache::postTextReplacementNotificationForTextControl):
     28        (WebCore::AXObjectCache::postTextStateChangeNotification):
     29        (WebCore::AXObjectCache::recomputeIsIgnored):
     30        (WebCore::AXObjectCache::textChanged):
     31        (WebCore::AXObjectCache::updateCacheAfterNodeIsAttached):
     32        (WebCore::AXObjectCache::focusAriaModalNode): Deleted.
     33
    1342017-06-30  Daniel Bates  <dabates@apple.com>
    235
  • trunk/Source/WebCore/accessibility/AXObjectCache.h

    r218910 r219022  
    480480inline void AXObjectCache::attachWrapper(AccessibilityObject*) { }
    481481inline void AXObjectCache::checkedStateChanged(Node*) { }
     482inline void AXObjectCache::childrenChanged(AccessibilityObject*) { }
     483inline void AXObjectCache::childrenChanged(Node*, Node*) { }
    482484inline void AXObjectCache::childrenChanged(RenderObject*, RenderObject*) { }
    483 inline void AXObjectCache::childrenChanged(Node*, Node*) { }
    484 inline void AXObjectCache::childrenChanged(AccessibilityObject*) { }
    485 inline void AXObjectCache::textChanged(Node*) { }
    486 inline void AXObjectCache::textChanged(AccessibilityObject*) { }
    487 inline void AXObjectCache::updateCacheAfterNodeIsAttached(Node*) { }
     485inline void AXObjectCache::deferRecomputeIsIgnored(Element*) { }
     486inline void AXObjectCache::deferTextChangedIfNeeded(Node*) { }
    488487inline void AXObjectCache::detachWrapper(AccessibilityObject*, AccessibilityDetachmentType) { }
     488inline void AXObjectCache::focusAriaModalNodeTimerFired() { }
    489489inline void AXObjectCache::frameLoadingEventNotification(Frame*, AXLoadingEvent) { }
    490490inline void AXObjectCache::frameLoadingEventPlatformNotification(AccessibilityObject*, AXLoadingEvent) { }
    491491inline void AXObjectCache::handleActiveDescendantChanged(Node*) { }
    492492inline void AXObjectCache::handleAriaExpandedChange(Node*) { }
     493inline void AXObjectCache::handleAriaModalChange(Node*) { }
    493494inline void AXObjectCache::handleAriaRoleChanged(Node*) { }
    494 inline void AXObjectCache::handleAriaModalChange(Node*) { }
     495inline void AXObjectCache::handleAttributeChanged(const QualifiedName&, Element*) { }
    495496inline void AXObjectCache::handleFocusedUIElementChanged(Node*, Node*) { }
    496497inline void AXObjectCache::handleScrollbarUpdate(ScrollView*) { }
    497 inline void AXObjectCache::handleAttributeChanged(const QualifiedName&, Element*) { }
     498inline void AXObjectCache::handleScrolledToAnchor(const Node*) { }
     499inline void AXObjectCache::liveRegionChangedNotificationPostTimerFired() { }
     500inline void AXObjectCache::notificationPostTimerFired() { }
     501inline void AXObjectCache::passwordNotificationPostTimerFired() { }
     502inline void AXObjectCache::performDeferredCacheUpdate() { }
     503inline void AXObjectCache::postLiveRegionChangeNotification(AccessibilityObject*) { }
     504inline void AXObjectCache::postNotification(AccessibilityObject*, Document*, AXNotification, PostTarget, PostType) { }
     505inline void AXObjectCache::postNotification(Node*, AXNotification, PostTarget, PostType) { }
     506inline void AXObjectCache::postNotification(RenderObject*, AXNotification, PostTarget, PostType) { }
     507inline void AXObjectCache::postPlatformNotification(AccessibilityObject*, AXNotification) { }
     508inline void AXObjectCache::postTextReplacementNotification(Node*, AXTextEditType, const String&, AXTextEditType, const String&, const VisiblePosition&) { }
     509inline void AXObjectCache::postTextReplacementNotificationForTextControl(HTMLTextFormControlElement&, const String&, const String&) { }
     510inline void AXObjectCache::postTextStateChangeNotification(Node*, AXTextEditType, const String&, const VisiblePosition&) { }
     511inline void AXObjectCache::postTextStateChangeNotification(Node*, const AXTextStateChangeIntent&, const VisibleSelection&) { }
    498512inline void AXObjectCache::recomputeIsIgnored(RenderObject*) { }
    499 inline void AXObjectCache::deferRecomputeIsIgnored(Element*) { }
    500 inline void AXObjectCache::deferTextChangedIfNeeded(Node*) { }
    501 inline void AXObjectCache::performDeferredCacheUpdate() { }
    502 inline void AXObjectCache::handleScrolledToAnchor(const Node*) { }
    503 inline void AXObjectCache::postTextStateChangeNotification(Node*, const AXTextStateChangeIntent&, const VisibleSelection&) { }
    504 inline void AXObjectCache::postTextStateChangeNotification(Node*, AXTextEditType, const String&, const VisiblePosition&) { }
    505 inline void AXObjectCache::postTextReplacementNotification(Node*, AXTextEditType, const String&, AXTextEditType, const String&, const VisiblePosition&) { }
    506 inline void AXObjectCache::postTextReplacementNotificationForTextControl(HTMLTextFormControl&, const String&, const String&) { }
    507 inline void AXObjectCache::postNotification(AccessibilityObject*, Document*, AXNotification, PostTarget, PostType) { }
    508 inline void AXObjectCache::postNotification(RenderObject*, AXNotification, PostTarget, PostType) { }
    509 inline void AXObjectCache::postNotification(Node*, AXNotification, PostTarget, PostType) { }
    510 inline void AXObjectCache::postPlatformNotification(AccessibilityObject*, AXNotification) { }
    511 inline void AXObjectCache::postLiveRegionChangeNotification(AccessibilityObject*) { }
    512 inline void AXObjectCache::focusAriaModalNode() { }
     513inline void AXObjectCache::textChanged(AccessibilityObject*) { }
     514inline void AXObjectCache::textChanged(Node*) { }
     515inline void AXObjectCache::updateCacheAfterNodeIsAttached(Node*) { }
    513516inline RefPtr<Range> AXObjectCache::rangeForNodeContents(Node*) { return nullptr; }
    514517inline void AXObjectCache::remove(AXID) { }
Note: See TracChangeset for help on using the changeset viewer.