where Re: CfC: publish WD of Streams API; deadline Nov 3

2013-11-05 Thread Charles McCathie Nevile
On Mon, 04 Nov 2013 09:52:20 +0100, Domenic Denicola dome...@domenicdenicola.com wrote: As for *where* the work is done, I will be working within the context of the WHATWG to produce this specification. My understanding is that usually the W3C picks some point in time to fork WHATWG

Define window.orientation

2013-11-05 Thread Anne van Kesteren
It seems either http://dev.w3.org/geo/api/spec-source-orientation.html or https://dvcs.w3.org/hg/screen-orientation/raw-file/tip/Overview.html needs to define and standardize the proprietary window.orientation feature because not having it defined is a problem:

Re: Define window.orientation

2013-11-05 Thread Kenneth Rohde Christiansen
They are somewheat different things. The former is basically a way to get accelerometer info (useful for games etc) and the latter is about actual OS(/Screen) orientation, in which the window.orientation (Browser orientation) falls. Kenneth On Tue, Nov 5, 2013 at 12:03 PM, Anne van Kesteren

Re: Define window.orientation

2013-11-05 Thread Anne van Kesteren
On Tue, Nov 5, 2013 at 11:23 AM, Kenneth Rohde Christiansen kenneth.christian...@gmail.com wrote: They are somewheat different things. The former is basically a way to get accelerometer info (useful for games etc) and the latter is about actual OS(/Screen) orientation, in which the

Re: Thoughts behind the Streams API ED

2013-11-05 Thread Takeshi Yoshino
FYI, I added a branch named Preview version into which suggestions are incorporated aggressively to see how the API surface would be change. https://dvcs.w3.org/hg/streams-api/raw-file/tip/preview.html Please take a look if you're interested in. For stabler version edited after having discussion,

[Bug 23234] Mark document response entity body as HTML document

2013-11-05 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23234 Anne ann...@annevk.nl changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 23724] New: Merge skip() method into read() by adding none type to StreamReadType

2013-11-05 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23724 Bug ID: 23724 Summary: Merge skip() method into read() by adding none type to StreamReadType Product: WebAppsWG Version: unspecified Hardware: All OS:

[Bug 23725] New: Consider strongly-defined createStream to add generic stream support for APIs

2013-11-05 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23725 Bug ID: 23725 Summary: Consider strongly-defined createStream to add generic stream support for APIs Product: WebAppsWG Version: unspecified Hardware: PC

[Bug 23726] New: Integration between XMLHttpRequest and Streams API

2013-11-05 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23726 Bug ID: 23726 Summary: Integration between XMLHttpRequest and Streams API Product: WebAppsWG Version: unspecified Hardware: All OS: All Status: NEW

Re: Polished FileSystem API proposal

2013-11-05 Thread Brian Stell
On Wed, Oct 30, 2013 at 7:19 PM, pira...@gmail.com pira...@gmail.comwrote: What you are asking for could be fixed with redirects, that it's the HTTP equivalent of filesystems symbolic links :-) Is your suggestion that Google consolidate all its domains into one? These are widely separated

Re: Polished FileSystem API proposal

2013-11-05 Thread Anne van Kesteren
On Thu, Oct 31, 2013 at 2:12 AM, Brian Stell bst...@google.com wrote: There could be *dozens* of copies of exactly the same a Javascript library, shared CSS, or web font in the FileSystem. Check out the cache part of https://github.com/slightlyoff/ServiceWorker/ Combined with a smart

[Bug 23731] New: [Streams API] Should readEncoding be merged into readType?

2013-11-05 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23731 Bug ID: 23731 Summary: [Streams API] Should readEncoding be merged into readType? Product: WebAppsWG Version: unspecified Hardware: All OS: All

[Bug 23732] New: [Streams API] Consider adding best-effort scatter/gather mode

2013-11-05 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23732 Bug ID: 23732 Summary: [Streams API] Consider adding best-effort scatter/gather mode Product: WebAppsWG Version: unspecified Hardware: All OS: All

Re: Polished FileSystem API proposal

2013-11-05 Thread Brian Stell
I like Git's model :-) This would de-dup the file storage but won't it require downloading it for every domain (when the data is not lingering in HTTP cache)? On Tue, Nov 5, 2013 at 11:45 AM, Tim Caswell t...@creationix.com wrote: If the backend implementation used something like git's data

Re: Define window.orientation

2013-11-05 Thread Mounir Lamouri
On Tue, Nov 5, 2013, at 22:35, Anne van Kesteren wrote: On Tue, Nov 5, 2013 at 11:23 AM, Kenneth Rohde Christiansen kenneth.christian...@gmail.com wrote: They are somewheat different things. The former is basically a way to get accelerometer info (useful for games etc) and the latter is

Re: Define window.orientation

2013-11-05 Thread Anne van Kesteren
On Tue, Nov 5, 2013 at 11:06 PM, Mounir Lamouri mou...@lamouri.fr wrote: I remember that Mozilla was not interested in implementing window.orientation for various reasons. Has that position changed? I would understand that Mozilla wants to implement that for compat reasons and if that the

Re: Define window.orientation

2013-11-05 Thread Lars Knudsen
True Kenneth, - but in all cases, it would be good if anything related to orientation (Media Query, accelerometer, etc.) at least had a common holistic way of defining what is up ~ (x,y,z) = (0,1,0) or so . and if that *changes* if the different levels of orientation (device lock, window, etc.)

Re: Define window.orientation

2013-11-05 Thread Jonas Sicking
On Tue, Nov 5, 2013 at 3:27 PM, Anne van Kesteren ann...@annevk.nl wrote: On Tue, Nov 5, 2013 at 11:06 PM, Mounir Lamouri mou...@lamouri.fr wrote: I remember that Mozilla was not interested in implementing window.orientation for various reasons. Has that position changed? I would understand

Re: Define window.orientation

2013-11-05 Thread Mounir Lamouri
On Wed, Nov 6, 2013, at 11:17, Jonas Sicking wrote: Last I looked the property was useless because window.orientation=0 meant different things on different devices. I.e. on some devices it meant landscape mode and others it meant portrait mode. Indeed, if I remember correctly,

[Bug 22093] Consider adding candidatewindowshow/update/hide events and getCandidateWindowClientRect()

2013-11-05 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22093 Takayoshi Kochi ko...@google.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 22059] Composition dictionary should be changed

2013-11-05 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22059 Takayoshi Kochi ko...@google.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 23735] New: [Streams API] Failure signaling to object URL created from Stream

2013-11-05 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23735 Bug ID: 23735 Summary: [Streams API] Failure signaling to object URL created from Stream Product: WebAppsWG Version: unspecified Hardware: All OS: All

[Bug 23736] New: [Streams API] Add fork() method instead of having pipe(Stream[]) overload

2013-11-05 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23736 Bug ID: 23736 Summary: [Streams API] Add fork() method instead of having pipe(Stream[]) overload Product: WebAppsWG Version: unspecified Hardware: All