aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* Updating UglifyJS.John Resig2011-04-172-437/+571
* Remove sed from post-build code, due to portability issues between GNU and BS...awgy2011-02-121-0/+7
* Revert uglify.js to original and handle build changes in make fileDan Heberden2011-01-191-2/+2
* Merge branch 'master' of https://github.com/mathiasbynens/jquery into mathias...John Resig2011-01-181-2/+2
|\
| * Add missing line break after copyright header and trailing semicolon at the e...Mathias Bynens2011-01-181-2/+2
* | Weird, not sure why I got an exec error before - doesn't seem to be needed.John Resig2011-01-181-0/+0
|/
* Make sure that the UglifyJS file is executable.John Resig2011-01-181-0/+0
* Replace build system with a faster new one that uses Node and UglifyJS and ge...Colin Snover2011-01-178-6/+3032
* Handle the case where JSLint complains about arguments in try/catch already b...John Resig2010-10-171-2/+2
* Updating the copy of Google Closure Compiler.John Resig2010-10-142-0/+0
* Increase max number of JSLint errors. This is necessary because we have sever...Brandon Aaron2010-09-011-1/+1
* Added in integrated JSLint checking against the jQuery source. Just run 'make...jeresig2010-03-013-0/+5536
* Switched from using YUI Compressor to Google Compiler. Minified and Gzipped f...jeresig2009-12-182-0/+0
* Removing the old speed perf directory (the current one is in the main 'speed'...John Resig2009-10-224-3867/+0
* Cleaned out the build directory - a lot of old files that weren't being used ...John Resig2009-10-2218-3295/+0
* core: ant build - add Date and Revision to to header (just like make build)Jörn Zaefferer2009-01-181-0/+0
* core: replaced version.js build script in ant build; wasn't used in make anym...Jörn Zaefferer2009-01-181-4/+0
* core: Ant target to generate openAjaxMetadata; uses http://www.exfer.net/jque...Jörn Zaefferer2009-01-141-0/+99
* Updated the benchmarking utility to use the Yahoo homepage and a bunch of new...John Resig2009-01-122-457/+41
* Tweaked the benchmark tests.John Resig2009-01-121-1/+1
* Removed all uses of @ in the benchmarker and added a couple :not() tests.John Resig2009-01-061-7/+5
* Cleaned up the benchmarking utility (using a newer version of jQuery and fixi...John Resig2009-01-063-4142/+1705
* Moved from the old JSMin to using YUIMin for compressing the jQuery source. A...John Resig2009-01-041-0/+0
* core: cleanup of build - build.js isn't used anywhereJörn Zaefferer2008-12-181-5/+0
* global replace for @VERSION, fixed #2101Jörn Zaefferer2008-01-201-1/+1
* Fixed minor issue with pack build script. (Bug #2101)John Resig2008-01-141-1/+1
* added version to all builds; changed current version to 1.2.2-pre - to be upd...Jörn Zaefferer2007-12-1912-625/+4
* Fixed the build/speed testing application to work with current versions of jQ...David Serduke2007-12-055-2255/+5998
* Updated test.js for the runtest build target to reflect the path changes for ...Paul Mclanahan2007-09-121-5/+5
* Reorganzing the jQuery source (first phase).John Resig2007-09-0818-737/+0
* Integration of Mike Alsup's excellent form serialization code. The benefits a...John Resig2007-09-051-0/+33
* Added support for:John Resig2007-09-032-2/+12
* Added support for a new :header psuedo-selector (only selects H1-H6 elements).John Resig2007-08-311-1/+1
* Make it so that you can filter tests by keyword.John Resig2007-08-311-1/+1
* Added a test case for "purple include", fixed a bug.John Resig2007-08-251-0/+3
* Complete overhaul of the Ajax test suite, it's now passing in all browsers. I...John Resig2007-08-198-25/+40
* Fixed non-unique results from .parent(), .parents(), .next(), etc. (Bug #1449)John Resig2007-08-191-1/+1
* reverted my "fixes", seems like they work only with the latest (dev) rhino ve...Jörn Zaefferer2007-08-141-7/+4
* The test for underscore selectors broke under Opera, so the element is now lo...John Resig2007-07-301-0/+1
* Integrated the custom fx test suite into the main test suite. All tests are n...John Resig2007-07-294-353/+125
* Added runtest ant task (doesn't display results yet);Jörn Zaefferer2007-07-171-4/+7
* Added better support for local file XHR, added document.innerHTML, change .va...John Resig2007-07-101-41/+68
* Added support for events, made window.location Async (and based upon XHR), ad...John Resig2007-07-092-30/+115
* Got some XHR tests to run, still some hanging threads (need to investigate). ...John Resig2007-07-095-16/+43
* Touched up the XMLHttpRequest code (fixed some bugs, fixed formatting, etc.).John Resig2007-07-091-65/+86
* Adds XHR support to Rhino evnYehuda Katz2007-07-091-6/+77
* Tweaked some of the tests, added in events and fx tests.John Resig2007-07-092-2/+28
* Added a className tweak. All core and selector tests now pass.John Resig2007-07-091-1/+4
* Added a number of fixes: Tag name case-sensitivity, text escaping, opacity se...John Resig2007-07-081-6/+14
* Added basic support for IFrames, disabled a test which we don't take into acc...John Resig2007-07-081-2/+25