prototype/src
Andrew Dupont ffa0d0943c Roll back the fix for #9609, since it does not work in Opera. Instead, avoid using "valueOf" or "toString" as field names in forms. 2008-01-25 18:54:22 +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 Make Ajax.Request#isSameOrigin JavaScript Lint compliant. Backport fix to 1.5.1.2. 2008-01-24 03:02:34 +00:00
array.js Fix "function $A" declaration inside of a conditional (confuses IE). Fixes #10882. [Jacco, Andrew Dupont] 2008-01-22 23:36:47 +00:00
base.js prototype: Make Object.isArray correctly identify arrays created in another frame. Closes #10374. 2008-01-24 01:33:28 +00:00
deprecated.js Complete rewrite of the Hash class. 2007-10-13 10:55:52 +00:00
dom.js prototype: Fix Element#writeAttribute to work with 'cellspacing' and 'cellpadding' attributes in IE. Closes #9983. 2008-01-23 12:17:26 +00:00
enumerable.js prototype: use Object.isUndefined where possible. 2007-11-15 21:53:15 +00:00
event.js Prevent DOM node expandos _countedByPrototype and _prototypeEventID from being serialized into (inner|outer)HTML in IE. Closes #10909. [dcpedit, Tobie Langel, Andrew Dupont] 2008-01-25 18:49:40 +00:00
form.js Roll back the fix for #9609, since it does not work in Opera. Instead, avoid using "valueOf" or "toString" as field names in forms. 2008-01-25 18:54:22 +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 Prevent DOM node expandos _countedByPrototype and _prototypeEventID from being serialized into (inner|outer)HTML in IE. Closes #10909. [dcpedit, Tobie Langel, Andrew Dupont] 2008-01-25 18:49:40 +00:00
string.js prototype: Remove useless binding in Template#evaluate. 2008-01-14 01:38:28 +00:00