prototype/src
Tobie Langel 7c86e29805 prototype: Optimize property detection of outerHTML. Avoids triggering FOUC in Safari 3.0.4. Closes #10702. 2008-01-04 23:56:27 +00:00
..
HEADER Prototype: remove a slash from the HEADER comment, as this could possibly cause issues with some javascript interpreters 2007-06-28 13:56:48 +00:00
ajax.js prototype: Ensure Ajax.Response#getHeader returns null for missing headers in Opera. 2007-12-30 10:59:23 +00:00
array.js prototype: Ensure creates an empty array when its argument's length is undefined. Closes #10574 2007-12-20 15:47:32 +00:00
base.js prototype: use Object.isUndefined where possible. 2007-11-15 21:53:15 +00:00
deprecated.js Complete rewrite of the Hash class. 2007-10-13 10:55:52 +00:00
dom.js prototype: Optimize property detection of outerHTML. Avoids triggering FOUC in Safari 3.0.4. Closes #10702. 2008-01-04 23:56:27 +00:00
enumerable.js prototype: use Object.isUndefined where possible. 2007-11-15 21:53:15 +00:00
event.js prototype: Add document.loaded, a boolean that is set to true once dom:loaded is fired. 2008-01-04 00:30:53 +00:00
form.js prototype: use Object.isUndefined where possible. 2007-11-15 21:53:15 +00:00
hash.js prototype: Remove the now redundant forked declaration of Hash#_each. 2007-11-14 11:56:15 +00:00
number.js prototype: Add some missing semicolons to the source tree. Closes #9140. 2007-08-07 19:41:13 +00:00
prototype.js * Re-enable the XPath approach in Selector for Safari 3. Falls back to the non-XPath version when it sees a problematic token. [Andrew Dupont] 2007-11-27 18:21:50 +00:00
range.js Make ObjectRange use the new Class.create syntax. 2007-10-13 11:24:23 +00:00
selector.js Fix the way Selector handles [pseudoclass + combinator] with no space in between. Closes #9696. [kangax, fearphage, Andrew Dupont] 2007-12-20 00:17:24 +00:00
string.js prototype: Don't redeclare previously declared variables. Closes #10007 2007-11-15 22:15:24 +00:00