Re: [webkit-dev] Parallel JavaScript: Why a separate ParallelArray types

2013-04-13 Thread Ian Hickson
of the, if not the single, most successful platform(s) in the history of computing. This isn't something to be done lightly. (As a general note, by the way, I would recommend making proposals for new features in a vendor-neutral forum like one of the WHATW

Re: [webkit-dev] Parallel JavaScript: Why a separate ParallelArray types

2013-04-13 Thread Ian Hickson
deadlock-free API. > Responsive UI is a good argument for having concurrency, and making it > easier to use. So long as it doesn't sacrifice the two higher priorities of making the API safe against attackers, and being simple eno

Re: [webkit-dev] Parallel JavaScript: Why a separate ParallelArray types

2013-04-12 Thread Ian Hickson
nally been "do it on the server". -- Ian Hickson U+1047E)\._.,--,'``.fL http://ln.hixie.ch/ U+263A/, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.' _

Re: [webkit-dev] Feature Announcement: Moving HTML Parser off the Main Thread

2013-01-09 Thread Ian Hickson
of the web. Parsing and (maybe to a lesser extent) compiling JS can be moved off the main thread, though, right? That's probably worth examining too, if it hasn't already been done. -- Ian Hickson U+1047E)\._.,--,'``

Re: [webkit-dev] Proposal: Add webkitFillRule to canvas

2013-01-04 Thread Ian Hickson
t is, or that other platforms do it, is not compelling. -- Ian Hickson U+1047E)\._.,--,'``.fL http://ln.hixie.ch/ U+263A/, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.' ___

Re: [webkit-dev] Proposal: Add webkitFillRule to canvas

2013-01-04 Thread Ian Hickson
ke people didn't have time to comment. It's been shipping in a browser for over a year. Any solution we come up with to the issues that were raised regarding Path will almost certainly be done in a way that builds on context.fillRule, not in a way that removes context.fillRule. -- I

Re: [webkit-dev] Proposal: Add webkitFillRule to canvas

2013-01-03 Thread Ian Hickson
mented > in Mozilla Firefox and would be on track to become a web standard. > > If you are interested in knowing more I suggest you start with the "bug" > I raised and take a look at the patch. > > https://bugs.webkit.org/show_bug.cgi?id=105508 This is now in the sp

Re: [webkit-dev] Fwd: Adding element to WebCore

2012-11-27 Thread Ian Hickson
On Wed, 28 Nov 2012, Silvia Pfeiffer wrote: > On Wed, Nov 28, 2012 at 11:22 AM, Ian Hickson wrote: > > On Wed, 28 Nov 2012, Silvia Pfeiffer wrote: > > > > > > I've not seen any place where @role=main was misused and I think the > > > same would be the ca

Re: [webkit-dev] Fwd: Adding element to WebCore

2012-11-27 Thread Ian Hickson
't stop other authors from using it. If many authors use longdesc="" incorrectly, however, it means users who try to use the feature quickly stop expecting it to work and they give up and even pages that use it correctly lose out. And, since few authors ever test how their page

Re: [webkit-dev] Feature Request: Dynamic Application Cache

2012-11-17 Thread Ian Hickson
hich I know > there's interest in but it hasn't happened yet… Current status is: https://www.w3.org/Bugs/Public/show_bug.cgi?id=17974 ...which is looking for feedback from potential authors and implementors. In particular, the current idea doesn't involve an add/remove API, bu

Re: [webkit-dev] Enable MICRODATA feature by default

2012-07-31 Thread Ian Hickson
them _are_, then before ignoring them, you should ask for them to be corrected in the test suite. -- Ian Hickson U+1047E)\._.,--,'``.fL http://ln.hixie.ch/ U+263A/, _.. \

Re: [webkit-dev] new APIs for strokes with dash in Canvas

2012-03-27 Thread Ian Hickson
ML specification. It's not quite the same API; see my e-mail to WHATWG (which I'll be sending in the next few days) for more discussion on the design decisions behind it. -- Ian Hickson U+1047E)\._.,--,'``.fL http://ln.hixie.ch/ U+263

Re: [webkit-dev] Quo vadis

2012-01-30 Thread Ian Hickson
On Mon, 14 Nov 2011, Roland Steiner wrote: > > A while ago there we had a discussion which direction

Re: [webkit-dev] New feature: Implement command API in webkit

2011-11-24 Thread Ian Hickson
think UA should auto-generate toolbars as most of web apps > want to have a fine-grain control over the look and feel of their > toolbars. Agreed with the fine-grained control issue. I figured we would do that using pseudo-elements and component decorators, but I haven't spec

Re: [webkit-dev] New feature: Implement command API in webkit

2011-11-23 Thread Ian Hickson
t; UI. The current model allows both visible elements to be used as commands, and invisible elements (). It's set up so that we can introduce an attribute in the near future to make the definitions propagate state to the elements used in the UI. -- Ian Hickson U+1047E

Re: [webkit-dev] Quo vadis

2011-11-16 Thread Ian Hickson
On Tue, 15 Nov 2011, Ryosuke Niwa wrote: > On Sun, Nov 13, 2011 at 5:58 PM, Roland Steiner > wrote: > > > > A while ago there we had a discussion which direction

Re: [webkit-dev] new APIs for strokes with dash in Canvas

2011-09-22 Thread Ian Hickson
umentation on how this patch and Gecko's implementation work and what they support? -- Ian Hickson U+1047E)\._.,--,'``.fL http://ln.hixie.ch/ U+263A/, _.. \ _\ ;`._ ,. Things that

Re: [webkit-dev] starting implementation of postMessage tranferables

2011-09-22 Thread Ian Hickson
On Thu, 22 Sep 2011, Oliver Hunt wrote: > > There is not any substantive harm in prefixing, whereas there can be > real problems down the road if we don't prefix. The harm in prefixing is that people can't use the feature for years after it's implemented; q.

Re: [webkit-dev] starting implementation of postMessage tranferables

2011-09-22 Thread Ian Hickson
postMessage quite safely. The spec isn't going to change in a way that breaks you. -- Ian Hickson U+1047E)\._.,--,'``.fL http://ln.hixie.ch/ U+263A/, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_

Re: [webkit-dev] New feature announcement - Implement HTML5 Microdata in WebKit

2011-09-22 Thread Ian Hickson
ntee that this spec will never change, then I guess your > technique works. > > FWIW, there is an in-between approach, which is the one used by WebGL. > It defines a prefix that all implementations share. > > canvas.getContext("experimental-webgl")

Re: [webkit-dev] New feature announcement - Implement HTML5 Microdata in WebKit

2011-09-22 Thread Ian Hickson
pe. Assuming the patch implements the spec correctly, no need to use a prefix -- I'll track the implementations and ensure no conflicts. -- Ian Hickson U+1047E)\._.,--,'``.fL http://ln.hixie.ch/ U+263A/, _.. \ _\ ;`._ ,. Thi

Re: [webkit-dev] Implementing HTML5 time element

2011-09-16 Thread Ian Hickson
to that effect on the page you cited above -- was the warning not clear enough? That would be good to know.) -- Ian Hickson U+1047E)\._.,--,'``.fL http://ln.hixie.ch/ U+263A/, _.. \ _\ ;`._ ,. Things that are

Re: [webkit-dev] Implementing HTML5 menu element

2011-09-06 Thread Ian Hickson
}; > > So my question is should we also support the earlier menu tag > implementation? The HTML spec still requires "compact" to be supported, look for "partial interface HTMLMenuElement" around here: http://www.whatwg.org/specs/web-apps/current-work/complete.htm

Re: [webkit-dev] New feature announcement – Video conferencing and peer-to-peer communication

2011-05-16 Thread Ian Hickson
t controls, and local storage, all necessary components for an e-mail app, but does not provide an "e-mail app" component; and the components it does provide can be similarly reused in other contexts. HTH, -- Ian Hickson U+1047E

Re: [webkit-dev] progress/meter/input[type=range] orientation and implications in WebKit

2011-03-04 Thread Ian Hickson
have a value of 'appearance' that automatically uses the right orientation, instead of having orientation-specific values? -- Ian Hickson U+1047E)\._.,--,'``.fL http://ln.hixie.ch/ U+263A/, _.. \ _\ ;`._ ,. Things that a

Re: [webkit-dev] Adding Blob support to event.dataTransfer

2010-10-18 Thread Ian Hickson
working on drag and drop hopefully this week. I'll probably be adding the new way to expose the types that was discussed a few months ago. :-) -- Ian Hickson U+1047E)\._.,--,'``.fL http://ln.hixie.ch/ U+263A/, _.

Re: [webkit-dev] Leading new-line in dataTransfer.setData

2010-03-23 Thread Ian Hickson
The empty string is a valid URL. However, I agree that RFC2483 doesn't define the parsing very well. I regret trying to be clever by reusing that type instead of just punting on the whole MIME type thing and allowing URL to be a single URL as in IE. -- Ian Hickson U+1047E

Re: [webkit-dev] Video feature request

2010-01-14 Thread Ian Hickson
as the same problem). -- Ian Hickson U+1047E)\._.,--,'``.fL http://ln.hixie.ch/ U+263A/, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.' ___

Re: [webkit-dev] localStorage quota limit

2009-12-02 Thread Ian Hickson
fully accepting of JavaScript strings that are > not proper UTF-16. I don't see a strong reason to make LocalStorage an > exception. I recommend raising these points on: http://www.w3.org/Bugs/Public/show_bug.cgi?id=8425 -- Ian Hickson U+1047E

Re: [webkit-dev] localStorage quota limit

2009-12-02 Thread Ian Hickson
On Wed, 2 Dec 2009, Michael Nordman wrote: > > Arguably, seems like a bug that invalid string values are let thru the > door to start with? Yeah, I should make the spec through SYNTAX_ERR if there are any unpaired surrogates, the same way WebSocket does. I'll file a bug. -

Re: [webkit-dev] GlobalScript in WebKit

2009-12-01 Thread Ian Hickson
On Tue, 1 Dec 2009, Michael Davidson wrote: > On Tue, Dec 1, 2009 at 11:51 AM, Ian Hickson wrote: > > On Tue, 1 Dec 2009, Michael Davidson wrote: > > > No, we definitely want to share network connections. We'd like users > > > to be able to have an arbitrary numb

Re: [webkit-dev] GlobalScript in WebKit

2009-12-01 Thread Ian Hickson
that are open. You can't do that with SharedScript, since it's not guaranteed to be unique across the browser. However, SharedScript misleads people into thinking that they can do that, which is one reason that I am skeptical that it is a good id

Re: [webkit-dev] GlobalScript in WebKit

2009-11-30 Thread Ian Hickson
atch, because on the long term that will be the far more common case than transitioning from a legacy codebase. I don't think that our (Google's) response is representative here. -- Ian Hickson U+1047E)\._.,--,'``.fL http://ln.hixie.ch/ U+

Re: [webkit-dev] Staging WebSocket protocol deployment

2009-11-15 Thread Ian Hickson
solution > Nov-2010: Requirements to IESG > Mar-2011: WGLC on Short term solution improvements > Nov-2011: WGLC on Long term solution protocol > > I read this as one year for requirements and another year for a > protocol assuming the WG stays on schedule. Then I guess W

Re: [webkit-dev] Staging WebSocket protocol deployment

2009-11-14 Thread Ian Hickson
ebSocket feature is very mature. The IETF is late to this party; WebSocket has been under development since 2005. -- Ian Hickson U+1047E)\._.,--,'``.fL http://ln.hixie.ch/ U+263A/, _.. \ _\ ;`._ ,. Things that are imp

Re: [webkit-dev] Staging WebSocket protocol deployment

2009-11-14 Thread Ian Hickson
browser vendor doing their own extension, since you can list multiple properties. This doesn't apply to URLs like here. -- Ian Hickson U+1047E)\._.,--,'``.fL http://ln.hixie.ch/ U+263A/, _..

Re: [webkit-dev] Staging WebSocket protocol deployment

2009-11-13 Thread Ian Hickson
On Fri, 13 Nov 2009, Jeremy Orlow wrote: > > By using webkit-ws/webkit-wss we're giving ourselves some wiggle-room until > we're sure we're happy with the protocol. Not really. It just means that we might end up stuck with "webkit-ws:" instead of "ws:&q

Re: [webkit-dev] Staging WebSocket protocol deployment

2009-11-13 Thread Ian Hickson
at we want something like WebSockets, and it has already received several years of public review. I wouldn't worry about changing the schemes or anything like that; if the protocol _does_ change in non-backwards-compatible ways, then we'll just change the protocol to not st

Re: [webkit-dev] GlobalScript API.

2009-08-31 Thread Ian Hickson
ht other specs that we browser developers would've > preferred them not to. They can't pick something we don't offer. :-) I really think we need to be pushing multithreaded solutions now, though, given the direction of hardware development. -- Ian Hickson U+1047

Re: [webkit-dev] GlobalScript API.

2009-08-31 Thread Ian Hickson
pinion is just an opinion amongst many. :-) Having said that, I do think the global script object idea is a bad idea. -- Ian Hickson U+1047E)\._.,--,'``.fL http://ln.hixie.ch/ U+263A/, _.. \ _\ ;`._ ,. Things that are impossib

Re: [webkit-dev] Notifications API

2009-05-21 Thread Ian Hickson
ike a poor user experience given that any site could start asking for this, and we don't want users to click "yes" to make the message go away (consider a porn site that just does "while notifications are not allowed, try to notify"). -- Ian Hickson U+1047E

Re: [webkit-dev] ASYNC attribute for

2009-04-28 Thread Ian Hickson
On Tue, 28 Apr 2009, Peter Kasting wrote: > > It's great that WebKit has parallel script **downloading**. But... this > still blocks page rendering of all elements below the script and still > blocks all execution of subsequent JavaScript. > > I'd like an ASYNC attribute to the SCRIPT tag that

Re: [webkit-dev] HTMLSelectElement and namedItem()

2009-04-09 Thread Ian Hickson
es. Note that HTML5 defines the expected behaviour here in some detail. -- Ian Hickson U+1047E)\._.,--,'``.fL http://ln.hixie.ch/ U+263A/, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'

Re: [webkit-dev] / and the type attribute

2009-03-31 Thread Ian Hickson
g/specs/web-apps/current-work/#attr-source-type -- Ian Hickson U+1047E)\._.,--,'``.fL http://ln.hixie.ch/ U+263A/, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.' ___

Re: [webkit-dev] Workers and Database

2009-03-27 Thread Ian Hickson
On Thu, 26 Mar 2009, Husam Senussi wrote: > > Does workers have access to thing like localstorage and database Per spec, localstorage:no, databases:yes. (Not sure about the implementation, though.) -- Ian Hickson U+1047E)\._.,--,'``.fL http://

Re: [webkit-dev] XML Events in WebKit

2007-12-09 Thread Ian Hickson
enhancing aesthetics. If the document being sent is unusable without XBL, then XBL is being abused. -- http://www.w3.org/TR/xbl/ -- Ian Hickson U+1047E)\._.,--,'``.fL http://ln.hixie.ch/ U+263A

Re: [webkit-dev] XML Events in WebKit

2007-12-07 Thread Ian Hickson
custom > XML element, [...] ...then you shouldn't be sending it over the wire, so it shouldn't matter... (You shouldn't send custom, aka proprietary, vocabularies over the wire, since you have no way to guarentee the end user can handle it.) -- Ian