]> source.dussan.org Git - jquery.git/shortlog
jquery.git
2012-05-21 Mike SherovFix #10877. Make outerWidth/Height a setter. Closes...
2012-05-18 Dave MethvinFollowup #11649, clean up events in unit test.
2012-05-18 Jason MoonFix #11649. Preserve oldIE submit flag when cloning...
2012-05-18 Corey FrangFix #7157. Animation callbacks shouldn't see an element...
2012-05-18 Trey HunnerFix indentation in /speed and /test dirs, closes gh...
2012-05-18 Trey HunnerFix #11777. Add EditorConfig support, closes gh-715.
2012-05-18 Dave MethvinUpdate to QUnit 1.6.0
2012-05-18 Mike SherovInline the boxModel test, and correct unit test. Closes...
2012-05-18 Jörn ZaeffererGrunt: Increase TestSwarm timeout to 30 minutes
2012-05-16 jaubourgWhen IE6 & IE7 serve from the cache in async mode,...
2012-05-16 Dave MethvinMerge branch 'master' of github.com:jquery/jquery
2012-05-16 jaubourgMakes sure child element doesn't prevent setting height...
2012-05-16 Mike SherovFix #11721. Remove jQuery.boxModel, deprecate jQuery...
2012-05-16 Dave MethvinRename .andSelf to .addBack, deprecate .andSelf #9800
2012-05-14 Matt FarmerFix #6724, though the Mobile Safari wound remains....
2012-05-12 jaubourgFixes #10285 (for real this time).
2012-05-12 jaubourgPreserves context objects when multiple Deferreds are...
2012-05-12 Dave MethvinFix #11621, $(document).trigger() must bubble to window.
2012-05-11 Corey FrangFixes #8892: Adding unit test for #8892 - Actually...
2012-05-11 Richard GibsonScalarize [value, easing] before css-expanding; closes...
2012-05-11 Dave MethvinFix #11738. Remove deprecated .closest(Array) => Array.
2012-05-11 Dave MethvinFix #11736. Remove deprecated Deferred.isResolved/isRej...
2012-05-09 Jörn ZaeffererGrunt: Add qunit target. Currently finishes with 33...
2012-05-07 Rick WaldronUse a do-while statement to reduce redundant code
2012-05-07 Rick WaldronFixes lint issues.
2012-05-07 Rick WaldronAdditional reduction per @Raynos suggestion. Thanks!
2012-05-07 Rick WaldronFurther reduce historical cruft. Removes the untested...
2012-05-07 Rick WaldronMerge branch 'bug11720-nth-argument' of https://github...
2012-05-07 Sindre SorhusRemove unnecessary arguments from .nth(). Fixes #11720 769/head
2012-05-07 Timo Tijhofgrunt.js testswarm task: shorten job name 768/head
2012-05-07 jaubourg@mikesherov said: no need for an else if!
2012-05-07 Jörn ZaeffererGrunt: Fix testswarm username
2012-05-07 Jörn ZaeffererGrunt: Add testswarm task
2012-05-07 Timo TijhofUpdate qunit submodule from 1.3.0pre to 1.6.0pre, close...
2012-05-07 Scott GonzálezSimplify jQuery( html, props ), closes gh-765.
2012-05-05 jaubourgFixes #11402. domManip now also removes the closing...
2012-05-05 jaubourgTransform $.bindReady into $.ready.promise. It is now...
2012-05-04 Mike Sherovreduce complexity of ready further, and try manipulatin... 763/head
2012-05-04 Mike Sherovremove jQuery.quickReady, save bytes, style nits in...
2012-05-03 Oleg-8 bytes 762/head
2012-05-02 jaubourgFixes the parameters given to load callback when the...
2012-05-02 jaubourgAdds unit test to show order of parameters in the load...
2012-05-02 jaubourgMakes test message more meaningful.
2012-05-01 OlegjQuery.fn.load optimization
2012-05-01 OlegjQuery.ajaxSetup() data is merged with params. Fixes...
2012-04-30 jaubourgGandalf the Grey says you shall not leak globals, even...
2012-04-28 jaubourgGains 1 more byte min/gz and reminds that isResolved...
2012-04-28 jaubourgMerge branch '1.8-deferred-optimize2' of git://github...
2012-04-28 jaubourgSimplifies the way the internal memory storage is handled.
2012-04-28 jaubourgOpera announced they will start supporting the -webkit...
2012-04-27 Mike SherovUpdate dimensions unit tests from changes in #11604
2012-04-26 Richard Gibsoncode compression 753/head 754/head
2012-04-25 jaubourgTrims down deferred.js. The gist of it is from the...
2012-04-25 jaubourgCallbacks.add now accepts array-like objects (like...
2012-04-25 Rick Waldron... Add resource by @mikesherov to gruntfile
2012-04-25 jaubourgUse real declaration since that helps gzip: thanks...
2012-04-25 jaubourgRegression: makes sure that all instances of a callback...
2012-04-25 jaubourgHow about we save 62 bytes? Also ensure that the argume...
2012-04-25 jaubourgSince we can pass an object to jQuery.Callbacks now...
2012-04-25 jaubourgAdds a unit test to control options are being copied...
2012-04-25 jaubourgUses a copy of the flags when they are given as an...
2012-04-23 Mike SherovFix #10067. Create jQuery.quickReady; closes gh-736.
2012-04-23 Corey FrangEffects: 1.8 Animation Rewrite - thanks @mikesherov...
2012-04-22 jaubourgPrevents tests for replaceInData to take place if repla...
2012-04-22 jaubourgMerge branch '1.8-jsonp-optimize' of git://github.com...
2012-04-22 jaubourgFixes a minor spacing issue.
2012-04-22 Richard Gibsonremove redundant condition 749/head
2012-04-22 Richard Gibsonstyle adherence
2012-04-22 Richard Gibsonrefactor jsonp.js for size and clarity
2012-04-20 Mike Sherovdefine curCSS without temp vars to save 10 bytes
2012-04-20 Timo TijhofEnforce 20s timeout for all unit tests.
2012-04-20 jaubourgFixes #8205. Mitigates memory usage by recycling jsonp...
2012-04-19 Mike SherovRemove unnec. else condition
2012-04-18 Rick Waldron... Update grunt version to >=0.3.9
2012-04-18 Rick Waldron... Initial grunt implementation
2012-04-18 Rick Waldron... Revert "Closes #741: Remove $("body") case in favor...
2012-04-18 Dave MethvinRemove $("body") case; $(document.body) is 2x faster.
2012-04-18 Dave MethvinCloses #741: Remove $("body") case in favor of $(docume...
2012-04-17 OlegFix #8894. Ensure `.appendTo` creates a new set in...
2012-04-17 Rick WaldronMake test async to please Opera 11.1; supplements ...
2012-04-16 Rick WaldronMerge pull request #738 from rwldrn/fix-mangled-indents
2012-04-16 Rick Waldron... More indent correction 738/head
2012-04-16 Rick Waldron... Fixes mangled indents.
2012-04-15 Yehuda KatzUpdate sizzle rev
2012-04-15 Yehuda KatzFix some stragglers
2012-04-15 Yehuda KatzRemove Ajax requirement for simple XML tests
2012-04-11 Rick WaldronAmends #10324. Remove object markup fixture; create...
2012-04-11 Dave MethvinFollowup on #10324. Eliminate duplicate name attribute.
2012-04-11 Rick WaldronFix #11500. Allow triggered, simulated change events.
2012-04-11 Rick WaldronFix #10324. IE9 fumbles the innerHTML on object elements.
2012-04-10 Arne de BreeFix 11547. XML and IE DOM can't be force-lowercase...
2012-04-10 Dave MethvinMerge pull request #730 from datag/patch-1
2012-04-10 Mike SherovFix 11004. getWH() box-sizing:border-box includes paddi...
2012-04-07 Dominik D.... Fixed/adjusted source comment of function access() 730/head
2012-04-06 Mike SherovFix #10413, #10679. Fix box-sizing:border-box and add...
2012-04-06 Mike SherovFix #10996, simplify offset code by forsaking ancient...
2012-04-06 Mike SherovSpeed up .css() by eliminating the middleman.
2012-04-06 Richard GibsonFix #11543: .has should work on detached elements.
2012-04-05 OlegFixes #11338, .replaceWith should work on detached...
2012-04-05 cmcnultyFix 11528. Exclude link/html5 tags from innerHTML path...
next