[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

Re: [webkit-dev] Regarding OpenVG

2011-07-17 Thread Mustafizur Rahaman
Hi All, Some quick reference to the analysis we have done so far: - The master bug for OpenVG work was https://bugs.webkit.org/show_bug.cgi?id=33987 where except one, all the dependent issues were resolved, so we assumed the basic functionality is up and running... - We also found

Re: [webkit-dev] 194 bugs in pending-commit

2011-06-20 Thread Mustafizur Rahaman
On a similar note of bug cleanup, I have also seen lot of issues which are still in Unconfirmed state, even though the bug analysis says either the issue is not reproducible etc etc. So, Is there a way to clean up such bugs so that they don't unnecessarily come up in queries. What is the

[webkit-dev] Expected behavior of scrolling attribute for IFrame element

2011-06-13 Thread Mustafizur Rahaman
Hi, As per w3cschools (http://www.w3schools.com/tags/att_iframe_scrolling.asp ), the scrolling attribute of an iFrame element is expected to behave as per following Attribute Values Value Description auto Scrollbars appear if needed (this is default) yes Scrollbars are always shown (even if

Re: [webkit-dev] Expected behavior of scrolling attribute for IFrame element

2011-06-13 Thread Mustafizur Rahaman
Hi, I have updated the comments discussed till now in the bug description. Let's have the remaining discussion in bugzilla ( https://bugs.webkit.org/show_bug.cgi?id=61558 ) so that it helps to find the proper solution for the issue. Thanks, Rahaman On Mon, Jun 13, 2011 at 9:00 PM, Darin Adler

Re: [webkit-dev] Expected behavior of scrolling attribute for IFrame element

2011-06-13 Thread Mustafizur Rahaman
The real problem to fix would be not have scrolling tied to having or not scrollbars, as I see it. Antonio, Do you mean we should scroll depending on the content size irrespective of whether the scrollbar is shown or not.If so, that is the current behavior anyway. The other way I was

Re: [webkit-dev] Issue Analysis:48290 [HTML Canvas globalCompositeOperation]

2011-06-01 Thread Mustafizur Rahaman
Hi Darin, Thanks for your detailed explanation. Initially we decided to remove the string as well the enum to fix this issue. But Karthik's patch (we have already submitted the patch in https://bugs.webkit.org/show_bug.cgi?id=48290) caused a Chromium build issue then we found that this enum is

Re: [webkit-dev] Question on font property value inherit in HTML Canvas

2011-05-23 Thread Mustafizur Rahaman
, Mustafizur Rahaman mustaf.h...@gmail.comwrote: Hi, I am analyzing the following issue https://bugs.webkit.org/show_bug.cgi?id=48575 (the attachment in the issue description contains multiple issues) I was particularly looking into * http://w3c-test.org/html/tests/approved/canvas

Re: [webkit-dev] Font Name

2011-05-21 Thread Mustafizur Rahaman
Hi, When you are drawing some text, you create a RenderText(RenderObject) which has all the rendering info the m_style of RenderText has the style info required to render the text. Let's consider the following style data I have in my html page style type=text/css body.rahaman{ font:30px

[webkit-dev] Question on font property value inherit in HTML Canvas

2011-05-20 Thread Mustafizur Rahaman
Hi, I am analyzing the following issue https://bugs.webkit.org/show_bug.cgi?id=48575 (the attachment in the issue description contains multiple issues) I was particularly looking into * http://w3c-test.org/html/tests/approved/canvas/canvas_text_font_001.htm*(Test-case passes in FF but NOT

Re: [webkit-dev] Question on Inline element

2011-05-18 Thread Mustafizur Rahaman
, 2011 at 11:48 PM, Eric Seidel e...@webkit.org wrote: On Tue, May 17, 2011 at 4:12 AM, Mustafizur Rahaman mustaf.h...@gmail.com wrote: Hi Eric, Thanks for your patient detailed answer :-) So based on your explanation, I understand that a paragraph element can contain an image (inline

Re: [webkit-dev] Question on Inline element

2011-05-17 Thread Mustafizur Rahaman
any such calculation. Could you please suggest where I should look to fix this issue appropriately? Thanks, Rahaman On Fri, May 13, 2011 at 11:25 PM, Eric Seidel e...@webkit.org wrote: On Thu, May 12, 2011 at 10:52 PM, Mustafizur Rahaman mustaf.h...@gmail.com wrote: So my question

[webkit-dev] Question on Inline element

2011-05-12 Thread Mustafizur Rahaman
Hi All, I was trying to develop my expertise by looking at some of the open issues I was looking intohttps://bugs.webkit.org/show_bug.cgi?id=22764.https://bugs.webkit.org/show_bug.cgi?id=22764(Issue with Windows build). We have done a preliminarily analysis I want to get little help so that we