Re: [webkit-dev] SVG external referencing not working as of latest chrome canary

2013-01-14 Thread Steve Williams
Hi Maciej, 1. It's been on your bug database for ages hence filing another entry won't move anything forwards. 2. svg 1.1 spec seems a little over the top in places so not personally interested in full support - just the good stuff. 3. Have provided you with a minimal test case in the

Re: [webkit-dev] SVG external referencing not working as of latest chrome canary

2013-01-14 Thread Adam Barth
On Mon, Jan 14, 2013 at 12:51 AM, Steve Williams stephen.j.h.willi...@googlemail.com wrote: 1. It's been on your bug database for ages hence filing another entry won't move anything forwards. 2. svg 1.1 spec seems a little over the top in places so not personally interested in full support -

[webkit-dev] HTML5 Body onLoad event not firing

2013-01-14 Thread ankit srivastav
Hi All, I'm working for Webkit WIN32 port. I'm facing an issue : 1) For HTML5 video tag: videoonload = onLoad() src = E:/xyz.mp4 for the above mentioned code onLoad fucntion is not firing. but if I remove src tag value onLoad event will start firing. I have debugged and found that,

Re: [webkit-dev] Unprefixed and prefixed DOM events.

2013-01-14 Thread Alexis Menard
On Sat, Jan 12, 2013 at 10:07 PM, Ryosuke Niwa rn...@webkit.org wrote: What happens to corresponding event constructors (e.g. WebKitTransitionEvent) and content attributes (e.g. onwebkittransitionend)? As I said in the mail we'll need to add them (could be done in a separate patch). There is

Re: [webkit-dev] Unprefixed and prefixed DOM events.

2013-01-14 Thread Alexis Menard
On Sat, Jan 12, 2013 at 8:42 PM, Rick Byers rby...@chromium.org wrote: I've been wondering about the implications of prefixed events. Do we have other examples of events that had prefixed names and were later unprefixed? We've never had such a case in the past. It's the first time we have to

[webkit-dev] Changing Github repository to mirror git.webkit.org (was Github vs. git.webkit.org)

2013-01-14 Thread Jesus Sanchez-Palencia
Hi, This email is a heads-up about the repository change we are starting today in github. In summary, now the github webkit repository will actually mirror git.webkit.org and they will finally have the same git hashes. I won't go into the benefits of this change since this has been widely

Re: [webkit-dev] Unprefixed and prefixed DOM events.

2013-01-14 Thread Rick Byers
On Mon, Jan 14, 2013 at 6:19 AM, Alexis Menard ale...@webkit.org wrote: On Sat, Jan 12, 2013 at 8:42 PM, Rick Byers rby...@chromium.org wrote: I've been wondering about the implications of prefixed events. Do we have other examples of events that had prefixed names and were later

Re: [webkit-dev] Unprefixed and prefixed DOM events.

2013-01-14 Thread Rick Byers
On Mon, Jan 14, 2013 at 9:56 AM, Alexis Menard ale...@webkit.org wrote: On Mon, Jan 14, 2013 at 11:30 AM, Rick Byers rby...@chromium.org wrote: On Mon, Jan 14, 2013 at 6:19 AM, Alexis Menard ale...@webkit.org wrote: On Sat, Jan 12, 2013 at 8:42 PM, Rick Byers rby...@chromium.org wrote:

Re: [webkit-dev] SVG external referencing not working as of latest chrome canary

2013-01-14 Thread Dirk Schulze
Hi Steve, Thank you for your interest on WebKit. Of course we would like to fix as many bugs as possible in a time frame as short as possible. With limited resources, this does not work very well for some bugs. So we need to prioritize our work. Even if external resources might be a priority

Re: [webkit-dev] Unprefixed and prefixed DOM events.

2013-01-14 Thread Alexis Menard
On Mon, Jan 14, 2013 at 11:30 AM, Rick Byers rby...@chromium.org wrote: On Mon, Jan 14, 2013 at 6:19 AM, Alexis Menard ale...@webkit.org wrote: On Sat, Jan 12, 2013 at 8:42 PM, Rick Byers rby...@chromium.org wrote: I've been wondering about the implications of prefixed events. Do we have

Re: [webkit-dev] SVG external referencing not working as of latest chrome canary

2013-01-14 Thread Filip Pizlo
Sent from my PDP-11 On Jan 14, 2013, at 12:51 AM, Steve Williams stephen.j.h.willi...@googlemail.com wrote: Hi Maciej, 1. It's been on your bug database for ages hence filing another entry won't move anything forwards. 2. svg 1.1 spec seems a little over the top in places so not

[webkit-dev] Recommended commit procedure for large EFL rebaseline?

2013-01-14 Thread Dominik Röttsches
Hi, when we land https://bugs.webkit.org/show_bug.cgi?id=106774 we'll have to do a large rebaseline of EFL results. (subpixel and FreeType related change) Now, for landing, what we had in mind is, (optionally) take our bots offline, 1) land the actual patch, 2) then manually land the new

Re: [webkit-dev] Changing Github repository to mirror git.webkit.org (was Github vs. git.webkit.org)

2013-01-14 Thread Dominik Röttsches
On 01/14/2013 03:19 PM, Jesus Sanchez-Palencia wrote: We have decided that the best approach for this is to start a new repository (webkit-mirror), delete the old one (https://github.com/WebKit/webkit) and then rename the new repository. I will be doing the mirroring myself for while, until

Re: [webkit-dev] HTML5 Body onLoad event not firing

2013-01-14 Thread Eric Carlson
On Jan 14, 2013, at 2:29 AM, ankit srivastav ank@gmail.com wrote: I'm working for Webkit WIN32 port. I'm facing an issue : 1) For HTML5 video tag: videoonload = onLoad() src = E:/xyz.mp4 for the above mentioned code onLoad fucntion is not firing. but if I remove src tag

Re: [webkit-dev] Changing Github repository to mirror git.webkit.org (was Github vs. git.webkit.org)

2013-01-14 Thread Jesus Sanchez-Palencia
The github repository has stopped being updated and will remain like that for the next hours until I have finished the new setup. cheers, jesus 2013/1/14 Jesus Sanchez-Palencia je...@webkit.org: Hi, This email is a heads-up about the repository change we are starting today in github. In

Re: [webkit-dev] Recommended commit procedure for large EFL rebaseline?

2013-01-14 Thread Adam Barth
On Mon, Jan 14, 2013 at 8:39 AM, Dominik Röttsches dominik.rottsc...@intel.com wrote: when we land https://bugs.webkit.org/show_bug.cgi?id=106774 we'll have to do a large rebaseline of EFL results. (subpixel and FreeType related change) Now, for landing, what we had in mind is, (optionally)

Re: [webkit-dev] Changing Github repository to mirror git.webkit.org (was Github vs. git.webkit.org)

2013-01-14 Thread Jesus Sanchez-Palencia
Hi, Just yet another quick heads-up: 2013/1/14 Jesus Sanchez-Palencia je...@webkit.org: We have decided that the best approach for this is to start a new repository (webkit-mirror), delete the old one (https://github.com/WebKit/webkit) and then rename the new repository. I had to change my

[webkit-dev] Implementing Complex webform Widgets using ShadowDom

2013-01-14 Thread Hema Chidanand
Hi All, What is your view in Implemeting Complex webform widgets like CalendarPicker Widget , Colorpicker widget using ShadowDom . May i know the pro's and con's ? How to start off with it. Thanks Regards, Hema. ___ webkit-dev mailing list

Re: [webkit-dev] Implementing Complex webform Widgets using ShadowDom

2013-01-14 Thread Hajime Morrita
Hi Hema, If you are talking about WebKit and HTML, it already does it for some of its built-in HTML elements. Some UI controls, which are modal and don't fit into the page layout, are implemented using native UI controls. These modal controls shouldn't constrained by WebKit rendering area like