WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
231344
[iOS] Get rid of the deviceClass function, up-leveling to deviceClassIsSmallScreen
https://bugs.webkit.org/show_bug.cgi?id=231344
Summary
[iOS] Get rid of the deviceClass function, up-leveling to deviceClassIsSmallS...
Darin Adler
Reported
2021-10-06 17:23:21 PDT
Get rid of the deviceClass function, up-leveling to deviceClassIsSmallScreen
Attachments
Patch
(29.91 KB, patch)
2021-10-06 17:41 PDT
,
Darin Adler
thorton
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Darin Adler
Comment 1
2021-10-06 17:41:05 PDT
Created
attachment 440459
[details]
Patch
Darin Adler
Comment 2
2021-10-06 18:05:39 PDT
Tim, did what I said and what you said.
Tim Horton
Comment 3
2021-10-06 18:25:07 PDT
Comment on
attachment 440459
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=440459&action=review
Love it! I'm still trying to puzzle out `deviceHasIPadCapability` with folks.
> Source/WebKit/Shared/ios/WebPreferencesDefaultValuesIOS.mm:72 > #if PLATFORM(MACCATALYST) > return true; > #elif PLATFORM(IOS)
Probably (?) could get rid of this ifdef
> Source/WebKitLegacy/mac/WebView/WebPreferencesDefaultValues.mm:278 > #if PLATFORM(MACCATALYST) > return true;
And again
Darin Adler
Comment 4
2021-10-07 09:07:44 PDT
Comment on
attachment 440459
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=440459&action=review
>> Source/WebKit/Shared/ios/WebPreferencesDefaultValuesIOS.mm:72 >> #elif PLATFORM(IOS) > > Probably (?) could get rid of this ifdef
Good point. If we want to do compile time optimization we can do that in Device.h/cpp instead of here. Will do.
Darin Adler
Comment 5
2021-10-07 10:58:50 PDT
Committed
r283721
(
242645@main
): <
https://commits.webkit.org/242645@main
>
Radar WebKit Bug Importer
Comment 6
2021-10-07 10:59:17 PDT
<
rdar://problem/83989632
>
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