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

Add inspectable property to _WKWebExtensionContext. #7497

Merged
merged 1 commit into from
Dec 12, 2022

Commits on Dec 12, 2022

  1. Add inspectable property to _WKWebExtensionContext.

    https://bugs.webkit.org/show_bug.cgi?id=249158
    
    Reviewed by Brian Weinstein.
    
    Also fix some typos in other HeadDoc comments.
    
    * Source/WebKit/UIProcess/API/Cocoa/_WKWebExtension.h:
    * Source/WebKit/UIProcess/API/Cocoa/_WKWebExtensionContext.h:
    * Source/WebKit/UIProcess/API/Cocoa/_WKWebExtensionContext.mm:
    (-[_WKWebExtensionContext isInspectable]): Added.
    (-[_WKWebExtensionContext setInspectable:]): Added.
    * Source/WebKit/UIProcess/Extensions/Cocoa/WebExtensionContextCocoa.mm:
    (WebKit::WebExtensionContext::setInspectable): Added.
    (WebKit::WebExtensionContext::loadBackgroundWebView): Set inspectable proeprty.
    * Source/WebKit/UIProcess/Extensions/WebExtensionContext.h:
    (WebKit::WebExtensionContext::isInspectable const): Added.
    
    Canonical link: https://commits.webkit.org/257740@main
    xeenon committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    aeaa834 View commit details
    Browse the repository at this point in the history