Re: [chromium-dev] Keyboard codes to use for a chrome extension api that enables automation?

2010-01-15 Thread Dominic Mazzoni
> James Su > 2010/1/15 Nico Weber >> >> On Thu, Jan 14, 2010 at 8:37 AM, Dominic Mazzoni >> wrote: >> > On Thu, Jan 14, 2010 at 8:19 AM, Nico Weber wrote: >> >> It probably depends if you want to use this for text input or "action" >> &g

[chromium-dev] How to rebuild after modifying extension_api.json?

2010-01-15 Thread Dominic Mazzoni
I've observed that after modifying extension_api.json and rebuilding on Linux (using "make" via distcc), often the entire extension api stops working, with no error message. A clean build always solves the problem. Is there some file I need to touch after modifying extension_api.json in order for t

Re: [chromium-dev] Keyboard codes to use for a chrome extension api that enables automation?

2010-01-14 Thread Dominic Mazzoni
milar to keyLocation > (which covers left and right shift) > - Also look at DOM textInput event which is the attempt to fix the > keypress event and it handles things like IME and other methods for > inputting text. > > > erik > > > > On Thu, Jan 14, 2010 at 07:26, Dom

Re: [chromium-dev] Keyboard codes to use for a chrome extension api that enables automation?

2010-01-14 Thread Dominic Mazzoni
sure it's defined properly for the intended use, and over time try to provide better alternatives for other possible uses. - Dominic > Nico > > On Thu, Jan 14, 2010 at 7:26 AM, Dominic Mazzoni wrote: >> Hi Darin, >> >> Erik suggested you might have some thoughts. I

Re: [chromium-dev] Keyboard codes to use for a chrome extension api that enables automation?

2010-01-14 Thread Dominic Mazzoni
, right? - Dominic > Regards, > > Simon > > On Thu, Jan 14, 2010 at 3:26 PM, Dominic Mazzoni wrote: >> Hi Darin, >> >> Erik suggested you might have some thoughts. In my proposed extension >> api for accessibility (http://codereview.chromium.org/402099) one

[chromium-dev] Keyboard codes to use for a chrome extension api that enables automation?

2010-01-14 Thread Dominic Mazzoni
Hi Darin, Erik suggested you might have some thoughts. In my proposed extension api for accessibility (http://codereview.chromium.org/402099) one of the functions is to simulate a key press. How should the client express the key they would like to press? The current proposed function prototype is

[chromium-dev] Re: Proposal: Accessibility extension api

2009-12-18 Thread Dominic Mazzoni
On Wed, Dec 16, 2009 at 10:20 PM, Erik Kay wrote: > >> +chromium-dev >> >> On Wed, Dec 16, 2009 at 1:15 PM, Dominic Mazzoni wrote: >> >>> Hi, >>> >>> Here's an experimental proposal I'd like to throw out there. All types >>>

Re: [chromium-dev] Trybot to run WebKit's LayoutTests?

2009-12-17 Thread Dominic Mazzoni
That's what I was afraid of. On Thu, Dec 17, 2009 at 9:58 AM, Dan Kegel wrote: > I have had problems trying to install both 2005 and 2008, not sure why, > probably dueling service packs? > > On Dec 17, 2009 9:14 AM, "Dominic Mazzoni" wrote: > > Is there a WebKi

[chromium-dev] Trybot to run WebKit's LayoutTests?

2009-12-17 Thread Dominic Mazzoni
Is there a WebKit trybot? I'm working on a small WebKit patch (https://bugs.webkit.org/show_bug.cgi?id=32571), but my test requires a small change to DumpRenderTree, so I can't just test it using chromium. I've already run the LayoutTests on the Mac, and I'm working on compiling the GTK port on L

Re: [chromium-dev] Cannot find -lffmpegasm

2009-12-14 Thread Dominic Mazzoni
What do you have GYP_DEFINES set to? I got a compilation error involving ffmpeg last week, but then I tried again with an empty GYP_DEFINES and it worked fine. - Dominic On Sun, Dec 13, 2009 at 9:32 AM, Thiago Farina wrote: > Sorry for posting here, but I didn't find other place to ask, also I

Re: [chromium-dev] Getting 'This is a read-only checkout' error from gcl

2009-11-13 Thread Dominic Mazzoni
n Fri, Nov 13, 2009 at 3:51 PM, Dominic Mazzoni wrote: >> I got the same error yesterday.  Note that I don't have write access, >> so it's true that I do have a read-only checkout, but before, there >> was no warning just to create, upload or try.  Now I have to u

Re: [chromium-dev] Getting 'This is a read-only checkout' error from gcl

2009-11-13 Thread Dominic Mazzoni
I got the same error yesterday. Note that I don't have write access, so it's true that I do have a read-only checkout, but before, there was no warning just to create, upload or try. Now I have to use --force in order to do any of those operations. - Dominic On Fri, Nov 13, 2009 at 11:49 AM, Di

Re: [chromium-dev] Access keys are broken in 4.0

2009-11-12 Thread Dominic Mazzoni
Alt+Shift+E triggers the "Edit this Page" access key in DokuWiki, in Chrome on both Linux and Windows. Firefox does the same thing, it uses Alt+Shift for access keys so they don't interfere with Alt accelerators that interfere with the menu bar. I'm getting inconsistent results with Alt+E in Chro

[chromium-dev] Re: Chrome Keyboard Access, opinions?

2009-10-09 Thread Dominic Mazzoni
On Fri, Oct 9, 2009 at 11:15 AM, Jay Campan wrote: > > +1. To a beginner, left and right arrow might be more intuitive and an > > opportunity for us to innovate. But millions of people use > screenreaders, > > have trouble using the mouse, or are just power users who love keyboard > > shortcuts

[chromium-dev] Re: Chrome Keyboard Access, opinions?

2009-10-09 Thread Dominic Mazzoni
On Fri, Oct 9, 2009 at 10:40 AM, Peter Kasting wrote: > On Fri, Oct 9, 2009 at 10:36 AM, Jay Campan wrote: > >> On Thu, Oct 8, 2009 at 6:32 PM, Finnur Thorarinsson >> wrote: >> >>> Maybe it's just me, but I don't see the point in making a toolbar as a >>> whole focusable. The keyboard shortcut

[chromium-dev] Re: gclient fails to update gyp files

2009-10-01 Thread Dominic Mazzoni
Thanks, this works for me too! Is there a change needed so that either (1) native_client is not required, or (2) the tarball doesn't exclude native client? - Dominic On Tue, Sep 29, 2009 at 12:45 PM, Nicolas Sylvain wrote: > you need to edit your .gclient and remove the line that says: >  "src