WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
290913
Introduce OS(ANDROID) to simplify preprocessor guards
https://bugs.webkit.org/show_bug.cgi?id=290913
Summary
Introduce OS(ANDROID) to simplify preprocessor guards
Adrian Perez
Reported
2025-04-02 04:59:01 PDT
We would like to simplify the “defined(__ANDROID__) || defined(ANDROID)” in a few code locations to simply be “OS(ANDROID)”. This is in preparation for a couple more of small patches I am planning to submit upstream.
Attachments
Add attachment
proposed patch, testcase, etc.
Adrian Perez
Comment 1
2025-04-02 05:02:55 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/43460
EWS
Comment 2
2025-04-02 06:19:17 PDT
Committed
293096@main
(3ec9f41e1809): <
https://commits.webkit.org/293096@main
> Reviewed commits have been landed. Closing PR #43460 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2025-04-02 06:20:14 PDT
<
rdar://problem/148425854
>
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