[Desktop-packages] [Bug 948788]

2013-04-17 Thread Vd-4
No problem, thank you! -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/948788 Title: thunderbird crashed on launch Status in The Mozilla Firefox Browser: In Progress Status in “atk1

[Desktop-packages] [Bug 948788]

2013-04-17 Thread Vd-4
Created attachment 738132 Implement a replacement of atk_object_set_name() which mimics the behavior without calling atk_object_get_name() This is an updated patch that should fix the assertion failure. The only change compared to the pushed patch [1] is this: -+ if (newNameUTF8.Equals(aAtkObj-

[Desktop-packages] [Bug 948788]

2013-03-26 Thread Vd-4
Created attachment 729066 Implement a replacement of atk_object_set_name() which mimics the behavior without calling atk_object_get_name() -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs

[Desktop-packages] [Bug 948788]

2013-03-26 Thread Vd-4
(In reply to Trevor Saunders (:tbsaunde) from comment #43) > Comment on attachment 728261 > Implement a replacement of atk_object_set_name() which mimics the behavior > without calling atk_object_get_name() > > >diff --git i/accessible/src/atk/AccessibleWrap.cpp > >w/accessible/src/atk/Accessible

[Desktop-packages] [Bug 948788]

2013-03-23 Thread Vd-4
Created attachment 728261 Implement a replacement of atk_object_set_name() which mimics the behavior without calling atk_object_get_name() -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs

[Desktop-packages] [Bug 948788]

2013-03-20 Thread Vd-4
Created attachment 726580 Implement a replacement of atk_object_set_name() which mimics the behavior without calling atk_object_get_name() Do not call our replacement setNameCB() and do not register it as a callback by assigning it to AtkObjectClass::set_name. Also use it in the other place where

[Desktop-packages] [Bug 948788]

2013-03-16 Thread Vd-4
Created attachment 725350 Implement setNameCB() in AccessibleWrap.cpp and use it in getNameCB() instead of atk_object_set_name() Beware - I am not very familiar with this code, I may have screwed it up! -- You received this bug notification because you are a member of Desktop Packages, which is

[Desktop-packages] [Bug 948788]

2013-03-16 Thread Vd-4
Hello, First of all, this bug does not exist currently because the following commit was reverted from ATK source: https://git.gnome.org/browse/atk/commit/?id=7ebaa51b17fbca385d9d1f3dd026bd4770852d9b So in order to close this bug, either 1. Leave the code as is and put a comment in ATK source not