Re: before/after editaction

2011-08-30 Thread Darin Adler
On Aug 30, 2011, at 4:13 PM, Ryosuke Niwa wrote: On Tue, Aug 30, 2011 at 4:08 PM, Darin Adler da...@apple.com wrote: How would this work with undo? That's a debatable point. Presumably, we'll be adding undo/redo events as well so we could not fire before/after edit action events

Re: continue as a reserved word and a conflict with IndexedDB

2010-12-07 Thread Darin Adler
On Dec 6, 2010, at 5:34 AM, Patrick Mueller wrote: There was an attempt to fix this, in this WebKit bug: https://bugs.webkit.org/show_bug.cgi?id=32722 It's a JSC issue. I'm not clear what the current status is of the JSC parser. How is it not clear? That bug is marked resolved as a

Re: Web Storage how to check for support?

2009-08-05 Thread Darin Adler
On Aug 5, 2009, at 9:42 PM, Jonas Sicking wrote: 2009/8/1 João Eiras jo...@opera.com: How can one in a script check for UA support? else if(localStorage){} does not work for Opera**. This obviously does not work because you need to prefix localStorage with window

Re: Handling too few arguments in method calls

2009-06-25 Thread Darin Adler
What about too many arguments, and ignoring extra ones? Is that settled? -- Darin

Re: Handling too few arguments in method calls

2009-06-22 Thread Darin Adler
On Jun 22, 2009, at 12:05 AM, Simon Pieters wrote: On Mon, 22 Jun 2009 02:53:22 +0200, Cameron McCormack c...@mcc.id.au wrote: Does anyone have an opinion on which way this should be specified in Web IDL? Assuming this interface: interface A { /* f1 */ void f(in DOMString a); /*

Re: DOMTimeStamp binding

2009-02-12 Thread Darin Adler
On Feb 12, 2009, at 7:08 AM, Kartikaya Gupta wrote: Latest version of Chrome is still giving me a Date object. I don't know what version of WebKit it's using. Chrome uses an entirely different JavaScript binding, not the standard WebKit one, so I'm not surprised that it’s exhibiting

Re: DOMTimeStamp binding

2009-02-12 Thread Darin Adler
On Feb 12, 2009, at 9:53 AM, Anne van Kesteren wrote: On Thu, 12 Feb 2009 18:51:02 +0100, Darin Adler da...@apple.com wrote: On Feb 12, 2009, at 7:08 AM, Kartikaya Gupta wrote: Latest version of Chrome is still giving me a Date object. I don't know what version of WebKit it's using