[chromium-dev] Re: [linux] parasite is awesome

2009-09-16 Thread Paweł Hajdan Jr .
Looks like a good candidate for LinuxDebugging wiki page. On Wed, Sep 16, 2009 at 17:04, Evan Martin e...@chromium.org wrote: http://chipx86.github.com/gtkparasite/ We had looked into using parasite back in the early days, but I forgot about it due to 32/64-bit stuff. But now that we've

[chromium-dev] Re: [linux] parasite is awesome

2009-09-16 Thread Evan Martin
Good idea -- I took over http://code.google.com/p/chromium/wiki/LinuxDebuggingGtk and moved the old contents to a page on building a debug version of gtk. (That older one really needs some cleanup...) On Wed, Sep 16, 2009 at 5:07 PM, Paweł Hajdan Jr. phajdan...@chromium.org wrote: Looks like a

[chromium-dev] Re: [linux] parasite is awesome

2009-09-16 Thread Ian Fette
Will there be t-shirts? Yes, I think that's something we just have to do. Out of curiosity, could this be integrated in our testing framework to have less-flaky UI tests (at least for some subset of the functionality currently tested with UI tests)? -Ian 2009/9/16 Evan Martin e...@chromium.org

[chromium-dev] Re: [linux] parasite is awesome

2009-09-16 Thread Paweł Hajdan Jr .
On Wed, Sep 16, 2009 at 17:22, Ian Fette i...@chromium.org wrote: Out of curiosity, could this be integrated in our testing framework to have less-flaky UI tests (at least for some subset of the functionality currently tested with UI tests)? I don't have idea how to use it for that purpose.

[chromium-dev] Re: [linux] parasite is awesome

2009-09-16 Thread Evan Martin
If you set the name of a GtkWidget using gtk_widget_set_name, it shows that name in the Parasite tree. That makes it easier to find things (see screenshot), so don't be afraid to add 'em. On Wed, Sep 16, 2009 at 5:04 PM, Evan Martin e...@chromium.org wrote:

[chromium-dev] Re: [linux] parasite is awesome

2009-09-16 Thread Evan Stade
On Wed, Sep 16, 2009 at 5:37 PM, Evan Martin e...@chromium.org wrote: If you set the name of a GtkWidget using gtk_widget_set_name, it shows that name in the Parasite tree.  That makes it easier to find things (see screenshot), so don't be afraid to add 'em. caveat: I think this should be