Bug 297949
| Summary: | Adds missing iPad Mini missing category MGScreenClassPad11 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Dubost <karlcow> |
| Component: | WebKit Misc. | Assignee: | Karl Dubost <karlcow> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Karl Dubost
Currently https://searchfox.org/wubkat/rev/a722bd4d57831d96ac4ce77b1c203734445b77f1/Source/WebKit/UIProcess/ios/WebPageProxyIOS.mm#1504
```
shouldRecommendDesktopClassBrowsing = screenClass != MGScreenClassPad3 && screenClass != MGScreenClassPad4 && desktopClassBrowsingSupported();
```
MGScreenClassPad11 is missing.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/159249882>
Karl Dubost
Pull request: https://github.com/WebKit/WebKit/pull/49920
EWS
Committed 299186@main (db1e9af9faa1): <https://commits.webkit.org/299186@main>
Reviewed commits have been landed. Closing PR #49920 and removing active labels.