[Prototype-core] Re: New branch for $$/Selector rewrite

2007-02-21 Thread Christophe Porteneuve
Hey all! At the risk of sounding like I'm appropriating this thing, I would just like to mention that I intend to tackle most of the To-Do for this (which Andrew knows about) in the coming days. I'll be very glad that people review the code in the meantime and smoke out bugs or potential

[Prototype-core] Re: DOM builder in Prototype core?

2007-02-21 Thread Thomas Fuchs
Am 21.02.2007 um 05:14 schrieb Andrew Dupont: It's not been mentioned yet but theres a slightly updated version of my DOM Builder in Low Pro and instead of using the apply stuff it creates the functions with a $ prefixed which I thought was more Prototypish. $span, $div etc. It also does

[Prototype-core] Re: Download compressed Prototype versions: (File: protopressed.zip)

2007-02-21 Thread Tom Gregory
That's only half of a proper question. Any answer has to be viewed in the context of the full question: Does anyone have states of the affected share __for some target audience__. Google has a different audience than MSN, Yahoo, or AOL. (I'll stereotype and suggest a higher proportion of

[Prototype-core] Re: Download compressed Prototype versions: (File: protopressed.zip)

2007-02-21 Thread jd
Packer seemed to work just fine with single line if statements. I did, however only use compression none option to just remove whitespace. All I did was add some missing semi colons to the Prototype source. You can use winMerge or other file compare tool to see the changes between the formatted

[Prototype-core] Re: new Event functionality

2007-02-21 Thread Tom Gregory
On Feb 21, 2007, at 2:56 PM, Mislav Marohnić wrote: Also, what about that Safari text-node event target thing? Should we have a fix for that also? Isn't that as easy as updating Event.element(), or am I missing something? i.e. element: function(event) { +var e = event.target ||