Re: [webkit-dev] Thank You

2013-04-03 Thread Arunprasad Rajkumar
Whether Bugs fixing, Feature development will be up-streamed to WebKit trunk? or it will live with Blink itself? On 4 April 2013 02:32, Eric Seidel wrote: > I’m writing to say thank you, personally, and on behalf of the Chromium > project. > > Chromium could not have happened without WebKit and

Re: [webkit-dev] RenderLayer::isStackingContext() confusion

2013-04-03 Thread Shawn Singh
Thanks for the explanation. I submitted a patch, just in case reviewers agree that a comment is appropriate there. But I won't argue strongly either way. https://bugs.webkit.org/show_bug.cgi?id=113909 On Wed, Apr 3, 2013 at 1:18 PM, Elliott Sprehn wrote: > The function does what it says, it'

Re: [webkit-dev] Thank You

2013-04-03 Thread Ojan Vafai
On Wed, Apr 3, 2013 at 2:02 PM, Eric Seidel wrote: > p.s. Adam and I are happy to work with other reviewers to remove > PLATFORM(CHROMIUM) code and other messes we may have caused over the > years from webkit.org. Adam and I are still running queues.webkit.org > and associated EWS/CQ/sherriff-bo

[webkit-dev] Thank You

2013-04-03 Thread Eric Seidel
I’m writing to say thank you, personally, and on behalf of the Chromium project. Chromium could not have happened without WebKit and the help of its contributors. As you likely have seen, Adam just posted http://blog.chromium.org/2013/04/blink-rendering-engine-for-chromium.html announcing Blink,

Re: [webkit-dev] RenderLayer::isStackingContext() confusion

2013-04-03 Thread Elliott Sprehn
The function does what it says, it's just not obvious why: https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit/Source/WebCore/css/StyleResolver.cpp&sq=package:chromium&type=cs&q=adjustRenderStyle&l=1469 First we set the z-index to be auto for static position elements. Ne

[webkit-dev] RenderLayer::isStackingContext() confusion

2013-04-03 Thread Shawn Singh
Background: According to CSS 2.1 spec, an element becomes a stacking context when: - it is positioned (relative, absolute, or fixed) - and it has a non-auto z-index Spec also mentions that there's room for expanding this definition; the examples I know about are fixed-position elements and e

Re: [webkit-dev] New web-facing canvas feature: "opaque" attribute

2013-04-03 Thread Stephen White
For reference, here is a prototype patch which implements : https://bugs.webkit.org/show_bug.cgi?id=112624 And one which implements getContext('2d', { alpha: none }): https://bugs.webkit.org/show_bug.cgi?id=112628 I believe this represents the bulk of the cross-port work that would be required; th

Re: [webkit-dev] How to report iOS UIWebView WebKit issues

2013-04-03 Thread Mark Rowe
On 2013-04-03, at 03:51, Mustafizur Rahaman wrote: > Hi All, > > I am developing an application using UIWebView on iPad & I am seeing couple > of WebCore (element style related) crashes. The crashes happens randomly (yet > to narrow it down to exact use case), but the call stack is the same i

[webkit-dev] How to report iOS UIWebView WebKit issues

2013-04-03 Thread Mustafizur Rahaman
Hi All, I am developing an application using UIWebView on iPad & I am seeing couple of WebCore (element style related) crashes. The crashes happens randomly (yet to narrow it down to exact use case), but the call stack is the same in all crashes. I want to know if bugs.webkit.org is the right pla