| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Merge branch 'master' of https://github.com/scottjehl/jquery into scottjehl-m... | John Resig | 2011-01-20 | 1 | -2/+4 |
|\ \ \ |
|
| * | | | Revised the Nokia support fallback. It turns out that Nokia supports the docu... | scottjehl | 2011-01-19 | 1 | -2/+4 |
| * | | | Merge remote branch 'upstream/master' | scottjehl | 2011-01-19 | 43 | -1080/+4396 |
| |\ \ \ |
|
| * | | | | set name to lowercase, since it's passed as initial caps | scottjehl | 2011-01-13 | 1 | -1/+1 |
| * | | | | Merge branch 'master' of https://github.com/jquery/jquery | scottjehl | 2011-01-13 | 42 | -2069/+2307 |
| |\ \ \ \ |
|
| * | | | | | Getting window dimensions currently fails in Nokia browsers, causing JS error... | scottjehl | 2010-12-22 | 1 | -1/+1 |
* | | | | | | Merge branch 'make_fix' of https://github.com/danheberden/jquery into danhebe... | John Resig | 2011-01-20 | 2 | -3/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | Revert uglify.js to original and handle build changes in make file | Dan Heberden | 2011-01-19 | 2 | -3/+6 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Moves determineResponse logic into main ajax callback. Puts responseXXX field... | jaubourg | 2011-01-20 | 2 | -84/+79 |
* | | | | | | Removes misleading comment. | jaubourg | 2011-01-20 | 1 | -1/+0 |
* | | | | | | Merge branch 'master' of github.com:jquery/jquery | jeresig | 2011-01-20 | 5 | -52/+78 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'master' of github.com:jquery/jquery | jaubourg | 2011-01-20 | 1 | -62/+16 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | Renames Deferred's fire and fireReject methods as resolveWith and rejectWith ... | jaubourg | 2011-01-20 | 3 | -11/+11 |
| * | | | | | | | Renames determineDataType as determineResponse. Makes it more generic as a fi... | jaubourg | 2011-01-20 | 2 | -27/+27 |
| * | | | | | | | Revises the way arguments are handled in ajax. | jaubourg | 2011-01-20 | 1 | -7/+6 |
| * | | | | | | | Makes sure statusCode callbacks are ordered in the same way success and error... | jaubourg | 2011-01-20 | 2 | -7/+34 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Bring jQuery('#id') and jQuery('body') logic back into core (while leaving it... | jeresig | 2011-01-20 | 1 | -18/+57 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Fix typo in regex tweak from previous commit. | jeresig | 2011-01-20 | 1 | -1/+1 |
* | | | | | | Move jQuery(...) selector speed-up logic into Sizzle(...) qSA handling. Addit... | jeresig | 2011-01-20 | 1 | -62/+16 |
|/ / / / / |
|
* | | | | | Cleans up and simplifies code shared by ajaxPrefilter and ajaxTransport. Remo... | jaubourg | 2011-01-20 | 4 | -113/+138 |
* | | | | | Moves active counter test after all other ajax tests where it should be. | jaubourg | 2011-01-19 | 1 | -4/+4 |
* | | | | | Moves things around to make jsLint happier. | jaubourg | 2011-01-19 | 1 | -2/+2 |
* | | | | | Fixes crossDomain test so that it assumes port to be 80 for http and 443 for ... | jaubourg | 2011-01-19 | 1 | -2/+4 |
* | | | | | Moves determineDataType into ajaxSettings so that it is accessible to transpo... | jaubourg | 2011-01-19 | 2 | -51/+52 |
* | | | | | Re-adds hastily removed variable and simplifies statusCode based callbacks ha... | jaubourg | 2011-01-19 | 1 | -15/+16 |
* | | | | | Use undefined instead of 0 to deference transport for clarity. | jaubourg | 2011-01-19 | 1 | -1/+1 |
* | | | | | Removes unnecessary test and ensures getResponseHeader returns null if the he... | jaubourg | 2011-01-19 | 1 | -12/+7 |
* | | | | | Revised how context is determined and removed unnecessary "parameter as varia... | jaubourg | 2011-01-19 | 1 | -12/+10 |
* | | | | | Moved ajaxSettings.xhr definition together with support.ajax and support.cors... | jaubourg | 2011-01-19 | 2 | -161/+173 |
|/ / / / |
|
* | | | | Remove an unused regex and optimize character escape regex usage. | Anton M | 2011-01-19 | 1 | -7/+2 |
* | | | | Merge branch 'master' of https://github.com/mathiasbynens/jquery into mathias... | John Resig | 2011-01-18 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Add missing line break after copyright header and trailing semicolon at the e... | Mathias Bynens | 2011-01-18 | 1 | -2/+2 |
* | | | | | Merge branch 'chrome-slice-comment' of https://github.com/ajpiano/jquery into... | John Resig | 2011-01-18 | 1 | -1/+5 |
|\ \ \ \ \ |
|
| * | | | | | Fix tabs vs spaces in initial workaround commit | adam j. sontag | 2011-01-17 | 1 | -1/+1 |
| * | | | | | shorten the SHA | adam j. sontag | 2011-01-17 | 1 | -1/+1 |
| * | | | | | Add link to chrome issue ticket | adam j. sontag | 2011-01-17 | 1 | -0/+1 |
| * | | | | | Add a comment to explain (and enforce the temporary-ness of) an extra line of... | adam j. sontag | 2011-01-17 | 1 | -0/+3 |
* | | | | | | 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 |
* | | | | | Add another tweak for handling CSP - we need to make sure that we don't trigg... | John Resig | 2011-01-18 | 2 | -1/+40 |
* | | | | | Merge branch 'master' of https://github.com/russtacular/jquery into russtacul... | John Resig | 2011-01-18 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | jQuery.fn.offset no longer returns ClientRect object for disconnected elements | Russell Holbrook | 2010-11-22 | 1 | -1/+1 |
* | | | | | | Clarify cygwin instructions slightly and swap the order of arguments to which... | Colin Snover | 2011-01-17 | 2 | -3/+3 |
* | | | | | | Update Makefile to use either nodejs or node, whichever exists (Debian uses n... | Colin Snover | 2011-01-17 | 1 | -1/+1 |
* | | | | | | Update unit test for #7608 which was leaking timers. | rwldrn | 2011-01-17 | 1 | -11/+2 |
* | | | | | | Replace build system with a faster new one that uses Node and UglifyJS and ge... | Colin Snover | 2011-01-17 | 12 | -369/+3073 |
* | | | | | | Disabled a broken test for now, until WebKit browsers become more current. | jeresig | 2011-01-17 | 1 | -2/+5 |
* | | | | | | Accidentally removed the module teardown code. | jeresig | 2011-01-17 | 1 | -1/+1 |
* | | | | | | Opera was falling back to undefined, which it didn't appreciate. | jeresig | 2011-01-17 | 1 | -1/+1 |
* | | | | | | Merge branch 'master' of github.com:jquery/jquery | jeresig | 2011-01-17 | 21 | -229/+543 |
|\ \ \ \ \ \ |
|