shorten the SHA
[jquery.git] / src /
2011-01-17 adam j. sontagshorten the SHA
2011-01-17 adam j. sontagAdd link to chrome issue ticket
2011-01-17 adam j. sontagAdd a comment to explain (and enforce the temporary...
2011-01-17 jeresigMerge branch '7608' of https://github.com/rwldrn/jquery...
2011-01-17 jeresigMerging pull request 183 for #7793.
2011-01-16 jaubourgPut the split to get the list of promise methods out...
2011-01-16 jaubourgImplements joined jQuery.when statements. Makes it...
2011-01-16 jaubourgSetting the jsonp option to false now inhibits any...
2011-01-16 jaubourgThe script prefilter now forces cross-domain requests...
2011-01-16 jaubourgMakes it so a prefilter can change the type of a request.
2011-01-16 jaubourgRemoved internal dataTypes option and added headers...
2011-01-16 jaubourgFixes #2994. Not finding a transport now fires the...
2011-01-14 jeresigRevert "Revert fb4445070cd9e06929c7b6f27c10dbf42d4a3367...
2011-01-14 jeresigMerge branch 'master' of https://github.com/scottgonzal...
2011-01-14 wycatsFix a strange Chrome issue
2011-01-14 Jared Grippeadded jQuery.subclass
2011-01-14 Scott GonzálezAvoid running jQuery.unique() for methods that are...
2011-01-13 jaubourgMoved jQuery.ajax.prefilter and jQuery.ajax.transport...
2011-01-13 jaubourgFixes #4964. Adds a statusCode object together with...
2011-01-13 jaubourgRemoved xhr pooling since failing cross-domain requests...
2011-01-13 jaubourgReworked script and xhr abort logic to take advantage...
2011-01-13 jaubourgCleans up statusText handling and simplifies 304 notmod...
2011-01-13 jaubourgRemoves unnecessary variables and adds much needed...
2011-01-12 jaubourgFixes a regression by calling dataFilter with the secon...
2011-01-12 jaubourgGets rid of a var statement by moving variable declarat...
2011-01-12 jaubourgScript transport now uses ajaxSetup to define script...
2011-01-12 jaubourgAjaxSetup now uses deep extend internally to accomodate...
2011-01-12 jaubourgFixes #4897. Added ?? as a context-insensitive placehol...
2011-01-11 jaubourgFixes 4825. jQuery.fn.load: use the jXHR's Promise...
2011-01-10 Colin SnoverEnsure that buildFragment clones elements properly...
2011-01-09 Colin SnoverRevert fb4445070cd9e06929c7b6f27c10dbf42d4a3367 which...
2011-01-09 Dave MethvinEnsure that the DOM element ref in an event handler...
2011-01-09 Dave MethvinChange embedded regexp to a variable (for #6876).
2011-01-09 jaubourgMoved unload abort code so that the event is only bound...
2011-01-09 jaubourgFixes #5812. =? will be detected even when it has been...
2011-01-09 jaubourgFixes #5803. Reworked jsonp prefilter so that it sets...
2011-01-09 jaubourgMake it so prefilters get access to the original settings.
2011-01-09 jaubourgFixes #5955. Option crossDomain now forces ajax to...
2011-01-09 jaubourgMake sure prefilters have been called and transport...
2011-01-09 jaubourgFixes #7465. Reworked the regexp and associated test...
2011-01-09 jaubourgFixes #7868. ResponseText is now properly propagated...
2011-01-09 jaubourgFixes #7881. Setting contentType to false will prevent...
2011-01-09 jaubourgAdded a simple cache for xhr objects in the xhr transport.
2011-01-06 jaubourgRenamed "complete" to "done" in order to avoid conflict...
2011-01-06 jaubourgFixed mixing of tabs & spaces to make JSLint happier.
2011-01-06 jaubourgRenamed src/transports to src/ajax (in case we need...
2011-01-05 Colin SnoverCleaning up trailing whitespace again.
2011-01-05 wycatsRevert "Register as a CommonJS async module if in that...
2011-01-05 rwldrnBug #7608 elem.runtimeStyle throws exception in Opera
2011-01-05 jaubourg"then" renamed "complete" and new "then" method defined...
2010-12-31 Dave MethvinWhen serializing text, encode all line breaks as CRLF...
2010-12-31 jaubourgSimplified the way a Promise is tested for (removed...
2010-12-31 jaubourgRevised conversion logic to handle converter equal...
2010-12-31 jaubourgIntroduced a new promise method on deferreds that retur...
2010-12-31 jaubourgRenamed several ajaxSettings options. Removed cors...
2010-12-31 jaubourgRevised logic in data conversion to account for when...
2010-12-31 jaubourgRemoved re-usability from jXHR object (no more open...
2010-12-31 jaubourgRemoved dataCheckers, added true as possible value...
2010-12-31 unknownRemoved custom method in isDeferred and when.
2010-12-31 unknownDeferred cannot be cancelled by returning false in...
2010-12-31 unknownRemoved a console.log :/
2010-12-31 unknownCapitalized Deferred & _Deferred to clearly mark them...
2010-12-31 unknownChanged dataConverters key format.
2010-12-31 unknownjQuery.parseXML extracted from ajax & added to core...
2010-12-31 jaubourgRemoved NFE to make old Safari happy and avoid leaks...
2010-12-31 jaubourgRewrote the data conversion logic in ajax. Should be...
2010-12-31 jaubourgRenamed jQuery.xhr.bindTransport as jQuery.xhr.transpor...
2010-12-31 jaubourgFixed a loop that only worked in webkit.
2010-12-31 jaubourgAdded deferred to core. Used internally for DOM readyne...
2010-12-31 jaubourgRemoved NFE to make old Safari happy and avoid leaks...
2010-12-31 jaubourgRewrote the data conversion logic in ajax. Should be...
2010-12-31 jaubourgRenamed jQuery.xhr.bindTransport as jQuery.xhr.transpor...
2010-12-31 jaubourgFixed a loop that only worked in webkit.
2010-12-31 jaubourgAdded deferred to core. Used internally for DOM readyne...
2010-12-30 jaubourgSimplified the way a Promise is tested for (removed...
2010-12-30 Colin SnoverRemove patch for very early versions of Opera 9 that...
2010-12-30 Colin SnoverClean trailing whitespace from all files.
2010-12-30 Colin SnoverMerge branch 'fix7762' into jquery Fixes #7762.
2010-12-30 Colin SnoverUpdate CommonJS module registration to check to see...
2010-12-30 jaubourgMerge branch 'master' of github.com:jquery/jquery into...
2010-12-30 jaubourgFix for #7865. Scripts onload handler passes event...
2010-12-29 jaubourgRevised conversion logic to handle converter equal...
2010-12-28 jaubourgIntroduced a new promise method on deferreds that retur...
2010-12-28 jaubourgRenamed several ajaxSettings options. Removed cors...
2010-12-28 jaubourgMerge branch 'master' of github.com:jquery/jquery into...
2010-12-27 Dave MethvinDon't cache non-html strings in buildFragment to avoid...
2010-12-27 Dave MethvinWhen a native browser event is bubbling up the DOM...
2010-12-27 jrburkeRegister as a CommonJS async module if in that kind...
2010-12-27 Colin SnoverMerge SlexAxton/jquery:master into jquery/jquery:
2010-12-27 Alex SextonChanged the expando string to use a random number inste...
2010-12-26 Ben AlmanRemoved unnecessary upper/lowercase, it's all just...
2010-12-26 Colin SnoverClearing event handlers on unload is no longer necessar...
2010-12-26 Colin SnoverFix whitespace in event.js
2010-12-26 Ben AlmanWETness getting you down? Fear not, the $.get and ...
2010-12-26 Colin SnoverFix reliableHiddenOffsets test was not working properly...
2010-12-25 jaubourgRevised logic in data conversion to account for when...
2010-12-25 jaubourgRemoved re-usability from jXHR object (no more open...
2010-12-25 jaubourgRemoved dataCheckers, added true as possible value...
2010-12-25 unknownRemoved custom method in isDeferred and when.
2010-12-25 unknownDeferred cannot be cancelled by returning false in...
next