RESOLVED FIXED 114867
[GTK] Get rid of Pango/Gail dependencies in accessibility for ATK
https://bugs.webkit.org/show_bug.cgi?id=114867
Summary [GTK] Get rid of Pango/Gail dependencies in accessibility for ATK
Mario Sanchez Prada
Reported 2013-04-19 05:41:55 PDT
There are some good reasons to think we should get rid of this dependency in accessibility/atk, such as the fact that we need to properly expose wrapped lines in WebKit2 (see https://bugs.webkit.org/show_bug.cgi?id=73433#c1) or that similar results to what we get through pango/gail combo could be achieved using internal utilities inside WebKit (e.g. TextBreakIterator). However, this is probably not going to be a one-patch-fix, so here is the metabug to track them all.
Attachments
Patch proposal (7.16 KB, patch)
2013-07-20 00:03 PDT, Mario Sanchez Prada
mrobinson: review+
Mario Sanchez Prada
Comment 1 2013-07-19 23:57:36 PDT
Changing the nature of this metabug to convert it into a normal bug (hence renaming it), so we can attach to it the final patch that will remove the pango/gail code from WebKitAccessibleInterfaceText.cpp, once all the blocking bugs have been solved.
Mario Sanchez Prada
Comment 2 2013-07-20 00:03:45 PDT
Created attachment 207192 [details] Patch proposal ...and here comes the final patch!
Martin Robinson
Comment 3 2013-07-20 12:23:03 PDT
Comment on attachment 207192 [details] Patch proposal View in context: https://bugs.webkit.org/attachment.cgi?id=207192&action=review > Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceText.cpp:1075 > + return resultText.release(); I think if you always release the resultText then perhaps just a raw pointer works.
Mario Sanchez Prada
Comment 4 2013-07-22 01:20:46 PDT
(In reply to comment #3) > (From update of attachment 207192 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=207192&action=review > > > Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceText.cpp:1075 > > + return resultText.release(); > > I think if you always release the resultText then perhaps just a > raw pointer works. Yeah, you're probably right. I'll change that before landing, once than the patches for the blocking bugs have been landed.
Mario Sanchez Prada
Comment 5 2013-09-11 05:04:15 PDT
Note You need to log in before you can comment on or make changes to this bug.