| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Renamed "complete" to "done" in order to avoid conflicts with jXHR.complete. | jaubourg | 2011-01-06 | 2 | -10/+10 |
* | | | Fixed mixing of tabs & spaces to make JSLint happier. | jaubourg | 2011-01-06 | 1 | -4/+4 |
* | | | Renamed src/transports to src/ajax (in case we need prefilters in the future ... | jaubourg | 2011-01-06 | 3 | -0/+0 |
* | | | Cleaning up trailing whitespace again. | Colin Snover | 2011-01-05 | 5 | -226/+226 |
* | | | Revert "Register as a CommonJS async module if in that kind of environment. F... | wycats | 2011-01-05 | 1 | -5/+0 |
| |/
|/| |
|
* | | "then" renamed "complete" and new "then" method defined using "complete" and ... | jaubourg | 2011-01-05 | 2 | -22/+26 |
* | | When serializing text, encode all line breaks as CRLF pairs per the applicati... | Dave Methvin | 2010-12-31 | 1 | -2/+2 |
* | | Simplified the way a Promise is tested for (removed promiseMarker). Removed i... | jaubourg | 2010-12-31 | 1 | -29/+19 |
* | | Revised conversion logic to handle converter equal to true properly. | jaubourg | 2010-12-31 | 1 | -14/+19 |
* | | Introduced a new promise method on deferreds that returns an immutable object... | jaubourg | 2010-12-31 | 2 | -17/+20 |
* | | Renamed several ajaxSettings options. Removed cors test, fixed failing cors t... | jaubourg | 2010-12-31 | 3 | -14/+14 |
* | | Revised logic in data conversion to account for when dataFilter modifies the ... | jaubourg | 2010-12-31 | 1 | -2/+2 |
* | | Removed re-usability from jXHR object (no more open, send & onreadystatechang... | jaubourg | 2010-12-31 | 5 | -741/+579 |
* | | Removed dataCheckers, added true as possible value for dataConverters indicat... | jaubourg | 2010-12-31 | 2 | -61/+24 |
* | | Removed custom method in isDeferred and when. | unknown | 2010-12-31 | 1 | -9/+4 |
* | | Deferred cannot be cancelled by returning false in a callback. Exception in t... | unknown | 2010-12-31 | 1 | -41/+34 |
* | | Removed a console.log :/ | unknown | 2010-12-31 | 1 | -2/+0 |
* | | Capitalized Deferred & _Deferred to clearly mark them as new types, like Event. | unknown | 2010-12-31 | 2 | -8/+8 |
* | | Changed dataConverters key format. | unknown | 2010-12-31 | 4 | -29/+14 |
* | | jQuery.parseXML extracted from ajax & added to core, needs unit testing. | unknown | 2010-12-31 | 1 | -0/+22 |
* | | Removed NFE to make old Safari happy and avoid leaks in IE (as per David Murd... | jaubourg | 2010-12-31 | 1 | -2/+2 |
* | | Rewrote the data conversion logic in ajax. Should be cleaner and faster. | jaubourg | 2010-12-31 | 1 | -2/+2 |
* | | Renamed jQuery.xhr.bindTransport as jQuery.xhr.transport. Generalized the imp... | jaubourg | 2010-12-31 | 1 | -2/+2 |
* | | Fixed a loop that only worked in webkit. | jaubourg | 2010-12-31 | 1 | -2/+2 |
* | | Added deferred to core. Used internally for DOM readyness and ajax callbacks. | jaubourg | 2010-12-31 | 1 | -1/+1 |
* | | Removed NFE to make old Safari happy and avoid leaks in IE (as per David Murd... | jaubourg | 2010-12-31 | 1 | -2/+2 |
* | | Rewrote the data conversion logic in ajax. Should be cleaner and faster. | jaubourg | 2010-12-31 | 2 | -112/+70 |
* | | Renamed jQuery.xhr.bindTransport as jQuery.xhr.transport. Generalized the imp... | jaubourg | 2010-12-31 | 5 | -123/+109 |
* | | Fixed a loop that only worked in webkit. | jaubourg | 2010-12-31 | 1 | -6/+8 |
* | | Added deferred to core. Used internally for DOM readyness and ajax callbacks. | jaubourg | 2010-12-31 | 2 | -187/+208 |
* | | Remove patch for very early versions of Opera 9 that made it impossible to an... | Colin Snover | 2010-12-30 | 1 | -1/+1 |
* | | Clean trailing whitespace from all files. | Colin Snover | 2010-12-30 | 9 | -281/+281 |
* | | Merge branch 'fix7762' into jquery master. Fixes #7762. | Colin Snover | 2010-12-30 | 1 | -43/+26 |
|\ \ |
|
| * | | Clearing event handlers on unload is no longer necessary in any version of IE... | Colin Snover | 2010-12-26 | 1 | -17/+0 |
| * | | Fix whitespace in event.js | Colin Snover | 2010-12-26 | 1 | -26/+26 |
* | | | Update CommonJS module registration to check to see if define is a function i... | Colin Snover | 2010-12-29 | 1 | -1/+1 |
* | | | Fix for #7865. Scripts onload handler passes event as first parameter so stat... | jaubourg | 2010-12-30 | 1 | -7/+6 |
* | | | Don't cache non-html strings in buildFragment to avoid possible collision wit... | Dave Methvin | 2010-12-27 | 1 | -2/+2 |
* | | | When a native browser event is bubbling up the DOM, make sure that the correc... | Dave Methvin | 2010-12-27 | 1 | -0/+6 |
* | | | Register as a CommonJS async module if in that kind of environment. Fixes #7102. | jrburke | 2010-12-27 | 1 | -0/+5 |
* | | | Merge SlexAxton/jquery:master into jquery/jquery:master. | Colin Snover | 2010-12-26 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | Changed the expando string to use a random number instead of the time, so col... | Alex Sexton | 2010-12-26 | 1 | -2/+3 |
* | | | | Removed unnecessary upper/lowercase, it's all just lowercase now (since $.aja... | Ben Alman | 2010-12-26 | 1 | -2/+2 |
* | | | | WETness getting you down? Fear not, the $.get and $.post methods are now 866%... | Ben Alman | 2010-12-26 | 1 | -22/+7 |
| |/ /
|/| | |
|
* | | | Fix reliableHiddenOffsets test was not working properly when table cells have... | Colin Snover | 2010-12-26 | 1 | -1/+1 |
| |/
|/| |
|
* | | Fix fix for #6481 introduced at 7862c45ad2f32096383a21b8b301155787724476 whic... | Colin Snover | 2010-12-22 | 1 | -1/+3 |
* | | Don't use for-in loops on Arrays. Fixes #7817. Thanks to dmethvin. | Colin Snover | 2010-12-22 | 2 | -3/+3 |
|\ \ |
|
| * | | Use for loop instead of for/in loop to protect sanctity of Array.prototype. F... | Dave Methvin | 2010-12-21 | 1 | -1/+1 |
| * | | Use a for loop rather than for/in loop when copying events, so that code will... | Dave Methvin | 2010-12-20 | 1 | -5/+5 |
* | | | Code style fix | Colin Snover | 2010-12-22 | 1 | -1/+1 |