Re: [webkit-dev] TransformationMatrix rotation code and floating-point precision

2012-05-14 Thread Ryosuke Niwa
I don't know anything about transformation matrix, but that sounds like a pretty simple change. I would just upload a patch to make this change on bugs.webkit.org if I were you, and cc relevant people (use trac.webkit.orgto see who has authored/reviewed patches in the relevant files). - Ryosuke O

[webkit-dev] TransformationMatrix rotation code and floating-point precision

2012-05-14 Thread Shawn Singh
Hi all, I'm looking at TransformationMatrix::rotate3d(rx, ry, rz). This code does something indirect, and I don't understand why. Instead of initializing each rotation using sin(theta), cos(theta), the code computes theta/2, and then uses trig identities to initialize the rotation matrix. I ch

Re: [webkit-dev] Is it possible to programmatically set the Safari Extension Whitelist?

2012-05-14 Thread Andy Estes
Hi Sam, Apple's developer forums would be a more appropriate place to ask this question. You might try . This list is for discussing the development of WebKit itself. -Andy On May 14, 2012, at 2:39 PM, Sam Halliday wrote: > > Hi all,

[webkit-dev] Is it possible to programmatically set the Safari Extension Whitelist?

2012-05-14 Thread Sam Halliday
Hi all, (I hope this is the right list to be asking on - I couldn't find a specific mailing list for Safari Extensions development). I have successfully written my first Safari Extension. It loops through all input elements and removes "autocomplete" attributes from type="text" elements. This ov

Re: [webkit-dev] A more detailed source tree overview

2012-05-14 Thread Ryosuke Niwa
I too share the concern that this wiki page will get out of date pretty quickly. Like out-dated comments, out-dated (and therefore misleading) documentation is often more harmful than not having documentation at all because readers often don't even check whether it's out-dated or not. - Ryosuke O

Re: [webkit-dev] Regarding cr-linux bot and the test failure

2012-05-14 Thread Vivek Galatage
Thank you Adam, I will try to setup Chromium env. locally. On Mon, May 14, 2012 at 11:12 PM, Adam Barth wrote: > Have you tried building Chromium locally? That's likely to be a > tighter debugging loop than using the bot. There are instructions on > the wiki: > > http://trac.webkit.org/wiki/C

Re: [webkit-dev] A more detailed source tree overview

2012-05-14 Thread Adam Barth
Unfortunately, the information in WebKitSourceLayout.md is much too detailed. It contains many facts that happen to be true at this moment, but are likely to change at any moment. It's unlikely that we'll keep this documentation up to date, which means it's just going to get stale and perhaps cau

Re: [webkit-dev] Regarding cr-linux bot and the test failure

2012-05-14 Thread Adam Barth
Have you tried building Chromium locally? That's likely to be a tighter debugging loop than using the bot. There are instructions on the wiki: http://trac.webkit.org/wiki/Chromium Adam On Mon, May 14, 2012 at 3:18 AM, Vivek Galatage wrote: > Hello Webkit-dev, > > I am having issues with one

[webkit-dev] A more detailed source tree overview

2012-05-14 Thread Breckin Loggins
Hi all, I've been trying to familiarize myself with the WebKit source tree. I started at https://trac.webkit.org/wiki/HighLevelOverview but it is a bit sparse. While I was checking out and building the code I decided to do some deeper browsing and document my findings. The resulting markdow

[webkit-dev] Regarding cr-linux bot and the test failure

2012-05-14 Thread Vivek Galatage
Hello Webkit-dev, I am having issues with one of the patch in that cr-linux build bot ends up reporting failure of one of new test cases that I am adding. Here is the bug https://bugs.webkit.org/show_bug.cgi?id=83012 And here is the patch: https://bug-83012-attachments.webkit.org/attachment.cgi?