Bug 240993 - [GLib] Properly deprecate WebKitSettings properties enable-accelerated-2d-canvas, enable-plugins, and enable-xss-auditor
Summary: [GLib] Properly deprecate WebKitSettings properties enable-accelerated-2d-can...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Catanzaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-26 18:08 PDT by Michael Catanzaro
Modified: 2022-05-27 18:24 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2022-05-26 18:08:54 PDT
Properly deprecate WebKitSettings properties enable-accelerated-2d-canvas, enable-plugins, and enable-xss-auditor. enable-accelerated-2d-canvas and enable-plugins are missing G_PARAM_DEPRECATED. enable-xss-auditor is just not deprecated at all, even though I deprecated its getter/setter.
Comment 1 Michael Catanzaro 2022-05-27 11:27:59 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1105
Comment 2 EWS 2022-05-27 18:24:09 PDT
Committed r294974 (251078@main): <https://commits.webkit.org/251078@main>

Reviewed commits have been landed. Closing PR #1105 and removing active labels.