]> source.dussan.org Git - jquery.git/shortlog
jquery.git
2011-04-10 jeresigMerge branch 'bug_7369' of https://github.com/timmywil...
2011-04-10 jeresigMerge branch 'map-object.1.6' of https://github.com...
2011-04-10 jeresigMerge branch '2773_find_closest' of https://github...
2011-04-10 jeresigFix formatting.
2011-04-10 jeresigMerge branch 'bug_2773' of https://github.com/timmywil...
2011-04-10 jeresigBringing in the latest Sizzle code.
2011-04-10 jeresigMerge branch 'eventprops.1.6final' of https://github...
2011-04-10 jeresigMerge branch 'attrhooks.1.6'
2011-04-10 jeresigMerge branch 'attrhooks.1.6v2' of https://github.com...
2011-04-10 jeresigPulling in latest Sizzle.
2011-04-10 Dave MethvinMerge branch 'git_for_dummies' of https://github.com...
2011-04-10 Alexis AbrilFixes #7328. When getting data- attributes, after-cap...
2011-04-10 Rick WaldronFixes #8814. Clean up inArray.
2011-04-09 timmywil #8150 - When removing the width and height attributes...
2011-04-09 timmywilIE8 testing for lowercasing the css properties on retri...
2011-04-08 Carl FürstenbergGit for dummies 310/head
2011-04-08 jaubourgAdds a default falsy value for focusinBubbles + minor...
2011-04-08 jaubourgApplies exception in Style Guidelines regarding objects...
2011-04-08 jaubourgRenames chain as pipe.
2011-04-08 Dave MethvinFixes #8722. Remove try/catch used by #3533 to fix...
2011-04-07 Dave MethvinMerge branch 'master' of github.com:jquery/jquery
2011-04-07 Dave MethvinCreate jQuery.holdReady(true/false) method to encapsula...
2011-04-07 jaubourgMerge branch 'master' of github.com:jquery/jquery
2011-04-07 jaubourgRewrite of the support module. We use a temporary body...
2011-04-07 jaubourgRewrite of globalEval. Uses window.execScript or window...
2011-04-07 jaubourgAdds fn.promise as a mean to observe the completion...
2011-04-07 jaubourgAdds always and chain methods to deferreds.
2011-04-07 jaubourgMakes sure each animation tick has the same timestamp...
2011-04-07 Dave MethvinFix #8732. Change feature detect for focusin event...
2011-04-07 Dave MethvinFixes #8712. Bubble custom events to the window when...
2011-04-06 Dave MethvinFix some spacing and comment issues that crept in with...
2011-04-06 Dave MethvinSadly, we still have to bubble the event so inline...
2011-04-06 Dave MethvinOnly bubble a triggered event if we have attached a...
2011-04-06 Dave MethvinSwitch from recursion to iteration for event triggering...
2011-04-06 carpieSkip id regex check when large html strings are passed...
2011-04-06 Dave MethvinMerge branch 'cssrelative.1.6' of https://github.com...
2011-04-06 Dave MethvinMerge branch 'domready' of https://github.com/cowboy...
2011-04-06 Dave MethvinMerge branch '4321' of https://github.com/rwldrn/jquery...
2011-04-06 Dave MethvinShorten up the code and do event cleanup on test cases.
2011-04-06 Dave MethvinMerge branch 'ticket_7883' of https://github.com/rwldrn...
2011-04-05 rwldrnRemove this.type assignment 301/head
2011-04-05 rwldrnMove this.type setting to after prop set; avoid setting...
2011-04-05 rwldrnTicket #8753 Allow special properties to explicitly...
2011-04-05 Dan HeberdenAdd missing var declaration for 299/head
2011-04-05 Dan HeberdenRemove extra else in parseJSON 300/head
2011-04-05 Dan HeberdenBug 7587; Enhancement/1.6 Feature: Bypass regexp filter...
2011-04-05 Dan HeberdenImprove speed of $.map with object support (-5% previou...
2011-04-04 Dan HeberdenImprove relative string performance in .css and some... 297/head
2011-04-04 Dan HeberdenBug 7345; Add support for explicit/relative string...
2011-04-04 jaubourgFixes #8744. Makes sure script transport abort method...
2011-04-03 timmywilNormalize css property names to lowercase for compariso...
2011-04-03 timmywilFound a problem removing the style attribute in IE
2011-04-03 timmywilMove the if statement in jQuery.fn.removeAttr to jQuery...
2011-04-03 timmywilMinor adjustments and cleanup, including normalizing...
2011-04-03 timmywil#5413 - Much shorter solution for getting width/height...
2011-04-03 timmywil- Added a hook to swap display none for width and heigh...
2011-04-03 timmywilMove the check for the name attribute out of attr and...
2011-04-03 timmywilAdd style attribute support tests to $.attr
2011-04-03 timmywilShorten the logic for hooks, ternary was unnecessary
2011-04-03 timmywilAdd name to prop hooks as well
2011-04-03 timmywilAdd attribute name to paramaters for hooks
2011-04-03 timmywilStyle formatting
2011-04-03 timmywilNo longer need to check for objects or string of null...
2011-04-03 timmywilClean up
2011-04-03 timmywilShorten even further
2011-04-03 timmywilModularize special form code for IE6/7 and clean up...
2011-04-03 timmywilFix issue where non-existant attributes on forms in...
2011-04-03 timmywilAdd test for bug #3116
2011-04-03 timmywilAdd test for bug#3685, remove added html and add dynami...
2011-04-03 timmywilFix #6562, tighten up the special code for form objects...
2011-04-03 timmywilFix #7472 and added test for #3113
2011-04-03 timmywilNon-existent attribute for jQuery.attr no longer needs...
2011-04-03 timmywilPerformance enhancement switching nodeType to a var
2011-04-03 timmywilPass jslint, 2 missing semicolons
2011-04-03 timmywilTest description
2011-04-03 timmywilRestored 6 tests that I had commented to come back...
2011-04-03 timmywilStyle edits according to comments from John and rwaldron.
2011-04-03 timmywilDon't use extend when setting the action attrHook for...
2011-04-03 timmywilNo, don't return this.
2011-04-03 timmywilSimplify jQuery.removeAttr and return this
2011-04-03 timmywilFull test suite now passes in all browsers! There are...
2011-04-03 timmywilContinuing IE7 testing, conditional attr fixes and...
2011-04-03 timmywilFix feature test, accidentally got rid of closure end
2011-04-03 timmywilDidn't actually need the hooks anymore
2011-04-03 timmywilFirst proposed solution for IE6/7 get/setAttribute...
2011-04-03 timmywilSpeed up hasAttr a little
2011-04-03 timmywilNow passes in IE8, changed around $.hasAttr and switche...
2011-04-03 timmywilMake the new attr/prop changes pass the test suite...
2011-04-03 jeresigVery crude first pass at splitting apart the attr/prop...
2011-03-31 John ResigUpdating the source version to 1.6pre.
2011-03-31 John ResigTagging the 1.5.2 release.
2011-03-31 Ben AlmanUpdated DOM ready unit tests. 293/head
2011-03-31 Ben AlmanDOM Ready unit tests (but not the supporting fixed...
2011-03-31 Dave MethvinMerge branch 'bug_8316' of https://github.com/timmywil...
2011-03-31 Dave MethvinFollowup commit for #7340 test case; make sure second...
2011-03-31 timmywilFix test cases for bug #8316 fix. 292/head
2011-03-31 timmywilFixes #7369 - Using an attribute selector for a non... 291/head
2011-03-31 timmywilRemove test for bug #7369 to move the fix to a separate... 283/head
2011-03-31 Dave MethvinRemove crossDomain:null comment, it's not needed since...
2011-03-31 timmywilMerge branch 'master' of git://github.com/jquery/jquery...
next