aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/core.js
Commit message (Expand)AuthorAgeFilesLines
...
* Unit tests are linted and passing.Rick Waldron2012-06-211-30/+41
* Restore rhtmlString to its original form. 1.9 will come with starts-with html...timmywil2012-06-211-5/+5
* Revert "Adjust jQuery('html') detection to only match when html starts with '...timmywil2012-06-211-1/+3
* Adjust jQuery('html') detection to only match when html starts with '<' (coun...timmywil2012-06-201-3/+1
* When detecting html in init, ignore html characters within quotes, brackets, ...timmywil2012-06-191-1/+6
* Some work to modularize ajax later on.jaubourg2012-06-111-17/+17
* Fix #11857. Modularize css.js, add dependency management. Closes gh-816.Mike Sherov2012-06-101-4/+11
* Modularize offset (exclude w/ grunt build:*:*:-offset). Closes #813. Fixes #1...Mike Sherov2012-06-071-32/+38
* Fix busted tests that relied on width in 2nd param to jQuery(), dimensions st...Rick Waldron2012-06-051-11/+25
* Fix indentation in /speed and /test dirs, closes gh-780.Trey Hunner2012-05-181-52/+52
* Fix some stragglersYehuda Katz2012-04-151-2/+1
* Remove Ajax requirement for simple XML testsYehuda Katz2012-04-151-21/+13
* Makes parseXML act like parseJSON when given an empty or non-string input: no...jaubourg2012-03-071-1/+13
* fixes #10901, PHP required for unit tests, but still allow the tests to runMike Sherov2012-02-161-0/+6
* Refine the jQuery.isWindow check.RafaC3ABl Blais Masson2011-12-061-3/+3
* Landing pull request 586. Create exports.js for exporting jQuery to window an...jrburke2011-11-141-7/+1
* Fix #10646. Throw an Error object from `.error()` for IE's sake.Dave Methvin2011-11-071-1/+1
* Fix #10690. Make sure `.isNumeric()` can't get a `Date`.Dave Methvin2011-11-071-3/+15
* Fix #10691. Remove all instances of equals() and same(), as these are depreca...Mike Sherov2011-11-061-233/+233
* 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