[webkit-dev] How to use local icon for Web Notification API?

2012-05-15 Thread Li-Chung Chang
Hi, All *html *js file are located in the local. And follow the instructions from http://www.html5rocks.com/en/tutorials/notifications/quick/ I take a try for showing a notification with local icon (URL: file:///x/icon.png) like:

Re: [webkit-dev] How to use local icon for Web Notification API?

2012-05-15 Thread John Yani
I'm afraid this is not an appropriate list to ask. You should try stackoverflow first. If you think there is a bug in chrome, try the chrome issue tracker. Only if you're sure that all webkit browsers are affected, submit a bug to the webkit tracker. On 15 May 2012 10:16, Li-Chung Chang

Re: [webkit-dev] EFL Debug Buildbot Green

2012-05-15 Thread Dominik Röttsches
Hi, On 05/10/2012 06:43 PM, Dominik Röttsches wrote: We'll [...] set up a gardening schedule to keep it green and tidy in the future. The buildbot gardening schedule has been published here: https://trac.webkit.org/wiki/EFLWebKitBuildBots Regards, Dominik -- Dominik

[webkit-dev] Using namespace std

2012-05-15 Thread Allan Sandfeld Jensen
Hello webkit-dev I would like to bring up an issue in the style guide that I have run into and find a little odd. In my recent patch to compile WebKit using C++11 and GCC, I had to resolve a name conflict between global and std namespace. To do this you have to avoid expanding the full std

[webkit-dev] paged media update?

2012-05-15 Thread adam
hi Just wanted to know if Milian and Dave Hyatt spoke about the paged media updates? In the next months I might also be able to find some resources to help but just wanting to know what the current plan is... adam ___ webkit-dev mailing list

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

2012-05-15 Thread W. James MacLean
If it's computing theta/2, perhaps the trig formulas are for converting from a quaternion to a matrix? Does it look like the matrix in the quaternion section of this page? http://en.wikipedia.org/wiki/Rotation_operator_(vector_space) On Mon, May 14, 2012 at 10:30 PM, Shawn Singh

[webkit-dev] Access to WebElements through WebKit2 Touch API

2012-05-15 Thread Webkit Research
How can we get access in Webkit2 to all WebElements x/y coordinates for a given loaded HTML page. Our problem is that the information we want is in the DOM but the DOM does not seem accessible through the WebKit2 Touch API. ___ webkit-dev mailing list

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

2012-05-15 Thread Shawn Singh
OK, I will do that. Thanks! ~Shawn OK, I will do that. Thanks! ~Shawn On Mon, May 14, 2012 at 10:52 PM, Ryosuke Niwa rn...@webkit.org wrote: 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

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

2012-05-15 Thread Shawn Singh
Nope, the matrices in the code are just basic rotations about x/y/z/ axes. On Tue, May 15, 2012 at 9:25 AM, Shawn Singh shawnsi...@google.com wrote: Nope, the matrices in the code are just basic rotations about x/y/z/ axes. ~Shawn On Tue, May 15, 2012 at 7:57 AM, W. James MacLean

Re: [webkit-dev] Using namespace std

2012-05-15 Thread Darin Adler
On May 15, 2012, at 5:48 AM, Allan Sandfeld Jensen wrote: To me it seems like an odd practice, so I would like to ask what original rationale behind that style guideline is Adding a list of using declarations like using std::min to the top of each source file would give us another ongoing

Re: [webkit-dev] Access to WebElements through WebKit2 Touch API

2012-05-15 Thread Darin Adler
On May 15, 2012, at 8:24 AM, Webkit Research wrote: How can we get access in Webkit2 to all WebElements x/y coordinates for a given loaded HTML page. Our problem is that the information we want is in the DOM but the DOM does not seem accessible through the WebKit2 Touch API. This is the

Re: [webkit-dev] Using namespace std

2012-05-15 Thread Peter Kasting
On Tue, May 15, 2012 at 9:31 AM, Darin Adler da...@apple.com wrote: On May 15, 2012, at 5:48 AM, Allan Sandfeld Jensen wrote: To me it seems like an odd practice, so I would like to ask what original rationale behind that style guideline is Adding a list of using declarations like using

Re: [webkit-dev] Using namespace std

2012-05-15 Thread Ryosuke Niwa
On May 15, 2012 10:53 AM, Peter Kasting pkast...@chromium.org wrote: On Tue, May 15, 2012 at 9:31 AM, Darin Adler da...@apple.com wrote: On May 15, 2012, at 5:48 AM, Allan Sandfeld Jensen wrote: To me it seems like an odd practice, so I would like to ask what original rationale behind that

Re: [webkit-dev] Using namespace std

2012-05-15 Thread Peter Kasting
On Tue, May 15, 2012 at 11:37 AM, Ryosuke Niwa rn...@webkit.org wrote: On May 15, 2012 10:53 AM, Peter Kasting pkast...@chromium.org wrote: Given how little of std:: we actually use (since WTF is used instead for most things), what about just explicitly qualifying usages with std:: directly?

[webkit-dev] please add EditBugs permission

2012-05-15 Thread Elliot Poger
Can someone please add EditBugs permission for my bugs.webkit.org account ( epo...@chromium.org)? Another WebKit committer and I both tried it, using the steps Eric pasted in April, but it failed... I think maybe the add-users-to-groups tool is broken? $ Tools/Scripts/webkit-patch

Re: [webkit-dev] please add EditBugs permission

2012-05-15 Thread Eric Seidel
You have to have EditUser permission to run that script. It should bail out with a nicer message when you dont. :( % Tools/Scripts/webkit-patch add-users-to-groups epo...@chromium.org Add users matching epo...@chromium.org which groups? 1. canconfirm 2. editbugs Enter one or more numbers