WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
23565
Rename absoluteOutlineBounds() to something better
https://bugs.webkit.org/show_bug.cgi?id=23565
Summary
Rename absoluteOutlineBounds() to something better
Simon Fraser (smfr)
Reported
2009-01-26 22:50:57 PST
Bug 12885
added absoluteOutlineBox(), which was later renamed to absoluteOutlineBounds(). The name gives little indication about how this differs from absoluteClippedOverflowRect(), so we should really come up with some better names. absoluteOutlineBounds() is the border bounding box inflated by shadow and outlines, whereas absoluteClippedOverflowRect() computes an accurate outline.
Attachments
Add attachment
proposed patch, testcase, etc.
Ahmad Saleem
Comment 1
2022-07-26 04:18:47 PDT
In Webkit Github mirror, there are still two instances of absoluteOutlineBounds() in following files:
https://github.com/WebKit/WebKit/blob/e4e4bba1f291d4773b907199bb5e6976d14c223d/Source/WebCore/html/HTMLAreaElement.cpp#L111
https://github.com/WebKit/WebKit/blob/500b3dbc7c61814787e117e9e724f990f9fa2ec2/Source/WebCore/rendering/RenderObject.h#L765
Is something this renaming required or it is now OK? Thanks!
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug