Re: [webkit-dev] Some Questions about Squirrel Fish

2009-01-24 Thread Zoltan Herczeg
Hi! - is there any port on top of ARM based platforms? We can announce now that we have started to work on the ARM-JIT port of WebKit here. We have implemented cachable function calls and exception handling first, since these require communication between high level C++ functions and JIT code

[webkit-dev] how does one disable XMLHttpRequest security for cross-site scripting in webkit

2009-01-24 Thread Auro Tripathy
Hi Webkit devs: Could someone highlight how to disable XMLHttpRequest security for cross-site scripting in webkit? Thanks! ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[webkit-dev] want to port JIT to MIPS, any coworker or any hint?

2009-01-24 Thread x yz
Just build webkit on XP using cgywin, not tested yet. I want to port to 32bit MIPS, it seems I need to touch JIT and rewrite assembler folder. Any document there on javascripcore/assembler? I also want a smart way to make sure output is correct.