Suggestions for IDBKeyRange, IDBEnvironment and IDBFactory

2012-04-01 Thread Yuval Sadan
Hey. Here are some suggestions I accumulated while working with IDB. I'd be very happy to expand on each and specify the specific changes, if you think they are worthy to work on. feature: IDBKeyRange should also allow a list of non-sequential keys - *feature*: IDBKeyRange should also allow a

[Bug 16594] New: .isTrusted should probably be false on Editing(Before)InputEvent

2012-04-01 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16594 Summary: .isTrusted should probably be false on Editing(Before)InputEvent Product: WebAppsWG Version: unspecified Platform: PC OS/Version: Linux Status: NEW

[Bug 16595] New: Ability to get non-sequential records from various operations

2012-04-01 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16595 Summary: Ability to get non-sequential records from various operations Product: WebAppsWG Version: unspecified Platform: PC OS/Version: All Status: NEW

[Bug 16595] Ability to get non-sequential records from various operations

2012-04-01 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16595 Jonas Sicking jo...@sicking.cc changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 16596] New: Clarify how upgradeneeded works in the .open function

2012-04-01 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16596 Summary: Clarify how upgradeneeded works in the .open function Product: WebAppsWG Version: unspecified Platform: PC OS/Version: All Status: NEW Severity: normal

Re: Suggestions for IDBKeyRange, IDBEnvironment and IDBFactory

2012-04-01 Thread Jonas Sicking
On Sun, Apr 1, 2012 at 3:14 AM, Yuval Sadan sadan.yu...@gmail.com wrote: Hey. Here are some suggestions I accumulated while working with IDB. I'd be very happy to expand on each and specify the specific changes, if you think they are worthy to work on. feature: IDBKeyRange should also allow a

FYI: Web Application Store Community Group Launched

2012-04-01 Thread 전종홍
Hi All, I think it would be good information for related WGs. http://www.w3.org/community/webappstore/ We need to consider how to make cooperative work possible. Best Regards, --- Jonathan Jeon -Original Message- From: public-coun...@w3.org [mailto:public-coun...@w3.org] Sent:

Re: [XHR] Constructor behavior seems to be underdefined

2012-04-01 Thread Simon Pieters
On Sat, 31 Mar 2012 13:09:40 +0200, Boris Zbarsky bzbar...@mit.edu wrote: On 3/31/12 2:15 AM, Cameron McCormack wrote: Boris Zbarsky: What's the document associated with xhr? Is it w1.document, w2.document, or window.document? The concept the Window object for which the XMLHttpRequest

Re: [XHR] Constructor behavior seems to be underdefined

2012-04-01 Thread Boris Zbarsky
On 4/2/12 12:58 AM, Simon Pieters wrote: I believe some things in the HTML spec uses the entry script, at least for the purpose of choosing origin or base URL. For instance: WebSocket, Worker. Yes, but what do they use for the origin of the Worker object itself? I.e. if you create one and

Re: [XHR] Constructor behavior seems to be underdefined

2012-04-01 Thread Simon Pieters
On Mon, 02 Apr 2012 07:20:27 +0200, Boris Zbarsky bzbar...@mit.edu wrote: On 4/2/12 12:58 AM, Simon Pieters wrote: I believe some things in the HTML spec uses the entry script, at least for the purpose of choosing origin or base URL. For instance: WebSocket, Worker. Yes, but what do they use

Re: [XHR] Constructor behavior seems to be underdefined

2012-04-01 Thread Boris Zbarsky
On 4/2/12 1:33 AM, Simon Pieters wrote: Yes, but what do they use for the origin of the Worker object itself? Run a worker for the resulting absolute URL, with the script's browsing context of the script that invoked the method as the owner browsing context, with the script's document of the