[webkit-dev] why these tests are still marked Failure? r148002

2014-05-03 Thread Jarek Czekalski
r148002 added Failure for the test 
platform/gtk/accessibility/combo-box-collapsed-selection-changed.html


Then there was bug #114259 [1], which was resolved and fixed a year ago.

Shouldn't the tests be turned into Pass again?

On my box this test fails, but I'm confused about this situation. I am 
currently looking at logAccessibilityEvents method, but all the gtk 
tests using this method are marked failure. Help me please.


Thanks
Jarek

https://bugs.webkit.org/show_bug.cgi?id=114259
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] first line of a commit into webkit-changes

2014-05-03 Thread Jarek Czekalski
Subjects of messages distributed through webkit-changes are almost 
useless. It hardly allows any filtering, so one interested in a part of 
the big project has to read the beginning of every message.


Could we change the subject line and include also the first line of a 
commit message in it? We would obtain something like this example from 
emacs notification list:

http://lists.gnu.org/archive/html/emacs-diffs/2014-04/threads.html

Jarek

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] dump accessibility tree

2014-04-23 Thread Jarek Czekalski

Hi All!

I'm trying to discover the way accessibility works in webkit and maybe 
fix some orca blockers. There is a renderer tree, that I can dump using 
DumpRenderTree. There is also atk tree, that I can inspect with python 
scripts and accerciser. But there is also a layer inbetween, something 
like WebCore Accessibility Tree. Is there a way to dump the tree for a 
given page?


Or maybe there are other useful tools or tricks, to use when I see a 
broken atk tree, like in bug #131933 [1]?


Thanks in advance
Jarek

[1] https://bugs.webkit.org/show_bug.cgi?id=131933

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev