Bug 56953 - [GTK] GTK's DRT to ouput detail's string for the 'property-change' signal
Summary: [GTK] GTK's DRT to ouput detail's string for the 'property-change' signal
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 56655
  Show dependency treegraph
 
Reported: 2011-03-23 12:44 PDT by Mario Sanchez Prada
Modified: 2011-03-23 15:02 PDT (History)
0 users

See Also:


Attachments
Patch proposal (2.27 KB, patch)
2011-03-23 12:54 PDT, Mario Sanchez Prada
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mario Sanchez Prada 2011-03-23 12:44:38 PDT
Currently the GTK's DRT outputs some lines related to accessibility events when accessibilityController.logAccessibilityEvents() is called, what is nice but not enough for the case of the 'property-change' signal :-)

We'd need also that the string associated to the 'detail' were output as well for the 'property-change' signal, so we were able to check when some properties (such as 'accessible-value') changes, hence this bug.

Blocking bug 56655 as we need this feature in DRT to properly test the patch there.
Comment 1 Mario Sanchez Prada 2011-03-23 12:46:52 PDT
Forgot to mention I was talking AtkObject's 'property-change' signal
Comment 2 Mario Sanchez Prada 2011-03-23 12:54:01 PDT
Created attachment 86672 [details]
Patch proposal

Attached patch proposal
Comment 3 Martin Robinson 2011-03-23 13:32:17 PDT
Comment on attachment 86672 [details]
Patch proposal

Okay!
Comment 4 Mario Sanchez Prada 2011-03-23 15:02:41 PDT
Committed r81810: <http://trac.webkit.org/changeset/81810>