Bug 179295 - [WPE] Remove deprecated functions and properties from the API
Summary: [WPE] Remove deprecated functions and properties from the API
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WPE WebKit (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Normal
Assignee: Michael Catanzaro
URL:
Keywords:
Depends on:
Blocks: 178894
  Show dependency treegraph
 
Reported: 2017-11-05 07:43 PST by Michael Catanzaro
Modified: 2018-04-25 11:41 PDT (History)
4 users (show)

See Also:


Attachments
Patch (24.76 KB, patch)
2018-04-07 21:01 PDT, Michael Catanzaro
no flags Details | Formatted Diff | Diff
Patch (26.16 KB, patch)
2018-04-24 15:08 PDT, Michael Catanzaro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2017-11-05 07:43:58 PST
It's a bit silly to make our first release with deprecated stuff in the API. We should remove all of it from our headers and use #if PLATFORM(GTK) guards to make sure the implementations are not exported.
Comment 1 Michael Catanzaro 2018-04-07 21:00:21 PDT
Here is a WIP. I still need to fix:

 * testWebViewAuthenticationStorage in TestAuthentication
 * TestCookieManager
Comment 2 Michael Catanzaro 2018-04-07 21:01:11 PDT
Created attachment 337442 [details]
Patch
Comment 3 Michael Catanzaro 2018-04-24 15:00:05 PDT
(In reply to Michael Catanzaro from comment #1)
> Here is a WIP. I still need to fix:
> 
>  * testWebViewAuthenticationStorage in TestAuthentication
>  * TestCookieManager

I spent about an hour on testWebViewAuthenticationStorage today... it's not worth it. TestCookieManager is going to be more work. Let's just disable these bits on WPE for now.
Comment 4 Michael Catanzaro 2018-04-24 15:08:53 PDT
Created attachment 338675 [details]
Patch
Comment 5 WebKit Commit Bot 2018-04-25 11:41:18 PDT
Comment on attachment 338675 [details]
Patch

Clearing flags on attachment: 338675

Committed r231004: <https://trac.webkit.org/changeset/231004>
Comment 6 WebKit Commit Bot 2018-04-25 11:41:20 PDT
All reviewed patches have been landed.  Closing bug.