Commit Graph

411 Commits

Author SHA1 Message Date
Andrew Dupont be44ca0089 Merge branch 'rewrite' of git@github.com:sstephenson/prototype into rewrite 2008-10-02 01:01:48 -05:00
Andrew Dupont b878bfe3ff Refactored event.js. 2008-10-02 01:00:05 -05:00
Tobie Langel cd0734b8a7 string.js rewrite. 2008-10-01 15:08:05 +02:00
Tobie Langel f788cf7048 Revert "Variables renaming in function.js for readability."
This reverts commit 160f85f518.
2008-10-01 15:06:03 +02:00
Tobie Langel ba30188e5d string.js rewrite. 2008-10-01 15:01:35 +02:00
Tobie Langel 160f85f518 Variables renaming in function.js for readability. 2008-10-01 01:46:48 +02:00
Tobie Langel d9087c26a9 function.js: rename private 'combine' method to 'update', add a private 'merge' methos. 2008-10-01 01:36:03 +02:00
Tobie Langel 3a93b6ccae Improve performance in function.js by using Array#slice directly. 2008-10-01 00:58:33 +02:00
Tobie Langel d55932fc8c function.js rewrite. 2008-09-30 10:12:54 +02:00
Tobie Langel ec5069ed3a Refactor object.js. 2008-09-30 01:04:25 +02:00
Tobie Langel fee81bffee Fix typo in file name. 2008-09-30 00:52:45 +02:00
Tobie Langel 15d4d5fe7a Fixed conflicting merge. 2008-09-30 00:48:16 +02:00
Tobie Langel 5607889e41 Fix a bug introduced in my previous commit on protodoc.rb 2008-09-30 00:05:23 +02:00
Tobie Langel 9af3c039e1 Split ajax.js 2008-09-30 00:05:23 +02:00
Tobie Langel 8d3911ec09 Split src code into lang, dom and ajax directories. 2008-09-30 00:05:23 +02:00
Tobie Langel e3f3e95b84 Split base.js up. 2008-09-30 00:05:22 +02:00
Tobie Langel 373ef2d839 Extract the template class out of string.js and into its own file . 2008-09-30 00:05:22 +02:00
Tobie Langel dc70b13aed Reorganize range.js. 2008-09-30 00:05:22 +02:00
Tobie Langel f64c9568c8 Reorganize number.js. 2008-09-30 00:05:22 +02:00
Tobie Langel 1669e41cda Reorganize hash.js. 2008-09-30 00:05:22 +02:00
Tobie Langel bcbdf3b247 Reorganize enumerable.js. 2008-09-30 00:05:22 +02:00
Tobie Langel 22f9cfc626 More clean-up to array.js. 2008-09-30 00:05:22 +02:00
Tobie Langel e63f50aa60 Reorganizing array.js source code. 2008-09-30 00:05:22 +02:00
Tobie Langel 34ee2078f8 Bump version number to 1.6.0.3. 2008-09-29 03:09:16 +02:00
Tobie Langel 413d2fd538 Add support for the Chrome browser in jstest.rb. 2008-09-29 02:32:03 +02:00
Thomas Fuchs deb47c6361 Workaround a JavaScript exception in Opera. 2008-09-28 21:12:15 +02:00
Tobie Langel a94c420a34 Reorganize hash.js. 2008-09-28 19:41:53 +02:00
Tobie Langel b7e817927e Reorganize enumerable.js. 2008-09-28 19:25:03 +02:00
Tobie Langel f5d8a093f2 More clean-up to array.js. 2008-09-28 19:14:17 +02:00
Tobie Langel f46a3c2430 Reorganizing array.js source code. 2008-09-28 18:57:01 +02:00
Tobie Langel 289c87d4b1 Cosmetic changes to CHANGELOG. 2008-09-28 16:54:55 +02:00
Andrew Dupont 3382aa29e2 We use this thing called "Git" now. 2008-09-28 00:36:28 -05:00
Tobie Langel 6416d28080 Fix Event#element throwing errors for events missing a currentTarget. 2008-09-09 11:57:59 -07:00
Tobie Langel 41ef42e033 Unit test lib reorganizing. 2008-09-08 01:53:46 -07:00
Tobie Langel 26ca9c3969 Add missing var declarations in unit tests. 2008-09-08 00:48:24 -07:00
Tobie Langel b5b3b66a89 Added rdoc extension to README file. 2008-09-07 22:59:30 -07:00
Tobie Langel be8508f2a1 Event#element clean-up. 2008-09-07 20:50:35 -07:00
Andrew Dupont b7af8a745b Improve NodeList detection for Safari's $A function. [#187 state:resolved] 2008-09-07 20:19:05 -07:00
Andrew Dupont 5ddfad8a62 Use different tactic to sniff for Opera in order to avoid false positives in IE. [#176 state:resolved] 2008-09-07 20:18:21 -07:00
Andrew Dupont 7444a4ad02 Rename variable in Form.Element.Serializers.select. [#180 state:resolved] 2008-09-07 20:11:53 -07:00
Andrew Dupont 6c6f8d39ea Coerce Opera's version string into a number whenever we need to sniff. [#163 state:resolved] 2008-09-07 20:07:30 -07:00
Andrew Dupont 4308f376ff Update copyright dates in HEADER. 2008-09-07 19:37:54 -07:00
Andrew Dupont d88c25fd47 Ensure Object.isElement handles "falsy" values properly. 2008-09-07 19:26:21 -07:00
Tobie Langel c01d1a26f7 Fix exiting test task on INT signal. 2008-09-07 19:25:11 -07:00
Tobie Langel 32628d41cd Fix unit test freeze in IE. 2008-09-07 19:21:52 -07:00
Andrew Dupont b31f642e64 Ensure Hash does not return keys from the prototype chain (e.g., constructor, valueOf, toString). 2008-09-07 19:20:38 -07:00
Andrew Dupont 64002a9083 Fix toString/valueOf sharing same method reference via closure in Class#addMethods. Use plain property assignment, since Object.extend fails to enumerate over toString/valueOf. 2008-09-07 19:19:21 -07:00
Andrew Dupont 637134651a Fix IE's missing negated attribute operator in the selector class. 2008-09-07 18:50:43 -07:00
Andrew Dupont 34798f0d74 Fix Opera 9.5 strict issue that swaps documentElement.clientHeight with body.clientHeight. 2008-09-07 18:49:45 -07:00
Andrew Dupont 67107651c2 Update DOM unit tests to avoid failing on Element#replace tests in Opera. 2008-09-07 16:53:33 -07:00