[webkit-dev] KJS Bindings

2008-01-14 Thread ankush tiwari
Hi All, I am facing a problem with the run-time C-bindings that we have created. We are able to run the bindings for the first page. I have some code like nativebinding.printmessage(Hello) in a file test.html and the same line in another file test2.html to which I navigate from test.html.

Re: [webkit-dev] Pulling together on WebKit Mobile

2008-01-14 Thread zucker
The windows code the depends on apple libraries are either in CG/CF specific files, or PLATFORM(CG)/PLATFORM(CF). The expectation would be that you'd be adding PLATFORM(WINCE) or PLATFORM(GDI) or some such. Agreed. My point is that if you try to compile now using WININET, CAIRO, etc.

[webkit-dev] Planned server outage at 7PM PST

2008-01-14 Thread Adam Roben
webkit.org and bugs.webkit.org will be down for a server reboot for 5-10 minutes at 7PM PST. Thanks for your patience. -Adam ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Pulling together on WebKit Mobile

2008-01-14 Thread Oliver Hunt
On 14/01/2008, at 4:26 PM, [EMAIL PROTECTED] wrote: The windows code the depends on apple libraries are either in CG/CF specific files, or PLATFORM(CG)/PLATFORM(CF). The expectation would be that you'd be adding PLATFORM(WINCE) or PLATFORM(GDI) or some such. Agreed. My point is that if you

Re: [webkit-dev] Pulling together on WebKit Mobile

2008-01-14 Thread Maciej Stachowiak
On Jan 14, 2008, at 3:48 PM, [EMAIL PROTECTED] wrote: Dear WebKit Team, Going back to the original topic (Pulling together on WebKit Mobile) Wake3 has a working version of WebKit for Windows Mobile. We definitely want to contribute back to the community. We posted earlier about

Communication (was Re: [webkit-dev] Pulling together on WebKit Mobile)

2008-01-14 Thread Adam Roben
Oliver Hunt wrote: On 14/01/2008, at 4:26 PM, [EMAIL PROTECTED] wrote: The best and easiest way to discuss this would be on IRC in the #webkit channel of freenode... Sure, but it seems tough to get a time when everyone interested is on. Should we set a time to discuss this? I think you'd

Re: [webkit-dev] Pulling together on WebKit Mobile

2008-01-14 Thread Brent Fulgham
On Jan 14, 2008, at 3:48 PM, [EMAIL PROTECTED] wrote: My main concern is to make sure Windows Mobile code is part of the main trunk, and not a side branch. My recommended first step to make the trunk more Windows Mobile friendly is to update the Windows version to build without requiring

Re: [webkit-dev] Pulling together on WebKit Mobile

2008-01-14 Thread zucker
This isn't too surprising -- code that isn't used quickly goes stale. But it should be quite possible to fix! Thus, my suggestion to do this work :). Cheers, Dan [EMAIL PROTECTED] wrote: What sort of errors? link errors? As a quick test, I #undef'ed WTF_PLATFORM_CG, WTF_USE_CFNETWORK,

Re: [webkit-dev] Pulling together on WebKit Mobile

2008-01-14 Thread zucker
What sort of errors? link errors? As a quick test, I #undef'ed WTF_PLATFORM_CG, WTF_USE_CFNETWORK, and WTF_PLATFORM_CF; and instead #define'd WTF_PLATFORM_CAIRO and WTF_USE_WININET. Building WebCore alone resulted in 389 compile errors. The basic structure of using these #defines seems good.

[webkit-dev] Re: regular expression notes (mostly about performance optimization)

2008-01-14 Thread Darin Adler
On Jan 5, 2008, at 6:27 PM, Darin Adler wrote: The regexp-dna expressions all could be translated from brackets into character classes. - They have the form: /a|b/ where a and b are expressions solely containing letters and character classes of the same length. - They could be converted into