RESOLVED FIXED 238198
[GTK][WPE] Remove the ATK implementation
https://bugs.webkit.org/show_bug.cgi?id=238198
Summary [GTK][WPE] Remove the ATK implementation
Carlos Garcia Campos
Reported 2022-03-22 03:29:24 PDT
It's been replaced by new ATSPI implementation.
Attachments
Patch (479.33 KB, patch)
2022-03-22 03:36 PDT, Carlos Garcia Campos
aperez: review+
Carlos Garcia Campos
Comment 1 2022-03-22 03:36:03 PDT
Adrian Perez
Comment 2 2022-03-22 04:17:37 PDT
Comment on attachment 455358 [details] Patch Nice to see so much code go away 💣️
Carlos Garcia Campos
Comment 3 2022-03-22 06:35:26 PDT
Michael Catanzaro
Comment 4 2022-03-23 15:37:26 PDT
I'm seeing a build failure: In file included from /home/mcatanzaro/Projects/WebKit/Source/WebKit/UIProcess/API/glib/WebKitWebViewAccessible.cpp:21: /home/mcatanzaro/Projects/WebKit/Source/WebKit/UIProcess/API/glib/WebKitWebViewAccessible.h:24:10: fatal error: atk/atk.h: No such file or directory 24 | #include <atk/atk.h> | ^~~~~~~~~~~ compilation terminated. That's when building with -DUSE_GTK4=ON. WebKitWebViewAccessible still depends on AtkSocket. Maybe with GTK 3 the include dirs are inherited from GTK?
Adrian Perez
Comment 5 2022-03-23 16:25:28 PDT
(In reply to Michael Catanzaro from comment #4) > I'm seeing a build failure: > > In file included from > /home/mcatanzaro/Projects/WebKit/Source/WebKit/UIProcess/API/glib/ > WebKitWebViewAccessible.cpp:21: > /home/mcatanzaro/Projects/WebKit/Source/WebKit/UIProcess/API/glib/ > WebKitWebViewAccessible.h:24:10: fatal error: atk/atk.h: No such file or > directory > 24 | #include <atk/atk.h> > | ^~~~~~~~~~~ > compilation terminated. > > That's when building with -DUSE_GTK4=ON. WebKitWebViewAccessible still > depends on AtkSocket. Maybe with GTK 3 the include dirs are inherited from > GTK? This made the build complete here, but I didn't test further than that: https://o.perezdecastro.org/9fh9za0w.diff I'll look into submitting it as a proper patch later.
Adrian Perez
Comment 6 2022-03-24 04:40:09 PDT
(In reply to Adrian Perez from comment #5) > (In reply to Michael Catanzaro from comment #4) > > I'm seeing a build failure: > > > > In file included from > > /home/mcatanzaro/Projects/WebKit/Source/WebKit/UIProcess/API/glib/ > > WebKitWebViewAccessible.cpp:21: > > /home/mcatanzaro/Projects/WebKit/Source/WebKit/UIProcess/API/glib/ > > WebKitWebViewAccessible.h:24:10: fatal error: atk/atk.h: No such file or > > directory > > 24 | #include <atk/atk.h> > > | ^~~~~~~~~~~ > > compilation terminated. > > > > That's when building with -DUSE_GTK4=ON. WebKitWebViewAccessible still > > depends on AtkSocket. Maybe with GTK 3 the include dirs are inherited from > > GTK? > > This made the build complete here, but I didn't test further than that: > > https://o.perezdecastro.org/9fh9za0w.diff > > I'll look into submitting it as a proper patch later. Here we go, bug #238320
Note You need to log in before you can comment on or make changes to this bug.