[webkit-dev] New feature : orientation attribute of viewport meta tag.

2011-12-14 Thread ryuan Choi
Hello WebKit folks, I'm not sure whether it is new feature, so I'd like to introduce orientation attribute which is optional attribute of viewport. This feature enables web applications to request whether to lock orientation of screen. Some web applications may want to lock the screen for better

[webkit-dev] Incremental steps towards moving WebCore/platform out of WebCore

2011-12-14 Thread Adam Barth
I was working backwards from what's going to be needed to move WebCore/platform out of WebCore, and it occurred to me that we'll probably want a separate namespace for the code once it's outside of WebCore, just like WTF has a separate namespace from JSC. It seems like introducing the new

Re: [webkit-dev] Incremental steps towards moving WebCore/platform out of WebCore

2011-12-14 Thread Ryosuke Niwa
On Wed, Dec 14, 2011 at 10:55 PM, Adam Barth aba...@webkit.org wrote: It seems like introducing the new namespace before the move would be beneficial because it would help us sort out whatever layering violations we have today (as they'd become apparent because of the explicit mention of the

Re: [webkit-dev] Incremental steps towards moving WebCore/platform out of WebCore

2011-12-14 Thread Jarred Nicholls
On Thu, Dec 15, 2011 at 1:55 AM, Adam Barth aba...@webkit.org wrote: I was working backwards from what's going to be needed to move WebCore/platform out of WebCore, and it occurred to me that we'll probably want a separate namespace for the code once it's outside of WebCore, just like WTF has