]> source.dussan.org Git - jquery.git/shortlog
jquery.git
2011-12-14 Dave MethvinFix #10984. Use origType when unbinding via the event...
2011-12-12 timmywilUse Sizzle.Expr.match.globalPOS for identifying POS...
2011-12-12 timmywilWhen the width/height computed unit is not pixels,...
2011-12-12 timmywilMerge pull request #633 from rwldrn/contribute
2011-12-11 Rick WaldronFix Contribution Guides list of links, hopefully easier... 633/head
2011-12-09 Dave MethvinPull in sizzle updates for JSHint
2011-12-09 Mike SherovFix #10753. Inline evalScript as it's only used in...
2011-12-09 Dave MethvinTwo eq is not enough; three eq is more than we want...
2011-12-09 Mike SherovFix #10692. JSLint is dead! Long live JSHint!
2011-12-09 Richard GibsonFix #10858: CSS regexps recognize non-integer and expli...
2011-12-09 Mike SherovFix #8498. Add cssHooks[prop].expand for use by animate().
2011-12-07 Mike SherovFix #10639. Make percent-specified margins return px...
2011-12-07 Dave MethvinPrecompute the parts array; clean up a JSLint complaint.
2011-12-06 Mike SherovFix #10796. Allow IE<9 to retrieve uncomputed styles.
2011-12-06 Rick WaldronRemove unnec .call( this... from one: function() {...
2011-12-06 Mike SherovFix #10754. Have jQuery.swap() return the value of...
2011-12-06 RafaC3ABl Blais... Refine the jQuery.isWindow check.
2011-12-06 Rick WaldronFix #10466. jQuery.param() should treat object-wrapped...
2011-12-06 Richard GibsonFix #5571. Setters should treat `undefined` as a no...
2011-11-22 Dave MethvinUpdating the source version to 1.7.2pre
2011-11-22 Dave MethvinTagging the 1.7.1 release.
2011-11-22 Dave MethvinRevert "Landing pull request 581. Updates original...
2011-11-22 Rick WaldronEnsure all elements are removed from 10006 test block
2011-11-22 Dave MethvinUpdate release notes version.
2011-11-21 Rick WaldronLanding pull request 581. Updates original patch by...
2011-11-21 Rick WaldronLanding pull request 611. Adds Contributing to jQuery...
2011-11-21 Dave MethvinFix #10844. Harden quickIs() against form-aliasing...
2011-11-18 timmywilRemove rdigit now that it is no longer necessary
2011-11-18 timmywilNo global vars allowed. Declare 'body' in support.
2011-11-18 Dave MethvinUpdate version.
2011-11-18 Dave MethvinUpdating the source version to 1.7.1pre
2011-11-18 Dave MethvinTagging the 1.7.1rc1 release. 1.7.1rc1
2011-11-17 Rick WaldronLanding pull request 604. Updates bind to on in src...
2011-11-17 timmywilRemove the invisible body in support; Add temporary...
2011-11-17 Dave MethvinUse .wrapAll to wrap both text nodes in #10812 so IE9...
2011-11-17 Dave MethvinFix #10812, let .before() and .after() work on empty...
2011-11-16 timmywilFix error in test suite from testElementCrash.html...
2011-11-16 Dave MethvinFix #10791. SVG clamors for special treatment of its...
2011-11-16 Dave MethvinFix #10798. Don't re-bubble trigger()ed events in IE.
2011-11-15 Dave MethvinAllow mapped types to be removed by a namespace-only...
2011-11-15 Dave MethvinFix #10794. .triggerHandler() should not .preventDefault().
2011-11-14 timmywilMicrooptimization in jQuery.attr and remove the redunda...
2011-11-14 Rick WaldronLanding pull request 600. Remove jQuery.trim() to resto...
2011-11-14 jrburkeLanding pull request 586. Create exports.js for exporti...
2011-11-14 Corey FrangEnsuring that nulls in private data object won't cause...
2011-11-14 OlegFix #10773. Improve parameter handling in removeAttr.
2011-11-14 Dave MethvinPre-focus the element so the browser won't fire focus...
2011-11-14 Dave MethvinDisable DOM focusin test since it can't really work...
2011-11-14 Dave MethvinCatch more cases where special events were incorrectly...
2011-11-11 Mike Sherovuse for loop instead of jQuery.each in getWH()
2011-11-11 Dave MethvinAvoid collateral damage when removing bindType/delegate...
2011-11-10 Dave MethvinEnsure the hover event doesn't match hovercraft. Witchc...
2011-11-10 timmywilMove clearing the support vars to before the offset...
2011-11-10 Dave MethvinThe special.handle hook is for origType, not the mapped...
2011-11-10 Dave MethvinFix #10705. Don't bail too soon in `.off()` event strin...
2011-11-10 Daniel HermanRemoving .unbind in favor of .off in jQuery.ready
2011-11-09 Dave MethvinFix #10712. Deal with focus/blur morphing to focusin...
2011-11-09 Dave MethvinFix #10717, .trigger("load") on images can't bubble...
2011-11-09 jaubourgHave Deferred.always return the object onto which it...
2011-11-08 Dave MethvinTake 2 on "Fix ajax to always expect an Error object...
2011-11-08 Dave MethvinRevert "Catch one more place where a plain-text error...
2011-11-08 timmywilUpdate Sizzle. Adds document to acceptable nodeTypes...
2011-11-08 Dave MethvinCatch one more place where a plain-text error was thrown.
2011-11-08 timmywilRefactor clone a bit to only create one clone on any...
2011-11-08 Dave MethvinMerge branch 'master' of github.com:jquery/jquery
2011-11-08 Dave MethvinFix ajax to always expect an Error object, per #10646.
2011-11-08 timmywilUpdate Sizzle
2011-11-08 timmywilRemove test of the invalid object for IE9's sake; Rewri...
2011-11-08 timmywilComment out an ajax test that exposed a bug in Opera...
2011-11-08 Rick WaldronFix busted rnoshimcache. Correctly clone detached unkno...
2011-11-08 Dave MethvinMerge pull request #585 from dcherman/master
2011-11-07 Daniel HermanReplace .bind with .on when building event aliases 585/head
2011-11-07 timmywilUpdate Sizzle
2011-11-07 Dave MethvinFix #10646. Throw an Error object from `.error()` for...
2011-11-07 Dave MethvinFix #10690. Make sure `.isNumeric()` can't get a `Date`.
2011-11-07 Dave MethvinFix #10676. Remove `wheelDelta` from the event props...
2011-11-07 Dave MethvinFix #10701, .preventDefault if an inline handler return...
2011-11-07 timmywilAdd back unit in the width/height step function. Fixes...
2011-11-07 Dave MethvinSince we fixed .is(POS) let's use it and save bytes.
2011-11-06 Dave MethvinMerge pull request #583 from JustinDrake/patch-2
2011-11-06 JustinIt seems the convention is to use `self` for caching... 583/head
2011-11-06 Matt MuellerRemoved irrelevant comment.
2011-11-06 Corey FrangRemoving a stale line of code in `.data()`
2011-11-06 Toby BrainFix #10177. Pass correct index to function-parameter...
2011-11-06 Berker PeksagChrome 10 slice bug has been fixed; remove workaround.
2011-11-06 Rick WaldronCoerce eq() argument all the time. Fixes #10616
2011-11-06 Rick WaldronUser internalKey instead of jQuery.expando. Fixes ...
2011-11-06 Dave MethvinStreamline getComputedStyle per @JustinDrake's observation.
2011-11-06 Mike SherovFix #10691. Remove all instances of equals() and same...
2011-11-06 Dave MethvinRemove forever-alone regexps in event.js
2011-11-06 Dave MethvinEliminate spurious error message from `which`.
2011-11-06 Rick WaldronFixes jQuery.fragments cache and adds tests. Fixes... 579/head
2011-11-03 Dave MethvinUpdating the source version to 1.7.1pre
2011-11-03 Dave MethvinTagging the 1.7 release.
2011-11-03 Dave MethvinUpdate the version for building release notes.
2011-11-02 timmywilCorrect typo in support.js assigning margin-top with...
2011-11-01 Dave MethvinUpdating the source version to 1.7pre
2011-11-01 Dave MethvinTagging the 1.7rc2 release.
2011-11-01 timmywilAdd return in the offset support tests if the body...
2011-11-01 timmywilFix a failing effects test in IE; minor style changes...
next