Bug 231344

Summary: [iOS] Get rid of the deviceClass function, up-leveling to deviceClassIsSmallScreen
Product: WebKit Reporter: Darin Adler <darin>
Component: WebCore Misc.Assignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

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+
Darin Adler
Comment 1 2021-10-06 17:41:05 PDT
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
Radar WebKit Bug Importer
Comment 6 2021-10-07 10:59:17 PDT
Note You need to log in before you can comment on or make changes to this bug.