RESOLVED FIXED208254
Clean up HitTestLocation.h
https://bugs.webkit.org/show_bug.cgi?id=208254
Summary Clean up HitTestLocation.h
Daniel Bates
Reported 2020-02-26 11:55:25 PST
Use C++11 and later features to reduce code duplication and simplify the code in HitTestLocation.h. This will make it easier for me to add a new rect-based location constructor in the future.
Attachments
Patch (4.97 KB, patch)
2020-02-26 12:01 PST, Daniel Bates
no flags
Radar WebKit Bug Importer
Comment 1 2020-02-26 11:55:37 PST
Daniel Bates
Comment 2 2020-02-26 12:01:35 PST
Daniel Bates
Comment 3 2020-02-26 12:05:10 PST
Comment on attachment 391765 [details] Patch Clearing flags on attachment: 391765 Committed r257502: <https://trac.webkit.org/changeset/257502>
Daniel Bates
Comment 4 2020-02-26 12:05:11 PST
All reviewed patches have been landed. Closing bug.
Daniel Bates
Comment 5 2020-03-11 14:44:57 PDT
Comment on attachment 391765 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=391765&action=review > Source/WebCore/rendering/HitTestLocation.cpp:-56 > - , m_isRectBased(true) This is wrong. This needs to be set to true.
Daniel Bates
Comment 6 2020-03-11 15:48:49 PDT
(In reply to Daniel Bates from comment #5) > Comment on attachment 391765 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=391765&action=review > > > Source/WebCore/rendering/HitTestLocation.cpp:-56 > > - , m_isRectBased(true) > > This is wrong. This needs to be set to true. Fixed in bug #208947.
Note You need to log in before you can comment on or make changes to this bug.