Bug 208269 - Cleanup HitTestResult.{h, cpp}
Summary: Cleanup HitTestResult.{h, cpp}
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-02-26 15:27 PST by Daniel Bates
Modified: 2020-02-27 09:34 PST (History)
7 users (show)

See Also:


Attachments
Patch (6.18 KB, patch)
2020-02-26 15:28 PST, Daniel Bates
no flags Details | Formatted Diff | Diff
Patch (5.99 KB, patch)
2020-02-26 16:13 PST, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2020-02-26 15:27:07 PST
Use C++11 and later features to reduce code duplication and simplify the code in HitTestResult.{h, cpp}. This will make it easier for me to add a new rect-based location constructor in the future.
Comment 1 Radar WebKit Bug Importer 2020-02-26 15:27:51 PST
<rdar://problem/59824186>
Comment 2 Daniel Bates 2020-02-26 15:28:49 PST
Created attachment 391790 [details]
Patch
Comment 3 Daniel Bates 2020-02-26 16:13:29 PST
Created attachment 391800 [details]
Patch
Comment 4 Daniel Bates 2020-02-27 09:34:42 PST
Comment on attachment 391800 [details]
Patch

Clearing flags on attachment: 391800

Committed r257569: <https://trac.webkit.org/changeset/257569>
Comment 5 Daniel Bates 2020-02-27 09:34:44 PST
All reviewed patches have been landed.  Closing bug.