Re: Supporting Portrait-First and Landscape-First devices in HTML5 Device Orientation

2013-08-14 Thread Tab Atkins Jr.
On Wed, Aug 14, 2013 at 5:22 AM, Dhruv Chadha dhruv.cha...@microsoft.com wrote: Imagine a game which requires the user to hold the device in landscape orientation (e.g. car game). For a landscape-first devices the device height would the Y axis (attachment: GamePlay_Landscape_First_Device.PNG).

Re: Updating Quota API: Promise, Events and some more

2013-08-14 Thread Joshua Bell
On Tue, Aug 13, 2013 at 10:57 PM, Kinuko Yasuda kin...@chromium.org wrote: Hi all, It's been a while since Quota API's FPWD (http://www.w3.org/TR/quota-api/) was published and we've gotten several requests/feedbacks so far. To address some of the requests and to gain more consensus, I'm

[Bug 22626] File API needs to add Blob URL store and revocation list for use with URL parsing

2013-08-14 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22626 Arun a...@mozilla.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 22602] Anchor for 6.4.1. The slice method is broken

2013-08-14 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22602 Arun a...@mozilla.com changed: What|Removed |Added Status|NEW |RESOLVED

Re: Updating Quota API: Promise, Events and some more

2013-08-14 Thread Kyaw Tun
How an IndexedDB database use persistent storage?

Re: Updating Quota API: Promise, Events and some more

2013-08-14 Thread Kyaw Tun
That still feels like an odd mix of two APIs. An approach that we (Moz + Google) have talked about would be to extend the IDBFactory.open() call with an options dictionary, e.g. request = indexedDB.open({ name: ..., version: ..., storage: temporary }); On a tangent... An open question is

Re: Updating Quota API: Promise, Events and some more

2013-08-14 Thread Jonas Sicking
Hi Kinuko, Very excited to see movement on this API. We are very interested in implementing this in Gecko once we reach an API that has the right feature set and polish! The recent changes definitely brings us closer to that which is great. Definitely looking forward to working with you on this.