⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 244066 in webkit


Ignore:
Timestamp:
Apr 8, 2019, 6:54:24 PM (7 years ago)
Author:
Fujii Hironori
Message:

AX: Support API: accessibilityReplaceRange:withText
https://bugs.webkit.org/show_bug.cgi?id=196636

Unreviewed build fix for Windows port.

  • WebKitTestRunner/InjectedBundle/win/AccessibilityUIElementWin.cpp:

(WTR::AccessibilityUIElement::replaceTextInRange): Added.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r244065 r244066  
     12019-04-08  Fujii Hironori  <Hironori.Fujii@sony.com>
     2
     3        AX: Support API: accessibilityReplaceRange:withText
     4        https://bugs.webkit.org/show_bug.cgi?id=196636
     5
     6        Unreviewed build fix for Windows port.
     7
     8        * WebKitTestRunner/InjectedBundle/win/AccessibilityUIElementWin.cpp:
     9        (WTR::AccessibilityUIElement::replaceTextInRange): Added.
     10
    1112019-04-08  Don Olmstead  <don.olmstead@sony.com>
    212
  • trunk/Tools/WebKitTestRunner/InjectedBundle/win/AccessibilityUIElementWin.cpp

    r240219 r244066  
    980980}
    981981
     982bool AccessibilityUIElement::replaceTextInRange(JSStringRef, int, int)
     983{
     984    notImplemented();
     985    return false;
     986}
     987
    982988} // namespace  WTF
    983989
Note: See TracChangeset for help on using the changeset viewer.