Re: [IndexedDB] Two Real World Use-Cases

2011-03-03 Thread Joran Greef
Hi Jonas I have been trying out your suggestion of using a separate object store to do manual indexing (and so support compound indexes or index object properties with arrays as values). There are some problems with this approach: 1. It's far too slow. To put an object and insert 50 index

Re: [IndexedDB] Two Real World Use-Cases

2011-03-03 Thread Keean Schupke
On 3 March 2011 09:15, Joran Greef jo...@ronomon.com wrote: Hi Jonas I have been trying out your suggestion of using a separate object store to do manual indexing (and so support compound indexes or index object properties with arrays as values). There are some problems with this approach:

Re: [whatwg] set input.value when input element has composition string

2011-03-03 Thread Makoto Kato
Hi, Niwa-san. On 2011/03/02 15:30, Ryosuke Niwa wrote: On Tue, Mar 1, 2011 at 5:18 PM, Makoto Kato m_k...@ga2.so-net.ne.jp mailto:m_k...@ga2.so-net.ne.jp wrote: On Safari 5, even if textbox has IME composition string, text into textbox can be replaced by DOM/script. But other

Re: [whatwg] set input.value when input element has composition string

2011-03-03 Thread Ryosuke Niwa
On Thu, Mar 3, 2011 at 7:47 PM, Makoto Kato m_k...@ga2.so-net.ne.jp wrote: Hi, Niwa-san. On 2011/03/02 15:30, Ryosuke Niwa wrote: You must have tested Chrome improperly. We currently have a bug in Chrome. To see the bug, open the attached test and type nihao with Chinese IME on Windows

Re: CfC: publish a new Working Draft of DOM Core; comment deadline March 2

2011-03-03 Thread Arthur Barstow
Hi All, There is significant support for this CfC and in general, I tend to favor PEPO (publish early, publish often). However, in this case, the group already agreed D3E is feature complete and it would be suboptimal (some have suggested harmful), for WebApps to publish a spec that

Re: [postmsg] Is HTML5 Web Messaging ready for Last Call Working Draft?

2011-03-03 Thread Arthur Barstow
Hi All - I just wanted to let people know that on February 28, Hixie and I had a brief exchange about this in #webapps: [[ http://krijnhoetmer.nl/irc-logs/webapps/20110228 # [21:14] Hixie ArtB: i'm always going to answer yes whenever you ask if anything is ready to go to LC, CR, REC, or

Re: publish a new Working Draft of DOM Core; comment deadline March 2

2011-03-03 Thread Anne van Kesteren
On Thu, 03 Mar 2011 04:43:04 +0100, Shiki Okasaka shiki.okas...@gmail.com wrote: I guess the reason behind this has been discussed around: http://lists.w3.org/Archives/Public/public-script-coord/2010OctDec/0081.html Actually what are the blocking issues why DOM Core does not state like,

CfC: to stop work on Programmable HTTP Caching and Serving spec; deadline March 10

2011-03-03 Thread Arthur Barstow
Hi All, WebApps' Programmable HTTP Caching and Serving spec was last updated by Nikunj in January 2010. Since then, my attempt to determine the level of interest in this spec via the tread below (archived at [1]) received no real traction. As such, this is a Call for Consensus to formally

[Bug 12233] New: We should add a method to compare two IndxedDB keys

2011-03-03 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12233 Summary: We should add a method to compare two IndxedDB keys Product: WebAppsWG Version: unspecified Platform: PC OS/Version: All Status: NEW Severity: normal

[Bug 12229] When a IDBKeyRange.bound's lower param is greater than the upper one, we probably should throw some exception

2011-03-03 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12229 Jeremy Orlow jor...@chromium.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 11348] [IndexedDB] Overhaul of the event model

2011-03-03 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=11348 Jonas Sicking jo...@sicking.cc changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 12234] New: [IndexedDB] Integrate with the HTML5 event loop

2011-03-03 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12234 Summary: [IndexedDB] Integrate with the HTML5 event loop Product: WebAppsWG Version: unspecified Platform: PC OS/Version: All Status: NEW Severity: normal

[Bug 11978] Section: Abstract Problem: this specification defines two mecahism for... should read mechanisms.

2011-03-03 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=11978 Ian 'Hixie' Hickson i...@hixie.ch changed: What|Removed |Added Status|NEW |RESOLVED

Re: [XHR2] ArrayBuffer support added

2011-03-03 Thread Charles Pritchard
Following up on this older thread, Mozilla has added ArrayBuffer to their XHR object, though the documentation is a little bare. xhr.mozResponseArrayBuffer On 2/4/2011 2:01 AM, Anne van Kesteren wrote: On Thu, 03 Feb 2011 23:56:13 +0100, Charles Pritchard ch...@jumis.com wrote: But in the

Some additions to Web Workers

2011-03-03 Thread João Eiras
Hi. It seems Mozilla extended the interface WorkerUtils in their implementation with the atob/btoa functions. I find them quite useful in that context, and would also encourage adding escape, unescape, encodeURI, decodeURI, encodeURIComponent, decodeURIComponent and many of the other global