[Prototype-core] Re: Roadmap for 1.6.1 (My take)

2008-07-03 Thread Viktor Kojouharov
Ken, wouldn't Enumerable.addMethods be just a wrapper around Class.addMethods? Like Class.addMethods(Enumerable, methods) On Jul 3, 7:31 am, Ken Snyder [EMAIL PROTECTED] wrote: Yes, those escapeHTML fixes are what I was thinking. I'm excited to see Event delegation! Also, I wanted to

[Prototype-core] Re: C and PHP style syntax to fill an array with values

2008-07-03 Thread Yanick
If germany has that many fans... I do not wish to hear that number in Deutsch! :P On Jul 2, 2:03 am, Ryan Gahl [EMAIL PROTECTED] wrote: See... confusing eh? :) but, perhaps funkyTown sets davidHasselhoff to {USA: {fans: [4]}, Germany: {fans: [9993]}} On Wed, Jul 2,

[Prototype-core] Why is isSameOrigin necessary?

2008-07-03 Thread Cheng Guangnan
Of cause the response is the same origin. Ajax requests are made to the same domain only, isn't it? Why should prototype test if it's same origin before evalResponse()? Thanks. Prototype 1.6 Ajax.Request respondToReadyState ... var contentType = response.getHeader('Content-type');