Merge branch 'master' of git://github.com/jquery/jquery into fixedbuild
[jquery.git] / src /
2011-03-28 rwldrnBug #8635 Firefox uncaught exception
2011-03-25 jeresigMerge branch 'bug-3333' of https://github.com/rdworth...
2011-03-25 jeresigLand new sizzle commit.
2011-03-24 Richard WorthFurther fix for #3333, refactored marginRight css hook...
2011-03-24 jeresigUpdating Sizzle submodule to bring in the latest commit.
2011-03-24 jeresigFix missing semicolon.
2011-03-24 Michael MurrayOffset setter for fixed position elements in Webkit...
2011-03-24 jeresigMerge branch 'bug-3333' of https://github.com/rdworth...
2011-03-24 Richard WorthAdded css hook to work around bug in WebKit computed...
2011-03-21 jeresigMerge branch 'fix-8456-lost-mouseenter' of https:/...
2011-03-21 jeresigMerge branch 'fix-7340-focusin-focusout-bubble' of...
2011-03-15 John ResigMerge branch 'bug_6158' of https://github.com/jboesch...
2011-03-15 Carl FürstenbergIntroduce submodules, closes #8536
2011-03-15 jaubourgFixes #8509. Makes URL regexp less overzealous and...
2011-03-14 Jordan Boeschremoving parens
2011-03-10 Dave MethvinFixes #8456. Make sure parent is not null before crawli...
2011-03-06 jaubourgFixes #8423. Never set X-Requested-With header automagi...
2011-03-05 Jordan Boeschbug 6158; fixing replaceWith from throwing errors on...
2011-03-05 Jordan Boeschbug 6158; fixing replaceWith from throwing errors on...
2011-03-05 Dave MethvinFixes #7340. Use a single capturing handler to simulate...
2011-03-03 jaubourgMoves Deferred-related code into a separate module...
2011-03-03 jaubourgFix for #8421. Makes sure resolveWith can be called...
2011-02-24 gnarfA quick change to detect AIR urls
2011-02-24 jaubourgRemoves unnecessary parenthesis from regular expression.
2011-02-23 jaubourgRevert "Fixes #8353. Adds a catch block in resolveWith...
2011-02-23 jeresigMake a new jQuery.support.noCloneChecked - splitting...
2011-02-23 jaubourgRefactors jQuery.when to avoid unnecessary recursion...
2011-02-23 jaubourgFixes #8353. Adds a catch block in resolveWith so that...
2011-02-21 jaubourgMakes the promise method of Deferreds a bit more readab...
2011-02-18 Dan HeberdenBug #6911 - Prevent action on disabled elements, both...
2011-02-18 jaubourgRevert "Adds an invert method to promises that returns...
2011-02-18 Alex SextonA temporary workaround for #8018 that avoids any chance...
2011-02-17 louisremiFixes #7912. Make sure .cur() only returns 0 as fallbac...
2011-02-17 Dave MethvinOnly perpetrate the .toJSON hack on data caches when...
2011-02-17 jaubourgFixes #8297. Makes sure response headers with empty...
2011-02-15 Anton MRevert "Merge branch '8099' of https://github.com/rwldr...
2011-02-15 Anton MFix some whitespace issues.
2011-02-15 Dave MethvinFixes #7922. Copy the donor event when simulating a...
2011-02-15 jaubourgFixes #8277. Sets data to undefined rather than null...
2011-02-14 Colin SnoverUpdate jQuery.data to use jQuery.noop for toJSON hack...
2011-02-14 Colin SnoverHide metadata when serializing JS objects using JSON...
2011-02-14 Anton MAdd missing semicolon.
2011-02-14 jeresigMerge branch '8099' of https://github.com/rwldrn/jquery...
2011-02-14 jeresigMerge branch 'fix8033' of https://github.com/SlexAxton...
2011-02-13 Anton MFix breaking test in Chrome.
2011-02-13 Anton MDon't add "px" to unit-less properties when animating...
2011-02-12 David MurdochRemove unnecessary "script.type = text/javascript;...
2011-02-12 David MurdochUnexpose $.support._scriptEval as it's not needed....
2011-02-12 jaubourgEnhances ajaxSetup so that it can take an optional...
2011-02-12 jaubourgPulls out the callback function in setRequestHeader...
2011-02-11 jaubourgMinor changes to enforce JQuery Core Style Guidelines.
2011-02-11 jaubourgAdds missing crossDomain test.
2011-02-11 jaubourgFixes #8245. Ajax now ensures header names are capitali...
2011-02-11 jaubourgSimplifies status normalization in xhr transport. Local...
2011-02-10 rwldrnMake sure .val() works after form.reset() in IE. Fixes...
2011-02-10 Anton MMake sure .clone(true) correctly clones namespaced...
2011-02-10 Anton MFix some whitespace issues. Improve and correct an...
2011-02-09 jaubourgReplaces jQuery.each loop for headers with a foreach...
2011-02-09 jaubourgFixes #8219. Introduces the mimeType option to override...
2011-02-09 jaubourgMakes sure statusText always defaults to "error".
2011-02-08 Colin SnoverRevert portions of 7acb141ed7f2dedd950bb65acf878098640d... master
2011-02-08 Anton MMake sure that mousing over Chrome "internal div" doesn...
2011-02-08 Anton MRevert "Make sure that mousing over Chrome "internal...
2011-02-08 Anton MMake sure that mousing over Chrome "internal div" eleme...
2011-02-07 Colin SnoverUpdate jQuery.support.noCloneEvent test to function...
2011-02-07 Colin SnoverMerge branch 'master' of github.com:jquery/jquery into...
2011-02-07 Colin SnoverUpdate $.data to use a function instead of an object...
2011-02-07 jaubourgAdds jQuery collection to objects that will be used...
2011-02-07 jaubourgFixes a bug that prevented headers from being set in...
2011-02-07 jaubourgMakes sure xhrs are actually aborted on unload in IE...
2011-02-05 jaubourgFixes #8177. XHR transport now considers 304 Not Modifi...
2011-02-04 jaubourgReformats logic for early abort in beforeSend to limit...
2011-02-04 jaubourgFixes abort in prefilter. No global event will be fired...
2011-02-04 jaubourgDisables dataType redirection while selecting transport.
2011-02-03 jaubourgAdds widget as the list of local protocols.
2011-02-03 jaubourgDon't use a local copy of jQuery.ajaxSettings.isLocal...
2011-02-03 jaubourgAdds support for more complex protocol by having the...
2011-02-03 jaubourgStores jQuery.ajaxSettings.isLocal locally at load...
2011-02-03 jaubourgFixes #7653. Changes regexp to detect local protocol...
2011-02-03 jaubourgFixes #8146. Custom fields in xhrFields are now set...
2011-02-03 jaubourgFixes #8152 by applying the same special cases for...
2011-02-02 jaubourgFixes #8146 by introducing the xhrFields option with...
2011-02-02 jaubourgFixes #8138. Access to document.location is made only...
2011-02-02 jaubourgFixes #8135. Makes sure any exception thrown by Firefox...
2011-02-01 Mathias BynensFixes #8098. Use the fast document.head when available...
2011-02-01 Anton KovalyovFixes #7945. Make jQuery.param() serialize plain object...
2011-02-01 rwldrnFixes #8129. Fix cloning multiple selected options...
2011-02-01 jaubourgFixes #8125. Status is set to 200 for requests with...
2011-02-01 jaubourgFixes #8115. Renames all references to jXHR with jqXHR...
2011-02-01 jeresigThe default for .clone() is to not clone any events...
2011-02-01 Dan HeberdenBug 8107; Fix argument handling for $.ajax for multiple...
2011-01-31 rwldrnBug #8099 - Updates per review
2011-01-31 rwldrnBug #8099 - Always restore to correct display value...
2011-01-31 jaubourgFixes #8095. Properly handles the case where browser...
2011-01-31 jaubourgScript dataType now supports ecmascript mimetypes.
2011-01-31 jaubourgMakes sure jsonp callback is not left in the global...
2011-01-31 jaubourgMakes sure all converters keys are lowercased before...
2011-01-31 jaubourgMakes sure options.context is used as the context for...
2011-01-31 Anton MFixes #7568. Follow-up fix for #5862. Objects with...
2011-01-31 jaubourgAdds an invert method to promises that returns a "inver...
next