aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Propagete context of returned deferred object in Deferred.then(). Fixes #13160nanto_vi2013-01-072-3/+21
* | Adjusts unit test regarding exception in injected scripts so that it accounts...jaubourg2013-01-081-9/+13
* | Opera 12.0 still implements an older version of the DOM so cloneNode cannot b...jaubourg2013-01-081-1/+1
* | strengthens and dries 304 unit testsjaubourg2013-01-081-52/+34
* | Adding some more test coverage for .finish()Corey Frang2013-01-081-1/+72
* | Tweaks the logic in the 304-related unit tests so that they pass for versions...jaubourg2013-01-081-41/+10
* | Use while loop instead of forOleg2013-01-081-12/+7
* | Always use core_push in jQuery.buildFragmentOleg2013-01-081-2/+2
* | Change test descriptionOleg2013-01-081-1/+2
* | Bring back jQuery.buildFragment and remove jQuery.cleanOleg2013-01-084-75/+55
* | Ref #8908. Update IE9 css clone fix. Close gh-1119.Oleg2013-01-083-10/+12
* | Simplify .wrapAll() and fix style. Close gh-1116.Oleg2013-01-081-10/+13
* | Fix #13103. Add .finish() method. Close gh-1118.Corey Frang2013-01-083-4/+105
* | Adds the abort on unload trick back in since IE9 still exhibits the bugjaubourg2013-01-073-4/+49
* | Fixes comments per @rwldrn. Makes sure failing requests from local protocol y...jaubourg2013-01-071-6/+10
* | 2.0: reduced xhr transportjaubourg2013-01-072-228/+104
|/
* Fix #13143. Event target cannot be a text node.Dave Methvin2013-01-061-0/+6
* Allow build to continue with --force on bad line endings.Dave Methvin2013-01-061-1/+0
* Fix #12471. Use consistent line endings in jquery.jsDave Methvin2013-01-061-5/+14
* Ref #12945, IE9/10 still needs safe .getAttribute check.Dave Methvin2013-01-041-1/+3
* Fix #12945. Check for .getAttribute so IE9 is happy.Dave Methvin2013-01-041-1/+3
* Use new version of grunt-contrib-watch. Close gh-1106.Zachary Adam Kaplan2013-01-031-1/+1
* Remove appendChecked detect and stranded markup.Dave Methvin2013-01-031-11/+4
* Remove oldIE styleFloat detect.Dave Methvin2013-01-032-5/+1
* Remove noCloneEvent detects and white-box unit test.Dave Methvin2013-01-032-54/+0
* Remove oldIE submit/change bubble detects.Dave Methvin2013-01-031-7/+4
* Remove deleteExpando detect.Dave Methvin2013-01-032-42/+0
* Remove inlineBlockNeedsLayout and shrinkWrapBlocks.Dave Methvin2013-01-033-99/+38
* Remove support.reliableHiddenOffsets detect.Dave Methvin2013-01-032-23/+3
* Remove stranded support.js checks for oldIE.Dave Methvin2013-01-032-64/+1
* Revert data.js rewrite.Dave Methvin2013-01-035-324/+309
* Happy New Year! It's 2013.Dave Methvin2013-01-032-2/+2
* Update README to include grunt-cli step.Dave Methvin2013-01-021-11/+12
* Only splice from internal arrays when item actually exists.Rick Waldron2012-12-311-2/+5
* Updates to data.js re-write to pass events and manipulation (full pass in loc...Rick Waldron2012-12-313-38/+43
* 2.0: Rewrite data.jsRick Waldron2012-12-313-279/+286
* Use a fresh input for the value-lossage check.Dave Methvin2012-12-311-0/+1
* Restore optSelected hack still needed by IE9/10Dave Methvin2012-12-312-0/+18
* Remove invalid test "jQuery.getJSON() - Using Native JSON" from test/unit/aja...Rick Waldron2012-12-311-31/+12
* Merge branch '2.0-core' of https://github.com/rwldrn/jqueryRick Waldron2012-12-311-160/+32
|\
| * Explanations for each step of isPlainObjectRick Waldron2012-12-261-1/+8
| * obj === Object(obj) comparison is an unnecessary artifact from refactoringRick Waldron2012-12-261-1/+1
| * Ensure that null/undefined args don't choke on native indexOfRick Waldron2012-12-261-1/+1
| * Further reduction, thanks @dchermanRick Waldron2012-12-261-3/+1
| * Straightforward support noteRick Waldron2012-12-261-1/+1
| * Straightforward support noteRick Waldron2012-12-261-1/+1
| * Remove setTimeout for body existanceRick Waldron2012-12-261-5/+0
| * 2.0: Reduce globalEvalRick Waldron2012-12-261-9/+3
| * 2.0: Reduced parseXMLRick Waldron2012-12-261-10/+7
| * 2.0: Reduce isPlainObjectRick Waldron2012-12-261-15/+5