jaubourg
981d1e08eb
Removed re-usability from jXHR object (no more open, send & onreadystatechange support). Streamlined the implementation and put it back into ajax.js (removed xhr.js in the process). Went back to a more simple & direct approach to options handling (keeping much room to further minification-related optimizations). Code is cleaner, smaller & faster. Removed & edited unit tests accordingly. All build files have had xhr.js removed.
2010-12-31 04:13:40 +01:00
Jonas Pfenniger
c1625f6b79
Update Rakefile to remove module wrappers (feature parity with make and ant). Update Makefile to avoid rebuilding jquery.js when it is not necessary to do so.
2010-12-30 01:38:28 -06:00
Colin Snover
3e0cc81504
Clean trailing whitespace from all files.
2010-12-30 00:34:48 -06:00
jaubourg
317888464d
Added xhr.js and transports/*.js to Rakefile and build.xml (in sync with Makefile).
2010-12-10 02:43:41 +01:00
John Resig
8576570e6e
Forgot to update the Rakefile and build.xml files from the previous commit. Thanks to @jitter for the catch.
2010-10-14 16:57:12 -04:00
Douglas Neiner
cecd1d8735
Slight optmization on the Rakefile
2010-06-19 22:29:49 -07:00
Douglas Neiner
4e337f504e
Updated README file with updated information for the Rake addtions
...
Also changed the default Rake task to "all" instead of "jquery"
to parallel the Makefile.
2010-06-19 22:29:49 -07:00
Douglas Neiner
ab2537a7ec
Fixed spelling on QUnit pull message
2010-06-19 22:29:49 -07:00
Douglas Neiner
ad849eb5a4
Updated Rakefile to remove use of *nix specific commands
...
Only `sh` statements left are either 'java' or 'git' commands,
which should work on Windows, though I still need to test
2010-06-19 22:29:48 -07:00
Douglas Neiner
3e1ac2aaac
Updated Rakefile to mirror the functionality of the Makefile
...
The Rakefile now supports all the functionality of the Makefile
including only rebuilding files when dependent files change.
To see availible tasks, run:
rake -T
2010-06-19 22:29:48 -07:00
jeresig
3d35a97247
Oops, Rakefile was generating the wrong file.
2010-01-03 12:54:41 -05:00
jeresig
b70872f70d
Renamed the 'fx' module to 'effects'. Should've been done a long time ago.
2009-12-18 11:01:19 -05:00
John Resig
77510fec02
Fixed extra p in Rakefile.
2009-12-07 18:07:15 -08:00
John Resig
afaae84a7a
support.js needs to come before event.js (also placed in a temporary setTimeout to delay the introduction of the ready in support - will remove when ready is moved to core.js, likely later today).
2009-12-07 07:45:20 -08:00
John Resig
ebad701751
Split the queue code out from data.js into a dedicated queue.js file (also split tests accordingly).
2009-12-06 17:19:33 -05:00
jeresig
839e97199c
Updated the Rakefile to use the correct init code.
2009-11-30 15:56:40 -05:00
jeresig
e00be67f32
Adding a Rakefile to build jQuery core, for those that need it.
2009-11-29 16:21:54 -05:00