Bug 56953

Summary: [GTK] GTK's DRT to ouput detail's string for the 'property-change' signal
Product: WebKit Reporter: Mario Sanchez Prada <mario>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Bug Depends on:    
Bug Blocks: 56655    
Attachments:
Description Flags
Patch proposal mrobinson: review+

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>