Commit Graph

417 Commits

Author SHA1 Message Date
Andrew Dupont
9f09a8c791 Refactored class.js. 2008-11-18 22:28:06 -06:00
Andrew Dupont
275a344173 Deleted generated unit test files and added them to .gitignore. 2008-11-18 22:21:27 -06:00
Nick Stakenburg
d12e77c56d Fixed event.js so more unit tests pass on IE. Changed the use of '_' prefix to match other parts of the rewrite branch. 2008-10-26 16:19:37 -05:00
Andrew Dupont
10573fb1a9 Updated .gitignore to ignore files generated by rake tasks. 2008-10-26 16:16:02 -05:00
Andrew Dupont
62a1f7e2ce Fix issue where Function#argumentNames returned incorrect results in IE when comments were intermixed with argument names. [#397 state:resolved] 2008-10-26 16:15:51 -05:00
Andrew Dupont
0cc28be265 Reorganized unit tests to match the file structure of the source. 2008-10-26 15:28:56 -05:00
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