[webkit-dev] New CSS property -webkit-control-text-overflow

2012-01-11 Thread Jon Lee
Hi WebKit! I wanted to let you know that we would like to add a new CSS property -webkit-control-text-overflow. It is a non-inheritable property that can only be applied to single-line text inputs. Acceptable values are the same as text-overflow, i.e. "clip" and "ellipsis". When the input is s

Re: [webkit-dev] Implementing Shadow DOM spec in WebKit

2012-01-11 Thread Dimitri Glazkov
On Wed, Jan 11, 2012 at 3:56 PM, Maciej Stachowiak wrote: > > Hi Dmitri! > > I remember last time this came up, there was some controversy, both within > the WebKit community and among browser implementors more broadly. Kudos for > writing a much more comprehensive spec and taking more of the fe

Re: [webkit-dev] Implementing Shadow DOM spec in WebKit

2012-01-11 Thread Maciej Stachowiak
Hi Dmitri! I remember last time this came up, there was some controversy, both within the WebKit community and among browser implementors more broadly. Kudos for writing a much more comprehensive spec and taking more of the feedback into account. For example, I am delighted to see that there i

[webkit-dev] Implementing Shadow DOM spec in WebKit

2012-01-11 Thread Dimitri Glazkov
Hi WebKit! I wanted to let you know that we are planning to implement the Shadow DOM specification (http://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html) in WebKit. For now, its public-facing APIs will hide behind ENABLE(SHADOW_DOM) flag and help gather implementer and developer

[webkit-dev] Uninitialized constructor changes from Coverity

2012-01-11 Thread Greg Billock
As part of a Chromium team fixit recently, I submitted a few changes found by Coverity. A couple of these had found more serious issues, but there are a couple oustanding changes that are more minor. https://bugs.webkit.org/show_bug.cgi?id=74977 https://bugs.webkit.org/show_bug.cgi?id=74965 https: