Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updating UglifyJS. | John Resig | 2011-04-17 | 2 | -437/+571 |
| | |||||
* | Remove sed from post-build code, due to portability issues between GNU and ↵ | awgy | 2011-02-12 | 1 | -0/+7 |
| | | | | | | | BSD versions. Follow up to ba43d37394b6018779d9a668c548e11579cd424a which apparently didn't fix the problem completly on Mac OS X. | ||||
* | Revert uglify.js to original and handle build changes in make file | Dan Heberden | 2011-01-19 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of https://github.com/mathiasbynens/jquery into ↵ | John Resig | 2011-01-18 | 1 | -2/+2 |
|\ | | | | | | | mathiasbynens-master | ||||
| * | Add missing line break after copyright header and trailing semicolon at the ↵ | Mathias Bynens | 2011-01-18 | 1 | -2/+2 |
| | | | | | | | | end of the minified version. | ||||
* | | Weird, not sure why I got an exec error before - doesn't seem to be needed. | John Resig | 2011-01-18 | 1 | -0/+0 |
|/ | |||||
* | Make sure that the UglifyJS file is executable. | John Resig | 2011-01-18 | 1 | -0/+0 |
| | |||||
* | Replace build system with a faster new one that uses Node and UglifyJS and ↵ | Colin Snover | 2011-01-17 | 8 | -6/+3032 |
| | | | | generates smaller minified files. Also removes builds through rake/ant since having 3 different build systems was too much to maintain (make was the only one consistently kept up-to-date). Fixes #7973. | ||||
* | Handle the case where JSLint complains about arguments in try/catch already ↵ | John Resig | 2010-10-17 | 1 | -2/+2 |
| | | | | being defined (we use the name 'e' consistently for catch(e) - will work to standardize on that now). | ||||
* | Updating the copy of Google Closure Compiler. | John Resig | 2010-10-14 | 2 | -0/+0 |
| | |||||
* | Increase max number of JSLint errors. This is necessary because we have ↵ | Brandon Aaron | 2010-09-01 | 1 | -1/+1 |
| | | | | several error messages that we choose to ignore. | ||||
* | Added in integrated JSLint checking against the jQuery source. Just run ↵ | jeresig | 2010-03-01 | 3 | -0/+5536 |
| | | | | 'make lint' to see the result. | ||||
* | Switched from using YUI Compressor to Google Compiler. Minified and Gzipped ↵ | jeresig | 2009-12-18 | 2 | -0/+0 |
| | | | | 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. | ||||
* | Removing the old speed perf directory (the current one is in the main ↵ | John Resig | 2009-10-22 | 4 | -3867/+0 |
| | | | | 'speed' directory). | ||||
* | Cleaned out the build directory - a lot of old files that weren't being used ↵ | John Resig | 2009-10-22 | 18 | -3295/+0 |
| | | | | anymore. | ||||
* | core: ant build - add Date and Revision to to header (just like make build) | Jörn Zaefferer | 2009-01-18 | 1 | -0/+0 |
| | |||||
* | core: replaced version.js build script in ant build; wasn't used in make ↵ | Jörn Zaefferer | 2009-01-18 | 1 | -4/+0 |
| | | | | anymore anyway | ||||
* | core: Ant target to generate openAjaxMetadata; uses ↵ | Jörn Zaefferer | 2009-01-14 | 1 | -0/+99 |
| | | | | http://www.exfer.net/jquery/createjQueryXMLDocs.py to get the data from the wiki, and transforms it using xslt (see build/style.xsl) | ||||
* | Updated the benchmarking utility to use the Yahoo homepage and a bunch of ↵ | John Resig | 2009-01-12 | 2 | -457/+41 |
| | | | | new selectors. | ||||
* | Tweaked the benchmark tests. | John Resig | 2009-01-12 | 1 | -1/+1 |
| | |||||
* | Removed all uses of @ in the benchmarker and added a couple :not() tests. | John Resig | 2009-01-06 | 1 | -7/+5 |
| | |||||
* | Cleaned up the benchmarking utility (using a newer version of jQuery and ↵ | John Resig | 2009-01-06 | 3 | -4142/+1705 |
| | | | | fixing the runner). | ||||
* | Moved from the old JSMin to using YUIMin for compressing the jQuery source. ↵ | John Resig | 2009-01-04 | 1 | -0/+0 |
| | | | | Additionally landed some improvements from #3770 which dramatically reduce the filesize. The final minifed + gzipped size of jQuery went from 19817 bytes to 18063 bytes. | ||||
* | core: cleanup of build - build.js isn't used anywhere | Jörn Zaefferer | 2008-12-18 | 1 | -5/+0 |
| | |||||
* | global replace for @VERSION, fixed #2101 | Jörn Zaefferer | 2008-01-20 | 1 | -1/+1 |
| | |||||
* | Fixed minor issue with pack build script. (Bug #2101) | John Resig | 2008-01-14 | 1 | -1/+1 |
| | |||||
* | added version to all builds; changed current version to 1.2.2-pre - to be ↵ | Jörn Zaefferer | 2007-12-19 | 12 | -625/+4 |
| | | | | 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) | ||||
* | Fixed the build/speed testing application to work with current versions of ↵ | David Serduke | 2007-12-05 | 5 | -2255/+5998 |
| | | | | | | | jQuery. The main changes were implementing :has() where necessary to replace functionality that no longer existed and to use noConflict() so the libraries wouldn't have to be modified for the speed testing. So now the file jquery-basis.js will be tested against the jquery.js in the /dist directory. Version 1.2.1 is currently in jquery-basis.js. | ||||
* | Updated test.js for the runtest build target to reflect the path changes for ↵ | Paul Mclanahan | 2007-09-12 | 1 | -5/+5 |
| | | | | the test scripts. | ||||
* | Reorganzing the jQuery source (first phase). | John Resig | 2007-09-08 | 18 | -737/+0 |
| | |||||
* | Integration of Mike Alsup's excellent form serialization code. The benefits ↵ | John Resig | 2007-09-05 | 1 | -0/+33 |
| | | | | | | | | | | | | | | | | | | are as follows: - New method: .serializeArray() This returns an array of name/value pairs representing the contents of a form, or individual input elements. - Enhancement: .serialize() The results are correct now (as opposed to the mess from before), and allows you to serializes forms directly (rather than just the input elements). - Enhancement: .val() This now returns the correct value when dealing wih selects. Additionally, when dealing with multiple selects, it returns an array of values. Based upon Mike's code: http://malsup.com/jquery/form/comp/form.js and test suite: http://malsup.com/jquery/form/comp/test.html | ||||
* | Added support for: | John Resig | 2007-09-03 | 2 | -2/+12 |
| | | | | | | | | | | | | | - Cross Domain getScript $.getScript("http://foo.com/script.js"); - JSONP $.ajax({ url: "script.js", type: "jsonp" }); $.getJSON("script.js?callback=?"); - Cross Domain JSONP/getJSON $.getJSON("http://foo.com/script.js?callback=?"); - No-cache Ajax Requests $.ajax({ url: "test.html", cache: false }); | ||||
* | Added support for a new :header psuedo-selector (only selects H1-H6 elements). | John Resig | 2007-08-31 | 1 | -1/+1 |
| | |||||
* | Make it so that you can filter tests by keyword. | John Resig | 2007-08-31 | 1 | -1/+1 |
| | |||||
* | Added a test case for "purple include", fixed a bug. | John Resig | 2007-08-25 | 1 | -0/+3 |
| | |||||
* | Complete overhaul of the Ajax test suite, it's now passing in all browsers. ↵ | John Resig | 2007-08-19 | 8 | -25/+40 |
| | | | | | | | | | | In order to achieve this I had to fix a numbe r of bugs in the suite itself, along with other random bugs that popped up. The following bugs were resolved along the wa y: #1236 (.extend() keeps processing when it hits nulls), #1028 (.extend() now works recursively), #1080 ($.get no longer overwrites the data parameter), #1210 (Creating script and link tags now work), and #1463 (jQuery.global has been re-too led to no longer leak memory and slow things down). | ||||
* | Fixed non-unique results from .parent(), .parents(), .next(), etc. (Bug #1449) | John Resig | 2007-08-19 | 1 | -1/+1 |
| | |||||
* | reverted my "fixes", seems like they work only with the latest (dev) rhino ↵ | Jörn Zaefferer | 2007-08-14 | 1 | -7/+4 |
| | | | | version, which isn't that helpful | ||||
* | The test for underscore selectors broke under Opera, so the element is now ↵ | John Resig | 2007-07-30 | 1 | -0/+1 |
| | | | | loaded via Ajax and tested. (bug #1084) | ||||
* | Integrated the custom fx test suite into the main test suite. All tests are ↵ | John Resig | 2007-07-29 | 4 | -353/+125 |
| | | | | now run automatically. Removed the old suite, as it was no longer needed. | ||||
* | Added runtest ant task (doesn't display results yet); | Jörn Zaefferer | 2007-07-17 | 1 | -4/+7 |
| | | | | added href-attribute to DOMElement, fixed XMLHttpRequest to actually allow sync requests, fixed new Thread(new Runnable({run...})) to use new Thread({run:...}) | ||||
* | Added better support for local file XHR, added document.innerHTML, change ↵ | John Resig | 2007-07-10 | 1 | -41/+68 |
| | | | | .valueOf() to be .outerHTML. | ||||
* | Added support for events, made window.location Async (and based upon XHR), ↵ | John Resig | 2007-07-09 | 2 | -30/+115 |
| | | | | added trigger for window.onload. | ||||
* | Got some XHR tests to run, still some hanging threads (need to investigate). ↵ | John Resig | 2007-07-09 | 5 | -16/+43 |
| | | | | Started moving some Ajax tests away from using PHP (more portable this way). Fixed a number of XHR env bugs. | ||||
* | Touched up the XMLHttpRequest code (fixed some bugs, fixed formatting, etc.). | John Resig | 2007-07-09 | 1 | -65/+86 |
| | |||||
* | Adds XHR support to Rhino evn | Yehuda Katz | 2007-07-09 | 1 | -6/+77 |
| | |||||
* | Tweaked some of the tests, added in events and fx tests. | John Resig | 2007-07-09 | 2 | -2/+28 |
| | |||||
* | Added a className tweak. All core and selector tests now pass. | John Resig | 2007-07-09 | 1 | -1/+4 |
| | |||||
* | Added a number of fixes: Tag name case-sensitivity, text escaping, opacity ↵ | John Resig | 2007-07-08 | 1 | -6/+14 |
| | | | | setting. Tweaked the test suite slightly. | ||||
* | Added basic support for IFrames, disabled a test which we don't take into ↵ | John Resig | 2007-07-08 | 1 | -2/+25 |
| | | | | account. |