You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes a few problems with <rdar://problem/3612121> that I noticed with code inspection.
* khtml/rendering/render_layer.h: removed inline scrollToPoint
* khtml/rendering/render_layer.cpp: (khtml::RenderLayer::getRectToExpose):
* khtml/khtml_part.cpp: (KHTMLPart::gotoAnchor): Used to call scrollToPoint, now calls scrollRectToVisible
* kwq/KWQKHTMLPart.mm:
(KWQKHTMLPart::jumpToSelection): Now uses the enclosing layer of the selection start, instead of the outermost layer.
(KWQKHTMLPart::centerSelectionInVisibleArea): ditto.
Canonical link: https://commits.webkit.org/9298@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@10976 268f45cc-cd09-0410-ab3c-d52691b4dbfc
0 commit comments