[chromium-dev] Re: [announce] chromium's buildbot now has automated monitoring of performance test regressions

2009-10-16 Thread Patrick Johnson
Wow, this is really cool, and something I've wanted for a long time. Nice work! Patrick On Fri, Oct 16, 2009 at 12:35 AM, Chase Phillips ch...@chromium.org wrote: Chromium's buildbot now provides *automated monitoring of performance test regressions*. This new monitoring system alerts

[chromium-dev] Re: how to run chromium with 'automation' enabled?

2009-09-02 Thread Patrick Johnson
Can you be more specific about what automation you'd like enabled? Maybe --dom-automation is what you're looking for, this binds the window.domAutomationController object. Patrick On Wed, Sep 2, 2009 at 9:40 AM, hap 497 hap...@gmail.com wrote: Hi, Can you please tell me how can I run

[chromium-dev] Re: Where is the data for reliablity and purify tests stored?

2009-02-22 Thread Patrick Johnson
Hey John, I filed a bug for the reliability crash ( http://code.google.com/p/chromium/issues/detail?id=7951) and added it to our known crashes file. Patrick On Sat, Feb 21, 2009 at 12:12 PM, John Abd-El-Malek j...@chromium.orgwrote: (CCing chrome-dev so that others who don't know can search

[chromium-dev] Re: Where is the data for reliablity and purify tests stored?

2009-02-22 Thread Patrick Johnson
[-h...@chromium.org, +hu...@chromium.org] On Sun, Feb 22, 2009 at 2:31 PM, Patrick Johnson patr...@chromium.orgwrote: Hey John, I filed a bug for the reliability crash ( http://code.google.com/p/chromium/issues/detail?id=7951) and added it to our known crashes file. Patrick On Sat, Feb

[chromium-dev] Re: Announcing the release of ChromeWatir

2009-01-20 Thread Patrick Johnson
This is very cool and interesting. I would recommend seeing if it's possible to use the automation framework, as that's likely to be a more stable interface. Feel free to send questions to this list (that's what it's here for). Also, I'm curious, what are the differences between Watir and

[chromium-dev] Re: Trunk build's biggest annoyances?

2008-12-15 Thread Patrick Johnson
I think http://crbug.com/5118 is one of my biggest annoyances. I'm a fan of tab dragging, and it's been fairly broken recently (at least in maximized mode). Patrick On Mon, Dec 15, 2008 at 4:50 PM, Mark Larson (Google) m...@chromium.org wrote: Google employees: in case you're not paying

[chromium-dev] Re: Automation of web application testing

2008-09-18 Thread Patrick Johnson
Also take a look at Selenium, which has support for Google Chrome: http://selenium.openqa.org/ Patrick On Thu, Sep 18, 2008 at 7:44 AM, pow [EMAIL PROTECTED] wrote: Came across WebDriver/ChromeDriver http://code.google.com/p/webdriver/