jquery.git
2011-01-21 jeresigRevert "Make sure that focusin/focusout bubbles in...
2011-01-21 jaubourgReplaces "text in-between" technique with a full-fledge...
2011-01-20 John ResigMerge branch 'fix-7853-add-context' of https://github...
2011-01-20 John ResigMerge branch 'master' of https://github.com/scottjehl...
2011-01-20 John ResigMerge branch 'make_fix' of https://github.com/danheberd...
2011-01-20 jaubourgMoves determineResponse logic into main ajax callback...
2011-01-20 jaubourgRemoves misleading comment.
2011-01-20 jeresigMerge branch 'master' of github.com:jquery/jquery
2011-01-20 jeresigBring jQuery('#id') and jQuery('body') logic back into...
2011-01-20 jaubourgMerge branch 'master' of github.com:jquery/jquery
2011-01-20 jaubourgRenames Deferred's fire and fireReject methods as resol...
2011-01-20 jeresigFix typo in regex tweak from previous commit.
2011-01-20 jaubourgRenames determineDataType as determineResponse. Makes...
2011-01-20 jeresigMove jQuery(...) selector speed-up logic into Sizzle...
2011-01-20 jaubourgRevises the way arguments are handled in ajax.
2011-01-20 jaubourgMakes sure statusCode callbacks are ordered in the...
2011-01-20 jaubourgCleans up and simplifies code shared by ajaxPrefilter...
2011-01-20 Dave MethvinRework unit tests to check actual result elements.
2011-01-19 jaubourgMoves active counter test after all other ajax tests...
2011-01-19 scottjehlRevised the Nokia support fallback. It turns out that...
2011-01-19 jaubourgMoves things around to make jsLint happier.
2011-01-19 jaubourgFixes crossDomain test so that it assumes port to be...
2011-01-19 scottjehlMerge remote branch 'upstream/master'
2011-01-19 jaubourgMoves determineDataType into ajaxSettings so that it...
2011-01-19 jaubourgRe-adds hastily removed variable and simplifies statusC...
2011-01-19 jaubourgUse undefined instead of 0 to deference transport for...
2011-01-19 jaubourgRemoves unnecessary test and ensures getResponseHeader...
2011-01-19 jaubourgRevised how context is determined and removed unnecessa...
2011-01-19 jaubourgMoved ajaxSettings.xhr definition together with support...
2011-01-19 Dan HeberdenRevert uglify.js to original and handle build changes...
2011-01-18 Anton MRemove an unused regex and optimize character escape...
2011-01-18 John ResigMerge branch 'master' of https://github.com/mathiasbyne...
2011-01-18 John ResigMerge branch 'chrome-slice-comment' of https://github...
2011-01-18 John ResigWeird, not sure why I got an exec error before - doesn...
2011-01-18 Mathias BynensAdd missing line break after copyright header and trail...
2011-01-18 John ResigMake sure that the UglifyJS file is executable.
2011-01-18 John ResigAdd another tweak for handling CSP - we need to make...
2011-01-18 John ResigMerge branch 'master' of https://github.com/russtacular...
2011-01-18 Colin SnoverClarify cygwin instructions slightly and swap the order...
2011-01-18 Colin SnoverUpdate Makefile to use either nodejs or node, whichever...
2011-01-18 rwldrnUpdate unit test for #7608 which was leaking timers.
2011-01-18 Colin SnoverReplace build system with a faster new one that uses...
2011-01-17 jeresigDisabled a broken test for now, until WebKit browsers...
2011-01-17 jeresigAccidentally removed the module teardown code.
2011-01-17 jeresigOpera was falling back to undefined, which it didn...
2011-01-17 jeresigMerge branch 'master' of github.com:jquery/jquery
2011-01-17 jeresigFixed a couple issues with escaping of attribute values...
2011-01-17 adam j. sontagFix tabs vs spaces in initial workaround commit
2011-01-17 adam j. sontagshorten the SHA
2011-01-17 adam j. sontagAdd link to chrome issue ticket
2011-01-17 Colin SnoverMerge branch 'master' of github.com:jquery/jquery into...
2011-01-17 Colin SnoverMerge in data_nocollide branch. Fixes #6968, improves...
2011-01-17 Brandon SterneDefer scriptEval test until first use to prevent Conten...
2011-01-17 Colin SnoverIntroduce a temporary hack to allow jQuery.fn.data...
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-17 jaubourgAdded unit tests to check and demonstrate new jQuery...
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 jaubourgFixed the ajax test regarding the jsonp option set...
2011-01-16 jaubourgRevised jsonp unit tests and added a test for when...
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-15 Dave MethvinUpdate test case to feature-detect Opera's lack of...
2011-01-14 jeresigUpdating the source version to 1.5pre.
2011-01-14 jeresigTagging the 1.5b1 release.
2011-01-14 jeresigRevert "Revert fb4445070cd9e06929c7b6f27c10dbf42d4a3367...
2011-01-14 wycatsSo embarrassing :(
2011-01-14 jeresigMerge branch 'master' of https://github.com/scottgonzal...
2011-01-14 wycatsFix a strange Chrome issue
2011-01-14 wycatsFix a failing subclass test due to a change in master
2011-01-14 wycatsOverwrite CRLF with LF
2011-01-14 Jared Grippeadded jQuery.subclass
2011-01-14 Scott GonzálezAvoid running jQuery.unique() for methods that are...
2011-01-13 scottjehlset name to lowercase, since it's passed as initial...
2011-01-13 scottjehlMerge branch 'master' of https://github.com/jquery...
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 jaubourgYet another missing semicolon!
2011-01-11 jaubourgFixes #6230. Added a unit test to control that, since...
2011-01-11 jaubourgFixes 4825. jQuery.fn.load: use the jXHR's Promise...
2011-01-10 rwldrnwhitespace fixes in unit tests
2011-01-10 Colin SnoverMerge branch 'master' of github.com:jquery/jquery into...
2011-01-10 Colin SnoverEnsure that buildFragment clones elements properly...
2011-01-09 jaubourgFixes a race condition in JSONP Local test.
2011-01-09 Colin SnoverRevert fb4445070cd9e06929c7b6f27c10dbf42d4a3367 which...
2011-01-09 Dave MethvinEnsure that the DOM element ref in an event handler...
next