Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid unnecessary call to sandbox_enable_state_flag #14889

Commits on Jun 13, 2023

  1. Avoid unnecessary call to sandbox_enable_state_flag

    https://bugs.webkit.org/show_bug.cgi?id=257981
    rdar://110667778
    
    Reviewed by Chris Dumez.
    
    Calling sandbox_enable_state_flag with the variable BlockIOKitInWebContentSandbox is only needed
    when WEBCONTENT_GPU_SANDBOX_EXTENSIONS_BLOCKING is not enabled. This patch also removes an
    obsolete sandbox rule.
    
    * Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
    * Source/WebKit/WebProcess/WebPage/WebPage.cpp:
    (WebKit::m_appHighlightsVisible):
    
    Canonical link: https://commits.webkit.org/265122@main
    pvollan committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    e2a7a06 View commit details
    Browse the repository at this point in the history