Re: [webkit-dev] Mouse Lock API

2011-09-21 Thread Eric Uhrhane
On Wed, Sep 21, 2011 at 10:44 AM, Alexey Proskuryakov 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 do > many t

Re: [webkit-dev] XHR responseArrayBuffer attribute

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

Re: [webkit-dev] XHR responseArrayBuffer attribute

2010-09-24 Thread Eric Uhrhane
On Fri, Sep 24, 2010 at 5:09 PM, Alexey Proskuryakov 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 double t

Re: [webkit-dev] Review tool changes

2010-09-17 Thread Eric Uhrhane
On Thu, Sep 16, 2010 at 11:58 PM, Ojan Vafai wrote: > On Fri, Sep 17, 2010 at 4:39 PM, Adam Barth wrote: >> >> On Thu, Sep 16, 2010 at 5:33 PM, Darin Adler wrote: >> >    1) I am happy with the review tool. I have been using it for a lot of >> > reviews. There may be no one left who prefers the

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 wrote: > > On Aug 17, 2010, at 3:24 PM, Eric Uhrha

Re: [webkit-dev] ANGLE compile failure?

2010-08-17 Thread Eric Uhrhane
On Tue, Aug 17, 2010 at 2:00 PM, Chris Marrin 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 scri

[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 environ

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

2010-07-01 Thread Eric Uhrhane
wrote: > 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: Eri

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 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 (non-worker) browser

[webkit-dev] Media elements meeting notes

2010-04-13 Thread Eric Uhrhane
ould be nice to get that out of the spec. Maciej: The point 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: St

Re: [webkit-dev] Odd binding problems

2010-02-22 Thread Eric Uhrhane
On Mon, Feb 22, 2010 at 3:26 PM, Jeremy Orlow wrote: > On Mon, Feb 22, 2010 at 11:22 PM, Alexey Proskuryakov 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

Re: [webkit-dev] Odd binding problems

2010-02-22 Thread Eric Uhrhane
On Mon, Feb 22, 2010 at 3:22 PM, Alexey Proskuryakov 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

[webkit-dev] Odd binding problems

2010-02-22 Thread Eric Uhrhane
ne layout test refactored to run in workers as well: http://codereview.chromium.org/598034 Does this sort of a failure mode ring a bell for anyone? Thanks for any pointers,     Eric Uhrhane ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[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 e

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 wrote: > Dmitry requested that I not pull stuff out into DatabaseManager at > all, so that step got skipped. > The first changelist [currently in review] d

[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 be

[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 be

Re: [webkit-dev] Database in Worker context

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

Re: [webkit-dev] Database in Worker context

2009-12-10 Thread Eric Uhrhane
isJavascriptThread. But of course that virtual method can be moved to Document and SEC instead of DDM and WDM. > On Wed, Dec 9, 2009 at 5:21 PM, Eric Uhrhane wrote: >> >> On Wed, Dec 9, 2009 at 4:11 PM, Dmitry Titov wrote: >> > On Wed, Dec 9, 2009 at 12:58 PM, Eric Uhrha

Re: [webkit-dev] Database in Worker context

2009-12-09 Thread Eric Uhrhane
On Wed, Dec 9, 2009 at 4:11 PM, Dmitry Titov wrote: > On Wed, Dec 9, 2009 at 12:58 PM, Eric Uhrhane 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 >> eac

[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 be