Re: [webkit-dev] HTML5 Web Socket Design Doc

2009-07-12 Thread 鵜飼文敏
Hi, On Mon, Jul 13, 2009 at 1:50 AM, Ojan Vafai wrote: > You had mentioned that there were a couple people at Apple the > intended to start working on WebSockets soonish, is that still the > plan? If so, who should be CCed on the appropriate bugs? > > Ukai-san, I think the next step here it to

Re: [webkit-dev] Patch process - let's make it better

2009-07-12 Thread Luke Kenneth Casson Leighton
> Hi everyone, > > One common topic for discussion has been how to make our process > around patch submission better. As the project grows, it's becoming > more important for this process to work really smoothly, and we are > seeing some breakdowns. well, this is interesting - some good timing on

[webkit-dev] Fwd: updated glib/gobject bindings patch

2009-07-12 Thread Luke Kenneth Casson Leighton
-- Forwarded message -- From: Luke Kenneth Casson Leighton Date: Jul 12, 2009 9:49 PM Subject: updated glib/gobject bindings patch To: webkit-dev@lists.webkit.org this is worthwhile sending to the webkit-dev list, as i know that there are people following along. https://bugs.we

Re: [webkit-dev] How to develop NPAPI plugin with webkit lib

2009-07-12 Thread Harry Zhang
Besides the issue of missing NPAPI headers, i also failed to find npruntime symbols such as NPN_CreateObject in libwekbit-1.0 (i used objdump -t to check the symbols), so i got "undefined reference to NPN_CreateObject" during the link phase, somehow confused. I'm a newbie in this NPAPI plugin area,

[webkit-dev] XSSAuditor regressions

2009-07-12 Thread Maciej Stachowiak
Hi everyone, Recently Adam Barth turned on an exciting new feature, the XSS Auditor, by default. This provides a browser-side defense against sites that are vulnerable to reflexive XSS attacks. Because this feature operates by blocking script execution, it has the potential to break legi

Re: [webkit-dev] HTML5 Web Socket Design Doc

2009-07-12 Thread Ojan Vafai
You had mentioned that there were a couple people at Apple the intended to start working on WebSockets soonish, is that still the plan? If so, who should be CCed on the appropriate bugs? Ukai-san, I think the next step here it to file a bug at bugs.webkit.org and to start sending patches. I'm not

Re: [webkit-dev] Please welcome GYP to the our dysfunctional build family

2009-07-12 Thread Brent Fulgham
Hi, I asked some similar questions on IRC. On Friday 10 July 2009 12:23:50 am Dimitri Glazkov wrote: > As you may know, we use GYP > (http://code.google.com/p/gyp) for generating MSVC, XCode, Scons, and even Make projects for Chromium. On Sun, Jul 12, 2009 at 5:38 AM, Adam Treat wrote: Gyp

Re: [webkit-dev] Please welcome GYP to the our dysfunctional build family

2009-07-12 Thread Adam Treat
On Sunday 12 July 2009 10:42:26 am Jeremy Orlow wrote: > On Sun, Jul 12, 2009 at 5:38 AM, Adam Treat wrote: > > On Friday 10 July 2009 12:23:50 am Dimitri Glazkov wrote: > > > Dear WebKiteurs, > > > > > > In our persisting quest to be more like a common WebKit port, we have > > > added Chromium bu

Re: [webkit-dev] Please welcome GYP to the our dysfunctional build family

2009-07-12 Thread Jeremy Orlow
On Sun, Jul 12, 2009 at 5:38 AM, Adam Treat wrote: > On Friday 10 July 2009 12:23:50 am Dimitri Glazkov wrote: > > Dear WebKiteurs, > > > > In our persisting quest to be more like a common WebKit port, we have > > added Chromium build files to the tree this afternoon. These files are > > WebCore/

Re: [webkit-dev] Some trouble with cairo build on Windows

2009-07-12 Thread Ishikawa
Thank you Brent for your reply! >By the way, in the future These kinds of messages should be sent to >the new webkit-help mailing list. I remember your advice. >I'm hoping that in the next week or two to have the last of the >variances between the Windows Cairo Webkit and mainline integrat

Re: [webkit-dev] Please welcome GYP to the our dysfunctional build family

2009-07-12 Thread Adam Treat
On Friday 10 July 2009 12:23:50 am Dimitri Glazkov wrote: > Dear WebKiteurs, > > In our persisting quest to be more like a common WebKit port, we have > added Chromium build files to the tree this afternoon. These files are > WebCore/WebCore.gypi and JavaScriptCore/JavaScriptCore.gypi and they > ar