Re: [webkit-dev] Mouse Lock API

2011-09-21 Thread Eric Uhrhane
On Wed, Sep 21, 2011 at 10:44 AM, Alexey Proskuryakov a...@webkit.org wrote: This API seems clearly necessary to implement traditional FPS game controls. On the other hand, I would not want my browser to have this kind of functionality. Arguably the main benefit of browsers is that they cannot

Re: [webkit-dev] XHR responseArrayBuffer attribute

2010-09-29 Thread Eric Uhrhane
On Wed, Sep 29, 2010 at 6:34 PM, Maciej Stachowiak m...@apple.com wrote: On Sep 29, 2010, at 2:02 PM, Kenneth Russell wrote: On Tue, Sep 28, 2010 at 11:26 AM, Maciej Stachowiak m...@apple.com wrote: On Sep 28, 2010, at 11:05 AM, Kenneth Russell wrote: On Tue, Sep 28, 2010 at 9:45 AM,

Re: [webkit-dev] XHR responseArrayBuffer attribute

2010-09-24 Thread Eric Uhrhane
On Fri, Sep 24, 2010 at 5:09 PM, Alexey Proskuryakov a...@webkit.org wrote: 24.09.2010, в 16:37, Chris Rogers написал(а): I was interested to know if anybody was planning on implementing that attribute soon.  If not, I would like to add this myself. The key problem to solve is how to not

Re: [webkit-dev] Review tool changes

2010-09-17 Thread Eric Uhrhane
On Thu, Sep 16, 2010 at 11:58 PM, Ojan Vafai o...@chromium.org wrote: On Fri, Sep 17, 2010 at 4:39 PM, Adam Barth aba...@webkit.org wrote: On Thu, Sep 16, 2010 at 5:33 PM, Darin Adler da...@apple.com wrote:    1) I am happy with the review tool. I have been using it for a lot of reviews.

[webkit-dev] ANGLE compile failure?

2010-08-17 Thread Eric Uhrhane
I'm getting the same failure in two clients, and the second has nothing checked out. This is on OSX 10.5.8, using the standard webkit build scripts and code synced yesterday [several times, same error]. Given that I don't hear anyone else screaming, there's probably something wrong with my

Re: [webkit-dev] ANGLE compile failure?

2010-08-17 Thread Eric Uhrhane
On Tue, Aug 17, 2010 at 2:00 PM, Chris Marrin cmar...@apple.com wrote: On Aug 17, 2010, at 1:42 PM, Eric Uhrhane wrote: I'm getting the same failure in two clients, and the second has nothing checked out. This is on OSX 10.5.8, using the standard webkit build scripts and code synced

Re: [webkit-dev] ANGLE compile failure?

2010-08-17 Thread Eric Uhrhane
Indeed, my copy of build-webkit was out of date on both clients, and I don't know why. A manual svn update on that file brought down the new version. Thanks for the help! On Tue, Aug 17, 2010 at 3:37 PM, Chris Marrin cmar...@apple.com wrote: On Aug 17, 2010, at 3:24 PM, Eric Uhrhane wrote

Re: [webkit-dev] Web SQL Database API - openDatabaseSync

2010-07-01 Thread Eric Uhrhane
On Thu, Jul 1, 2010 at 2:07 PM, Evan Ireland eirel...@sybase.com wrote: Does anyone have an implementation of the synchronous SQL Database API (openDatabaseSync...)? Not as far as I know, but Dumi will have one completed in [webkit and chrome] shortly. If so, is it usable from the main UI

Re: [webkit-dev] Web SQL Database API - openDatabaseSync

2010-07-01 Thread Eric Uhrhane
: Eric, Thanks. One more question if you don't mind. Is the async version of SQL Database API and worker thread support available in a version of webkit that is generally available on Android-based smartphones? -Original Message- From: Eric Uhrhane [mailto:er...@google.com] Sent

[webkit-dev] Media elements meeting notes

2010-04-13 Thread Eric Uhrhane
of the user-interaction requirement isn't to make everything safe, it's to make sure that the user was there when the transition happened. Eric Uhrhane: And to prevent all ads from forcing themselves to fullscreen. New topic: Streaming. Currently the only way to tell if you're streaming a file is if its

Re: [webkit-dev] Odd binding problems

2010-02-22 Thread Eric Uhrhane
On Mon, Feb 22, 2010 at 3:26 PM, Jeremy Orlow jor...@chromium.org wrote: On Mon, Feb 22, 2010 at 11:22 PM, Alexey Proskuryakov a...@webkit.org wrote: On 22.02.2010, at 15:16, Eric Uhrhane wrote: My bet is I've failed to add something critical to the bindings, some override for the idl

Re: [webkit-dev] Odd binding problems

2010-02-22 Thread Eric Uhrhane
On Mon, Feb 22, 2010 at 3:22 PM, Alexey Proskuryakov a...@webkit.org wrote: On 22.02.2010, at 15:16, Eric Uhrhane wrote: My bet is I've failed to add something critical to the bindings, some override for the idl-generated code that wasn't needed in the DOM bindings but is for the Worker

[webkit-dev] Potential deadlock in database--still there?

2010-02-02 Thread Eric Uhrhane
Revision 30233 added a change [and a comment about it] working around a deadlock described in rdar://problem/5743768, which I can't see. That change is 2 years old, and I'm wondering if the comment is still true. I can't find a deadlock by inspection; could someone post the text from the bug, or

Re: [webkit-dev] Database in Worker context

2010-01-14 Thread Eric Uhrhane
Trying again; webkit-dev doesn't seem to like my @google.com address. On Thu, Jan 14, 2010 at 2:31 PM, Eric Uhrhane er...@google.com wrote: Dmitry requested that I not pull stuff out into DatabaseManager at all, so that step got skipped. The first changelist [currently in review] does a bunch

[webkit-dev] Database in Worker context

2010-01-13 Thread Eric Uhrhane
Hello webkit folks! This is just a heads-up that I'm working on implementing access to the SQL database from worker context [I see https://bugs.webkit.org/show_bug.cgi?id=22725, now that I look for it]. I'll give a quick outline as to how I'm doing it, and if you want to tell me that there's a

[webkit-dev] Database in Worker context

2010-01-13 Thread Eric Uhrhane
Hello webkit folks! This is just a heads-up that I'm working on implementing access to the SQL database from worker context [I see https://bugs.webkit.org/show_bug.cgi?id=22725, now that I look for it]. I'll give a quick outline as to how I'm doing it, and if you want to tell me that there's a

Re: [webkit-dev] Database in Worker context

2009-12-10 Thread Eric Uhrhane
and SEC instead of DDM and WDM. On Wed, Dec 9, 2009 at 5:21 PM, Eric Uhrhane er...@chromium.org wrote: On Wed, Dec 9, 2009 at 4:11 PM, Dmitry Titov dim...@chromium.org wrote: On Wed, Dec 9, 2009 at 12:58 PM, Eric Uhrhane er...@chromium.org wrote:  I've pulled the database-related members out

Re: [webkit-dev] Database in Worker context

2009-12-10 Thread Eric Uhrhane
On Thu, Dec 10, 2009 at 1:09 PM, Dmitry Titov dim...@chromium.org wrote: On Thu, Dec 10, 2009 at 11:09 AM, Eric Uhrhane er...@chromium.org wrote: On Wed, Dec 9, 2009 at 6:55 PM, Dmitry Titov dim...@chromium.org wrote: Thanks for the link to the prototype code! If I understand it right

[webkit-dev] Database in Worker context

2009-12-09 Thread Eric Uhrhane
Hello webkit folks! This is just a heads-up that I'm working on implementing access to the SQL database from worker context [I see https://bugs.webkit.org/show_bug.cgi?id=22725, now that I look for it]. I'll give a quick outline as to how I'm doing it, and if you want to tell me that there's a

Re: [webkit-dev] Database in Worker context

2009-12-09 Thread Eric Uhrhane
On Wed, Dec 9, 2009 at 4:11 PM, Dmitry Titov dim...@chromium.org wrote: On Wed, Dec 9, 2009 at 12:58 PM, Eric Uhrhane er...@chromium.org wrote:  I've pulled the database-related members out of Document and made a new class for them, DatabaseManager.  An instance of that is owned by each