Bug 120636 - [WK2] [GTK] TestContextMenu using GtkAction which is deprecated in gtk+ 3.10
Summary: [WK2] [GTK] TestContextMenu using GtkAction which is deprecated in gtk+ 3.10
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 120772
  Show dependency treegraph
 
Reported: 2013-09-03 08:52 PDT by Sergio Villar Senin
Modified: 2016-09-30 07:49 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergio Villar Senin 2013-09-03 08:52:33 PDT
It does not build correctly when trying to build it against gtk+ 3.10 because it's deprecated.
Comment 1 Sergio Villar Senin 2013-09-03 09:19:52 PDT
Obviously this only affect debug builds which disable deprecated symbols...
Comment 2 Anton Obzhirov 2013-09-05 09:20:42 PDT
If Sergio doesn't mind I'll fix this one.
Comment 3 Michael Catanzaro 2016-09-30 07:49:24 PDT
This definitely isn't a problem anymore, we either have GTK_MIN_VERSION set properly or something else to avoid the deprecation warnings. And we aren't going to get rid of GtkAction use in the test, because we plan to support the API indefinitely.