WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
269335
Move iPadMini UA overrides to Quirks.cpp
https://bugs.webkit.org/show_bug.cgi?id=269335
Summary
Move iPadMini UA overrides to Quirks.cpp
Karl Dubost
Reported
2024-02-13 16:49:46 PST
Currently the iPad UA override are handled in Source/WebKit/UIProcess/iOS/WebPageProxyIOS.mm The Quirks are usually handled in Source/WebCore/page/Quirks.cpp It creates two separate places for checking the domain names where things are handled differently. Let's move in the same place. Note that this will not solve the needsQuirk check which needs to be solved separately.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-02-13 16:49:56 PST
<
rdar://problem/122920694
>
Karl Dubost
Comment 2
2024-02-13 17:54:11 PST
Pull request:
https://github.com/WebKit/WebKit/pull/24391
EWS
Comment 3
2024-02-14 09:34:50 PST
Committed
274631@main
(c0bc71135b42): <
https://commits.webkit.org/274631@main
> Reviewed commits have been landed. Closing PR #24391 and removing active labels.
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