Changeset 246948 in webkit for trunk/Source/WebCore/ChangeLog
- Timestamp:
- Jun 28, 2019, 8:48:18 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r246943 r246948 1 2019-06-28 Tim Horton <[email protected]> 2 3 iOS WebKit2 find-in-page indicator doesn't move with 'overflow: scroll' 4 https://bugs.webkit.org/show_bug.cgi?id=175032 5 <rdar://problem/29346482> 6 7 Reviewed by Wenson Hsieh. 8 9 * editing/FrameSelection.cpp: 10 (WebCore::FrameSelection::selectionBounds const): 11 (WebCore::FrameSelection::revealSelection): 12 * editing/FrameSelection.h: 13 Make selectionBounds' clipToVisibleContent param an enum class. 14 15 * page/TextIndicator.cpp: 16 (WebCore::initializeIndicator): 17 Save the un-clipped selection rect; otherwise we'll frequently save 0, 0 18 here when finding a match that is off-screen. 19 1 20 2019-06-28 Zalan Bujtas <[email protected]> 2 21
Note:
See TracChangeset
for help on using the changeset viewer.