aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/core.js
Commit message (Expand)AuthorAgeFilesLines
...
* Fix #14074: element id="nodeName". Close gh-1389.Richard Gibson2013-11-071-0/+7
* Add unit tests for jQuery.grep. Close gh-1345.Amey Sakhadeo2013-09-121-0/+20
* No ticket: Hide the testing-support jQuery from testsRichard Gibson2013-09-031-3/+4
* Ref #14313: Optimize 1.x jQuery.merge for size.Amey Sakhadeo2013-09-031-12/+52
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-7/+7
* Fix #13223. Re-allow leading space in HTML. Close gh-1264.Dave Methvin2013-05-091-1/+7
* Fix #13741. Make wrap/unwrap methods optional; close gh-1236.Michał Gołębiowski2013-04-171-5/+0
* Update jshintrc to conform to new style guide. Conform to onevar and unused i...Timmy Willison2013-04-091-83/+96
* Fix #12199. Handle iteration over inherited properties in oldIE. CloseBrandon Johnson2013-04-041-1/+11
* Fix typos. Close gh-1186.dmitrygusev2013-02-281-4/+4
* No ticket: Revise unit tests in anticipation of Sizzle-free buildsRichard Gibson2013-02-221-4/+8
* Fix #12656. Make event shorthands excludable.Dave Methvin2013-01-271-3/+6
* Fix #13274: Wrap sourceMap directive in multiline comments. Close gh-1143.Richard Gibson2013-01-251-0/+7
* 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