Bug 256912

Summary: [GLib] Remove obsolete documentation from WebKitWebsiteDataManager
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebKitGTKAssignee: Michael Catanzaro <mcatanzaro>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: PC   
OS: Linux   

Description Michael Catanzaro 2023-05-17 12:06:44 PDT
The WebKitWebsiteDataManager documentation has many references to WebKitWebContext ownership of WebKitWebsiteDataManager, but in the 2022 API version it is owned by WebKitNetworkSession. It's hard to fix because we cannot use conditional compilation inside doc comments. We can either (a) move the doc comment to the header file and have two different copies of the comment, or (b) simplify the comment by removing info about behavior that varies between API versions. I've opted for (b). I think most developers should still be able to figure out how to use it... hopefully.
Comment 1 Michael Catanzaro 2023-05-17 12:10:50 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13979
Comment 2 EWS 2023-05-18 06:03:20 PDT
Committed 264198@main (429ffbd25b0e): <https://commits.webkit.org/264198@main>

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