aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/core.js
Commit message (Expand)AuthorAgeFilesLines
* Resurrect buildFragment and sacrifice jQuery.clean. See gh-1117.Dave Methvin2013-01-081-1/+8
* Fix #13075. Optimize $.type by preferring `typeof`. Close gh-1089.Sebi Burkhard2012-12-231-1/+11
* Adjust jQuery('html') detection to only match when html starts with '<' (not ...timmywil2012-12-131-8/+4
* Fix IE failures from 55313d32Richard Gibson2012-12-111-17/+16
* Be specific about Firefox nodes-as-nodelist. Never assume that modern browser...Rick Waldron2012-12-101-1/+3
* Fixes #13021. Normalization of core utility array like detection based on sta...Rick Waldron2012-12-101-72/+193
* Don't test what ain't there no moreRichard Gibson2012-12-061-122/+0
* No ticket: improve global variable/ajax request trackingRichard Gibson2012-12-021-2/+1
* Fix #12191. jQuery.type should return "error" for Error objects.Dave Methvin2012-11-241-1/+2
* No ticket: update test suite to pass QUnit globals check in most environments...Richard Gibson2012-11-051-51/+38
* No ticket: remove test suite external dependenciesRichard Gibson2012-11-011-7/+7
* Fix #12107. Let .proxy() curry args without overwriting context. Close gh-866.Marcel Greter2012-10-201-1/+9
* Fix #4262: faster .eq(), closes gh-1000.Richard Gibson2012-10-191-40/+9
* Combine parseJSON tests and fix style.Dave Methvin2012-10-191-71/+14
* Followup for #12751, only test on browsers with JSON.parseDave Methvin2012-10-191-33/+36
* Fix #12751. Ensure parseJson throws in the same situations as JSON.parse. Clo...James Huston2012-10-171-3/+54
* enforce double quotes via JSHint. Closes gh-975Mike Sherov2012-10-161-1/+1
* Skip jQuery.sub() test since IE6 can't handle it.Dave Methvin2012-10-091-1/+2
* Break big-html check into its own test for IE6.Dave Methvin2012-10-091-5/+8
* Test: Clean up and fix misc issuesTimo Tijhof2012-10-091-6/+6
* Fix #12350: jQuery.trim should remove BOMRichard Gibson2012-08-211-1/+6
* Revert "Fix #12350. Remove BOM in jQuery.trim. Close gh-897."Dave Methvin2012-08-201-6/+1
* Fix #12350. Remove BOM in jQuery.trim. Close gh-897.Wesley Walser2012-08-191-1/+6
* Fix #12026. Let props in $(html, props) be any jQuery.fn method.Dave Methvin2012-07-051-4/+12
* Make unit tests friendly to Closure Compiler. Closes gh-845.Chad Killingsworth2012-07-051-102/+102
* Move jQuery.sub to deprecated.js, because it is.Dave Methvin2012-06-291-0/+4
* Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves jQue...Rick Waldron2012-06-251-22/+0
* Add parseHTML for explicitly parsing strings into html. Fixes #11617.timmywil2012-06-211-0/+29
* 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