|
Lines 1-3
a/Source/WebCore/ChangeLog_sec1
|
|
|
1 |
2012-02-29 Mario Sanchez Prada <msanchez@igalia.com> |
| 2 |
|
| 3 |
in page anchor and keyboard navigation |
| 4 |
https://bugs.webkit.org/show_bug.cgi?id=17450 |
| 5 |
|
| 6 |
Reviewed by NOBODY (OOPS!). |
| 7 |
|
| 8 |
Ensure that the position of the caret and the focused element |
| 9 |
get updated when following an anchor link. |
| 10 |
|
| 11 |
The implementation is moved from platform specific files out to |
| 12 |
AXObjectCache.cpp since it should be a cross-platform valid |
| 13 |
solution. However, the new code is currently activated for the Mac |
| 14 |
and GTK ports only, since the windows and chromium ports provide |
| 15 |
their own specific code, and removing it now might break things. |
| 16 |
|
| 17 |
Test: accessibility/anchor-link-selection-and-focus.html |
| 18 |
|
| 19 |
* accessibility/AXObjectCache.cpp: |
| 20 |
(WebCore): |
| 21 |
(WebCore::AXObjectCache::handleScrolledToAnchor): Cross-platform |
| 22 |
implementation of the fix, only activated for Mac and GTK for now. |
| 23 |
* accessibility/gtk/AXObjectCacheAtk.cpp: Removed the GTK-specific |
| 24 |
implementation of WebCore::AXObjectCache::handleScrolledToAnchor. |
| 25 |
* accessibility/mac/AXObjectCacheMac.mm: Removed the Mac-specific |
| 26 |
implementation of WebCore::AXObjectCache::handleScrolledToAnchor. |
| 27 |
|
| 1 |
2012-02-28 Sheriff Bot <webkit.review.bot@gmail.com> |
28 |
2012-02-28 Sheriff Bot <webkit.review.bot@gmail.com> |
| 2 |
|
29 |
|
| 3 |
Unreviewed, rolling out r108834. |
30 |
Unreviewed, rolling out r108834. |