Bug 120636
Summary: | [WK2] [GTK] TestContextMenu using GtkAction which is deprecated in gtk+ 3.10 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sergio Villar Senin <svillar> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | gustavo, mcatanzaro, obzhirov, svillar, zan |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 120772 |
Sergio Villar Senin
It does not build correctly when trying to build it against gtk+ 3.10 because it's deprecated.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Sergio Villar Senin
Obviously this only affect debug builds which disable deprecated symbols...
Anton Obzhirov
If Sergio doesn't mind I'll fix this one.
Michael Catanzaro
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.