prototype/test/unit
Tobie Langel 0100aee1a0 prototype: Add more tests to Element.update. 2007-10-22 11:30:52 +00:00
..
fixtures prototype: Merge -r7016:HEAD from ../branches/ajax. Add Ajax.Response object which supports the following methods: responseJSON, headerJSON, getHeader, getAllHeaders and handles browser discrepancies in the other response methods. Add sanitizeJSON, evalJS and evalJSON to Ajax.Request. Closes #8122, #8006, #7295. 2007-08-04 04:40:22 +00:00
ajax.html prototype: Make the Ajax.Response#headerJSON property correctly decode unicode characters. Closes #9285 2007-10-22 11:20:21 +00:00
array.html prototype: Make sure $w always returns an array. 2007-10-15 17:19:16 +00:00
base.html Make Function#argumentNames work with named functions. Closes #9826 2007-10-14 10:54:06 +00:00
dom.html prototype: Add more tests to Element.update. 2007-10-22 11:30:52 +00:00
element_mixins.html prototype: Fix regression in which no-argument calls to Element.addMethods() would not add the methods defined in Form.Methods and Form.Element.Methods. Closes #8206. 2007-04-28 02:32:21 +00:00
enumerable.html prototype: Make sure Enumerable#include doesnt do type comparision. [Mislav Marohnić] 2007-08-17 11:06:07 +00:00
event.html prototype: Namespace all custom event names to avoid conflicts with native DOM events. 2007-10-11 06:00:45 +00:00
form.html Complete rewrite of the Hash class. 2007-10-13 10:55:52 +00:00
hash.html prototype: Hash#toTemplateReplacements is an alias for Hash#toObject so you can once again pass hashes to Template#evaluate and String#interpolate. 2007-10-17 13:39:46 +00:00
number.html Prototype: Add Number.prototype.round/ceil/floor/abs as an aliases to the respective methods in Math. Refactor to seperate number extensions from base.js. [Thomas Fuchs] 2007-06-06 16:10:16 +00:00
position.html Make IE position unit test work 2007-08-10 14:24:28 +00:00
range.html prototype: Reorganize the source tree. 2007-01-18 22:24:27 +00:00
selector.html * Changed Selector pattern match so that descendant combinators after pseudoclass tokens are properly handled. Fixes #9696. [wiktor, kangax, Andrew Dupont] 2007-10-16 02:21:24 +00:00
string.html prototype: Fix template evaluation with empty replacements. Closes #9692. 2007-10-17 14:14:27 +00:00
unit_tests.html Complete rewrite of the Hash class. 2007-10-13 10:55:52 +00:00