Re: [webkit-dev] border-radius lost when applying -webkit-filter

2015-07-30 Thread Myles C. Maxfield
I'm testing on the Mac OS X port, which uses GraphicsLayerCA. Sounds like a bug with whichever compositor the win-cairo port is using, which I am not familiar with. --Myles On Jul 29, 2015, at 10:24 AM, Vienneau, Christopher cvienn...@ea.com wrote: Thanks Myles, Before I go through the

Re: [webkit-dev] border-radius lost when applying -webkit-filter

2015-07-30 Thread Brent Fulgham
I'll see if I can reproduce this using our Apple Windows port, which also uses GraphicsLayerCA, though one based on Windows graphics primitives. The WinCairo compositor is based on the OpenGL ES backend, via the ANGLE library. Alex Christensen knows more about how that works. Thanks, -Brent

Re: [webkit-dev] Adding generated files to the Mac build

2015-07-30 Thread Benjamin Poulain
On 7/30/15 10:56 AM, Xabier Rodríguez Calvar wrote: Maybe it is something very stupid that I am missing, but I added a new IDL file, I added the object cpp and h files to the WebCore target, the idl file to the corresponding list, etc, but when I build I get linking errors caused by the non

Re: [webkit-dev] border-radius lost when applying -webkit-filter

2015-07-30 Thread Vienneau, Christopher
Thanks for the info, I’m going to have to pause investigation on this for a bit. When I pick up the investigation again, I think I’ll also see if the latest wincairo exhibits the same issue just to rule out any missing fixes (unless one of you have a recent build handy you can quickly

Re: [webkit-dev] Switching servers for EWS and flakiness dashboard

2015-07-30 Thread Aakash Jain
The upgrade was a success! EWS and the Flakiness Dashboard are running smoothly. Please reply to this thread if you notice any issues. New urls are: https://webkit-queues.webkit.org/ https://webkit-queues.webkit.org/ https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html

Re: [webkit-dev] Switching servers for EWS and flakiness dashboard

2015-07-30 Thread Gyuyoung Kim
Hi Aakash, I will support to switch to the new server for efl-ews bots tomorrow. Gyuyoung. On Thu, Jul 30, 2015 at 4:10 PM, Aakash Jain aakash_j...@apple.com wrote: Hi All, We are planning to switch to new servers for two of the apps: EWS( webkit-queues.appspot.com) and flakiness dashboard

Re: [webkit-dev] Infinite JavaScript loop blocks the MiniBrowser

2015-07-30 Thread Mark Lam
Pascal, I was wrong. Please see https://bugs.webkit.org/show_bug.cgi?id=131082#c1 for details. The gist of it is that the existing watchdog mechanism requires that the user of the VM explicitly reset it before any scripts are allowed to run again. For example, you can do that by calling

[webkit-dev] Switching servers for EWS and flakiness dashboard

2015-07-30 Thread Aakash Jain
Hi All, We are planning to switch to new servers for two of the apps: EWS(webkit-queues.appspot.com) and flakiness dashboard (http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html). It would be good to restart all the bots communicating with these apps to ensure that they

[webkit-dev] Adding generated files to the Mac build

2015-07-30 Thread Xabier Rodríguez Calvar
Hi, Maybe it is something very stupid that I am missing, but I added a new IDL file, I added the object cpp and h files to the WebCore target, the idl file to the corresponding list, etc, but when I build I get linking errors caused by the non compilation of the generated JSxxxfile.cpp.