Commit graph

65 commits

Author SHA1 Message Date
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
Colin Snover 3e0cc81504 Clean trailing whitespace from all files. 2010-12-30 00:34:48 -06:00
jaubourg 8ab5e1e45c Added the regexp to remove module closures to the ant build file to be on par with the Makefile. 2010-12-11 01:56:29 +01: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
Richard D. Worth ef9fb80cab Fixed ant build to be more consistent with Makefile. Now has all same targets (see README.md) and
* generates an identical jquery.js to that of make
 * generates a min file
 * runs jslint.
 * cleans more thoroughly
 * can be passed a PREFIX property
2010-07-21 22:47:13 +08:00
Richard D. Worth bb0f1a97fb Whitespace (spaces to tabs) 2010-07-21 22:47:13 +08:00
Richard D. Worth 4ec1b743a8 Simplified getting the commit date using git log --pretty. Fixed missing date in ant build. 2010-07-21 22:47:13 +08:00
jeresig 8e53f7b5d6 Fixed typo in logic, also disabled function setters in this case to allow the functions to passthrough and bind. 2010-01-12 21:54:06 -05:00
jeresig 3fd62eae9d Switched from using YUI Compressor to Google Compiler. Minified and Gzipped filesize reduced to 22,839 bytes from 26,169 bytes (13% decrease in filesize). Sizzle copyright was merged into the main header (since it's removed automatically). Still passes all unit tests. 2009-12-18 21:23:26 -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
jzaefferer 8d73fbd788 Further cleanups on ant build 2009-12-08 22:22:49 +01:00
unknown 5778a35abd Fixed ant build by cloning or pulling qunit and sizzle submodules, similar to the make build 2009-12-08 22:03:22 +01:00
unknown b3acfa5240 Further cleanup on ant build: Revision is gone 2009-12-08 21:27:27 +01:00
unknown 93adf60811 Further cleanup on ant build 2009-12-08 21:22:15 +01:00
unknown 1d8f7f790d Further cleanup on ant build 2009-12-08 21:17:26 +01:00
unknown d2d17705a0 Cleaning up build.xml in prepartion to get it running again 2009-12-08 20:59:05 +01: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
John Resig 339708cda9 Removing some of the SVN-specific stuff from the Ant build file (should probably be updated to use the new Git functionality. 2009-11-07 14:55:14 +01:00
John Resig 520f1a2684 Broke the logic for .clean() wrap out into a separate, static, data structure. Also improved the performance of .html() looking for the case where .innerHTML can be used without problems. Also tweaked some cases where cleanData() was used, no need to use jQuery selectors in these cases. 2009-09-07 20:55:36 +00:00
Brandon Aaron d7d908b05a decoupling styles retrieval from the attr method 2009-03-22 23:25:03 +00:00
Brandon Aaron 7c04a64016 breaking jquery out into smaller modules. added attributes.js, manipulation.js, and traversing.js 2009-03-18 21:15:38 +00:00
Jörn Zaefferer cde93dc547 core: ant build - add Date and Revision to to header (just like make build) 2009-01-18 13:30:09 +00:00
Jörn Zaefferer 2f536b3d4d core: replaced version.js build script in ant build; wasn't used in make anymore anyway 2009-01-18 13:04:32 +00:00
Jörn Zaefferer f649acd8ab core: Ant target to generate openAjaxMetadata; uses http://www.exfer.net/jquery/createjQueryXMLDocs.py to get the data from the wiki, and transforms it using xslt (see build/style.xsl) 2009-01-14 22:43:55 +00:00
John Resig 9d997a81e2 Forgot to change the build.xml file as well. 2009-01-11 16:19:11 +00:00
John Resig 12166e9bb2 Changed build.xml to use YUICompressor, fixes #3779. 2009-01-04 17:21:00 +00:00
Ariel Flesler 7138cf0ce0 build: Closes #3760. Adding the data module to the build file. Thanks Cloudream. 2008-12-30 22:05:45 +00:00
John Resig b850ab2b8e Added the new jQuery.support object and removed all uses of jQuery.browser from within jQuery itself (while simultaneously deprecating the use of jQuery.browser). 2008-12-21 21:22:44 +00:00
Brandon Aaron aea452f162 Merged dimensions with core 2008-04-29 03:26:06 +00:00
Jörn Zaefferer ba9c14a589 added version to all builds; changed current version to 1.2.2-pre - to be updated after each release so its clear that a build is from which milestone; build.xml cleanup (removing uselss lite, docs, test and _with_plguins targets); deleted useless docs build files (replaced by wiki and wiki xml exporter and api browsers) 2007-12-19 22:26:05 +00:00
Brandon Aaron 08a6acc362 clean ant task shouldn't delete the new test folder 2007-09-13 16:44:44 +00:00
John Resig 15a78f8fea Reintroduced .offset() as a default include, added original author credits. 2007-09-08 18:02:39 +00:00
John Resig cc22c04c90 Disabled the automatic inclusion of offset.js 2007-09-08 14:58:52 +00:00
John Resig 28ee5c6922 Added the new .offset() method, directly imported from Dimensions (heavily worked over by both Brandon and John).
Original source:
http://brandonaaron.net/jquery/issues/dimensions/new_offset/jquery.offset.js
2007-09-08 14:44:29 +00:00
John Resig 6728e3cf74 Finished up some of the reorganization. 2007-09-08 12:46:01 +00:00
John Resig 80a149b828 Integrated the custom fx test suite into the main test suite. All tests are now run automatically. Removed the old suite, as it was no longer needed. 2007-07-29 19:07:21 +00:00
Jörn Zaefferer eb5529eac0 Added runtest ant task (doesn't display results yet);
added href-attribute to DOMElement, fixed XMLHttpRequest to actually allow sync requests, fixed new Thread(new Runnable({run...})) to use new Thread({run:...})
2007-07-17 07:54:14 +00:00
John Resig 297a450e05 Added an initial version of the new animation test suite. (You should never see red on the suite page - an error message will be generated wherever possible.) 2007-03-15 17:09:29 +00:00
Klaus Hartl 216477bc57 Removed tabs extra stuff from build file 2007-01-25 14:06:43 +00:00
John Resig c3d8cb0c09 Moved the bulk of the selector code out into a separate file, changed the build files to represent this. 2006-12-31 05:22:06 +00:00
Jörn Zaefferer a2ab7ef088 Tried to fix make build, PLEASE TEST 2006-11-22 09:58:57 +00:00
Jörn Zaefferer 7cc550727c Testsuite 2.0 2006-11-18 13:37:01 +00:00
Jörn Zaefferer d8fb555970 Added accordion to PLUGINS_ALL 2006-11-09 21:25:07 +00:00
Jörn Zaefferer c0e0119c3d Fixed typo 2006-11-09 08:22:17 +00:00
Jörn Zaefferer d91ee794ba Added tooltip for plugins build 2006-11-07 10:30:47 +00:00
Jörn Zaefferer 2aa96154b7 Added comments and some docs to ant build 2006-11-07 10:01:45 +00:00
Klaus Hartl 939e92bea6 Fixed Ant task "jquery_with_plugins" and ill-formed XML 2006-11-01 10:23:22 +00:00
Yehuda Katz 7ec65c2683 Updated ant so the default task doesn't require plugins 2006-10-28 17:16:23 +00:00