[Webkit-unassigned] [Bug 204320] New: Move [UIDevice currentDevice] calls to UI process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 18 14:55:10 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=204320

            Bug ID: 204320
           Summary: Move [UIDevice currentDevice] calls to UI process
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: pvollan at apple.com

Calling [UIDevice currentDevice] will cause the runningboard daemon to be accessed. Since this service will be removed from the WebContent sandbox, these calls should be moved to the UI process.

For example, the function exernalDeviceDisplayNameForPlayer in MediaPlayerPrivateAVFoundationObjC.mm is calling [[PAL::getUIDeviceClass() currentDevice] localizedModel], which should be moved to the UI process.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191118/277c8e7e/attachment.htm>


More information about the webkit-unassigned mailing list