Re: [webkit-dev] New Feature Flag Proposal: TIME_INPUT_FIELDS

2012-06-27 Thread Yoshifumi Inoue
Oops, correction ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS This flag affects only input type "time" only. -yosi On Thu, Jun 28, 2012 at 11:25 AM, Yoshifumi Inoue wrote: > I got feedback that the flag name is unclear. > So, I rename it to > ENABLE_INPUT_TYPE_MULTIPLE_FIELDS > > Thanks! > -yosi >

Re: [webkit-dev] New Feature Flag Proposal: TIME_INPUT_FIELDS

2012-06-27 Thread Yoshifumi Inoue
I got feedback that the flag name is unclear. So, I rename it to ENABLE_INPUT_TYPE_MULTIPLE_FIELDS Thanks! -yosi On Thu, Jun 28, 2012 at 10:16 AM, Yoshifumi Inoue wrote: > Tracked by: > https://bugs.webkit.org/show_bug.cgi?id=88970 > > Thanks. > -yosi > > > On Thu, Jun 28, 2012 at 12:44 AM, Bra

Re: [webkit-dev] New feature flag: ENABLE_CSS_POSITION_STICKY

2012-06-27 Thread Adam Barth
There seems to be some amount of controversy at the moment regarding how we should implement scrolling and fixed position elements. As long as that discussion doesn't drag on too long, we might want to let the dust settle a bit before moving forward with new features in this area. Adam On Tue,

Re: [webkit-dev] New Feature Flag Proposal: TIME_INPUT_FIELDS

2012-06-27 Thread Yoshifumi Inoue
Tracked by: https://bugs.webkit.org/show_bug.cgi?id=88970 Thanks. -yosi On Thu, Jun 28, 2012 at 12:44 AM, Brady Eidson wrote: > Are there bugs tracking this work yet? > > Thanks, > ~Brady > > On Jun 26, 2012, at 8:47 PM, Yoshifumi Inoue wrote: > > Hi WebKit! > > I would like to notify adding

Re: [webkit-dev] DOM tree traversal on detached nodes

2012-06-27 Thread Kentaro Hara
> From your design document, it sounds like this approach retains > guardRef/selfOnlyRef, and will not let a disconnected subtree keep the owner > document's children alive. Am I understanding correctly? Yes! - The approach retains guardRef/selfOnlyRef. - Assume that someone refers to a docume

[webkit-dev] New (experimental) CSS feature: Hierarchies

2012-06-27 Thread Shane Stephens
Hi webkit-dev, I'd like to introduce an experimental implementation of a new CSS feature called "hierarchies". A current Editor's Draft of the feature can be found here: http://dev.w3.org/csswg/css3-hierarchies/. Hierarchies was first proposed to the www-style mailing list in 2011: http://lists.

Re: [webkit-dev] DOM tree traversal on detached nodes

2012-06-27 Thread Maciej Stachowiak
>From your design document, it sounds like this approach retains >guardRef/selfOnlyRef, and will not let a disconnected subtree keep the owner >document's children alive. Am I understanding correctly? - Maciej On Jun 27, 2012, at 5:55 AM, Kentaro Hara wrote: > I wrote a document and impleme

Re: [webkit-dev] New Feature Flag Proposal: TIME_INPUT_FIELDS

2012-06-27 Thread Brady Eidson
Are there bugs tracking this work yet? Thanks, ~Brady On Jun 26, 2012, at 8:47 PM, Yoshifumi Inoue wrote: > Hi WebKit! > > I would like to notify adding new feature flag ENABLE_TIME_INPUT_FIELDS. > > This flag will enable multiple fields input UI for input type "time". > > Looking is as same

Re: [webkit-dev] Configuring for Clang - building webkit 32-bit

2012-06-27 Thread Simon Fraser
Please file a bug requesting that build-webkit detect the versions of the tools you have installed, and give a useful error message in the case that the tools are too old. Simon On Jun 27, 2012, at 2:31 AM, Mark Gilbert wrote: > Thanks to those that replied to this. > > For the benefit of any

Re: [webkit-dev] Configuring for Clang

2012-06-27 Thread Jeff Johnson
Hi Mark. You can use GCC_TREAT_WARNINGS_AS_ERRORS=NO to build successfully. See my bug: https://bugs.webkit.org/show_bug.cgi?id=76476 I'm not quite sure about the idea that "This cannot be an issue with WebKit source code because we successfully make nightly builds all the time." More accurate

Re: [webkit-dev] DOM tree traversal on detached nodes

2012-06-27 Thread Kentaro Hara
I wrote a document and implemented a patch of a new reference counting algorithm. The reference counting algorithm guarantees that "If a Node X has 1~ reference count, then all the Nodes in the same tree are kept alive". No performance regression. No additional byte in each Node object. A design d

Re: [webkit-dev] Configuring for Clang - building webkit 32-bit

2012-06-27 Thread Mark Gilbert
Thanks to those that replied to this. For the benefit of anyone else in this situation, here is the summary: - build-webkit fails to GCC instead of clang if the version of the developer tools is too old - If you have previously installed XCode in the old /developer folder, then you upgrade via

Re: [webkit-dev] Configuring for Clang

2012-06-27 Thread Mark Rowe
On 2012-06-27, at 01:52, Mark Gilbert wrote: > Hi Folks. > > I have been trying for weeks to build WebKit in 32-bit. > > My system is a MacMini Server with 10.7.4 and latest XCode. > > I update via SVN then use build-webkit. This creates a good working 64bit > version. > > However, when

[webkit-dev] Configuring for Clang

2012-06-27 Thread Mark Gilbert
Hi Folks. I have been trying for weeks to build WebKit in 32-bit. My system is a MacMini Server with 10.7.4 and latest XCode. I update via SVN then use build-webkit. This creates a good working 64bit version. However, when I use build-webkit --32-bit or build-webkit ARCHS="i386 x86_64" O