Bug 311964
| Summary: | [Navigation API] Convert NavigationAPIMethodTracker from struct to class | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Basuke Suzuki <basuke> |
| Component: | New Bugs | Assignee: | Basuke Suzuki <basuke> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Basuke Suzuki
Convert NavigationAPIMethodTracker from a public struct to a proper class with private members and public accessors. Mechanical change: private members with m_ prefix, accessors, WTF_MAKE_TZONE_ALLOCATED, forward declaration updates. Part of pre-work for precommitHandler (Interop 2026). rdar://174513354
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Basuke Suzuki
<rdar://problem/174513354>
Basuke Suzuki
Pull request: https://github.com/WebKit/WebKit/pull/62485
EWS
Committed 311475@main (d684b92034ab): <https://commits.webkit.org/311475@main>
Reviewed commits have been landed. Closing PR #62485 and removing active labels.