Summary: | [GTK] Get rid of Pango/Gail dependencies in accessibility for ATK | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Mario Sanchez Prada <mario> | ||||
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | apinheiro, cgarcia, jdiggs, mrobinson | ||||
Priority: | P2 | Keywords: | Gtk | ||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Bug Depends on: | 114868, 114870, 114871, 114872, 114873 | ||||||
Bug Blocks: | 119673 | ||||||
Attachments: |
|
Description
Mario Sanchez Prada
2013-04-19 05:41:55 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. Created attachment 207192 [details]
Patch proposal
...and here comes the final patch!
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. (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. Committed r155520: <http://trac.webkit.org/changeset/155520> |