Changeset 53124 in webkit


Ignore:
Timestamp:
Jan 12, 2010 2:09:56 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-01-12 Joanmarie Diggs <joanmarie.diggs@gmail.com>

Reviewed by Gustavo Noronha Silva.

https://bugs.webkit.org/show_bug.cgi?id=30883
[Gtk] Implement AtkText for HTML elements which contain text

Tweak/correction: Eliminate a needless variable.

  • accessibility/gtk/AccessibilityObjectWrapperAtk.cpp: (webkit_accessible_text_get_caret_offset):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r53119 r53124  
     12010-01-12  Joanmarie Diggs  <joanmarie.diggs@gmail.com>
     2
     3        Reviewed by Gustavo Noronha Silva.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=30883
     6        [Gtk] Implement AtkText for HTML elements which contain text
     7
     8        Tweak/correction: Eliminate a needless variable.
     9
     10        * accessibility/gtk/AccessibilityObjectWrapperAtk.cpp:
     11        (webkit_accessible_text_get_caret_offset):
     12
    1132010-01-12  Yury Semikhatsky  <yurys@chromium.org>
    214
  • trunk/WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.cpp

    r53111 r53124  
    989989    int offset;
    990990    // Don't ignore links if the offset is being requested for a link.
    991     AccessibilityObject* object = objectAndOffsetUnignored(focusedObject, offset, !coreObject->isLink());
     991    objectAndOffsetUnignored(focusedObject, offset, !coreObject->isLink());
    992992
    993993    // TODO: Verify this for RTL text.
Note: See TracChangeset for help on using the changeset viewer.