aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/core.js
Commit message (Expand)AuthorAgeFilesLines
* Fix #10478. Replace jQuery.isNaN with jQuery.isNumeric.Dave Methvin2011-10-111-0/+40
* Landing pull request 331. Add support for registering jQuery as an AMD module...jrburke2011-09-191-0/+6
|\
| * Add support for registering jQuery as an AMD module. Only does so if the AMD ...jrburke2011-04-161-1/+7
* | Allow second argument to be passed to array.indexOf. Fixes #9453.timmywil2011-09-191-0/+36
* | Merge pull request #445 from rwldrn/9897Dave Methvin2011-08-251-1/+8
|\ \
| * | Wrap obj.constructor test in try/catch. Thanks to bkrausz. Fixes #9897Rick Waldron2011-07-251-1/+8
* | | Merge pull request #465 from anton-ryzhov/masterDave Methvin2011-08-251-0/+10
|\ \ \
| * | | Unit test for this caseAnton Ryzhov2011-08-171-0/+10
| |/ /
* | | Prioritize #id over <tag> to avoid XSS via location.hash (#9521)Dave Methvin2011-08-231-0/+18
* | | Landing pull request 463. Fixes #9572. Don't camelize the `-ms-` prefix becau...dmethvin2011-08-171-2/+7
|/ /
* | Fixes #9255: xml parsing error in $.parseXML is now properly detected for all...jaubourg2011-07-231-2/+22
* | Landing pull request 383. Relocating jQuery.camelCase to core; Fixes #9368.rwldrn2011-05-251-0/+14
* | Make sure that empty nodelists continue to map properly. Fixes #8993.John Resig2011-05-021-1/+7
* | Change check for skipping the initial quickExpr RegExp check. Fixes #8984.John Resig2011-05-021-1/+12
* | Remove unnecessary usage of Function.prototype.bind (#7783) but maintain API....John Resig2011-04-171-1/+4
* | Switch QUnit div from depreceted #main to #qunit-fixturetimmywil2011-04-171-39/+39
|/
* merge with master and resolve more conflictslouisremi2011-04-121-1/+8
|\
| * Merge branch 'bug_4366' of https://github.com/jboesch/jquery into jboesch-bug...jeresig2011-04-121-1/+8
| |\
| | * Bug 4366; fixing $.each(document.styleSheets) from throwing errors in IEJordan Boesch2011-03-301-1/+8
* | | second batchlouisremi2011-04-111-69/+69
|/ /
* | Merge branch 'proxy-native-bind' of https://github.com/gf3/jquery into gf3-pr...jeresig2011-04-101-3/+12
|\ \
| * | added: Backcompatibility with old proxy syntax.Gianni Chiappetta2011-01-211-1/+5
| * | Merge branch 'master' into proxy-native-bindGianni Chiappetta2011-01-211-24/+322
| |\ \
| * | | Fixing $.proxy to work like (and use) Function.prototype.bind (ticket #7783)Gianni Chiappetta2010-12-141-3/+8
* | | | Merge branch 'map-object.1.6' of https://github.com/danheberden/jquery into d...jeresig2011-04-101-10/+10
|\ \ \ \
| * | | | Improve speed of $.map with object support (-5% previous speed) and improve ....Dan Heberden2011-04-041-2/+2
| * | | | jQuery.map to iterate over objects with a .length propertyDan Heberden2011-03-211-5/+7
| * | | | Merge branch 'bug_2616' of https://github.com/jboesch/jquery into map-object.1.6Dan Heberden2011-03-211-7/+5
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Bug 2616; Adding object support to jQuery.mapJordan Boesch2011-02-271-7/+5
* | | | | Rewrite of globalEval. Uses window.execScript or window.eval with a trick to ...jaubourg2011-04-071-0/+20
* | | | | Skip id regex check when large html strings are passed to the jQuery construc...carpie2011-04-051-1/+14
* | | | | Merge branch '4321' of https://github.com/rwldrn/jquery into rwldrn-4321Dave Methvin2011-04-051-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 4321 returns empty jquery objectrwldrn2011-01-011-1/+2
* | | | | Moves Deferred-related code into a separate module. Context handling has been...jaubourg2011-03-031-221/+0
* | | | | Fix for #8421. Makes sure resolveWith can be called with only one parameter.jaubourg2011-03-031-5/+11
| |/ / / |/| | |
* | | | Revert "Adds an invert method to promises that returns a "inverted" promise t...jaubourg2011-02-181-41/+9
* | | | Fix some unscoped tests which failed after recent changes to QUnit.Anton M2011-02-151-5/+5
* | | | Adds an invert method to promises that returns a "inverted" promise that is r...jaubourg2011-01-311-9/+41
* | | | Rename jQuery.subclass() to jQuery.sub().jeresig2011-01-311-6/+6
* | | | Make sure subclass is a proper subclass not just subclassing the fn methods. ...Digitalxero2011-01-271-0/+49
| |_|/ |/| |
* | | Renames Deferred's fire and fireReject methods as resolveWith and rejectWith ...jaubourg2011-01-201-1/+1
* | | Merge in data_nocollide branch. Fixes #6968, improves unit testing framework ...Colin Snover2011-01-171-1/+7
|\ \ \
| * | | Update unit tests with a leak detection mechanism for the various jQuery glob...Colin Snover2011-01-091-1/+4
* | | | Added unit tests to check and demonstrate new jQuery.Deferred() works.jaubourg2011-01-171-1/+20
* | | | Implements joined jQuery.when statements. Makes it so calling jQuery.when wit...jaubourg2011-01-161-3/+43
* | | | Fix a failing subclass test due to a change in masterwycats2011-01-141-5/+5
* | | | added jQuery.subclassJared Grippe2011-01-141-0/+72
* | | | Ensure that buildFragment clones elements properly in all browsers. Fixes #38...Colin Snover2011-01-091-1/+6
|/ / /
* | | Renamed "complete" to "done" in order to avoid conflicts with jXHR.complete.jaubourg2011-01-061-11/+11
* | | Cleaning up trailing whitespace again.Colin Snover2011-01-051-66/+66