aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make exclusion list less confusing to readRick Waldron2012-06-071-3/+3
|
* Make readme code examples consistent; Update to use GH syntax fencesRick Waldron2012-06-071-59/+135
|
* Remove bold style from command examplesRick Waldron2012-06-071-8/+8
|
* Make custom dist example less OSX specificRick Waldron2012-06-071-4/+3
|
* Modularize offset (exclude w/ grunt build:*:*:-offset). Closes #813. Fixes ↵Mike Sherov2012-06-075-58/+110
| | | | #11865
* Don't swap to measure dimensions unless the element is display:none. #807 ↵Mike Sherov2012-06-072-1/+11
| | | | Fixes #11293
* Remove unnecessary haunted house guards.Rick Waldron2012-06-061-8/+3
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Fixes two typosRick Waldron2012-06-062-2/+2
|
* Less letterSpacing .animate() fail in IE. Fixes #8627Mike Sherov2012-06-063-9/+29
|
* Conditionally run height/width in iframeTestRick Waldron2012-06-061-2/+7
|
* Rough draft of version=min test capabilities reintroduced.Rick Waldron2012-06-061-1/+21
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Ensure both height and width port functions exist before attempting to run ↵Rick Waldron2012-06-061-1/+1
| | | | | | dimensions tests. Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Fixe dimensions tests. No core code changes. Supplements #11856Mike Sherov2012-06-062-4/+10
|
* Fix busted tests that relied on width in 2nd param to jQuery(), dimensions ↵Rick Waldron2012-06-053-20/+47
| | | | | | stays modular. (core, attributes, offset) Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Make dimensions modular, adds optional build flag. Fixes #11856Mike Sherov2012-06-055-56/+60
|
* Allow users to store custom dist destinations in dist/.destination.jsonRick Waldron2012-06-053-18/+65
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Don't create "*" dir when "grunt dist" is run without explicit destination ↵Rick Waldron2012-06-051-0/+7
| | | | | | dir. (thanks @timmywil) Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Adds "grunt submodules" docs to readme, removes old make command docsRick Waldron2012-06-051-16/+12
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Create special "grunt watch" task called "dev"Rick Waldron2012-06-051-1/+5
| | | | | | "dev" is a short task list that's optimized for grunt watch's high run rate frequency Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Relativize all urls pertaining to dist/jquery.js so users can run their ↵timmywil2012-06-0425-24/+28
| | | | server from any file location; Make sure Sizzle is available for its tests in testrunner.
* Make readme instructions bold and hopefully easier to spotRick Waldron2012-06-041-2/+2
|
* Take out the papers and the trash (from build/)Rick Waldron2012-06-049-7818/+0
|
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-0447-322/+209
|
* Space => tab indent correctionRick Waldron2012-06-031-2/+2
|
* No need to dasherize and use getPropertyValue, closes gh-805.Mike Sherov2012-06-011-11/+2
| | | | All invocations of curCSS are already camelcased. See the PR for discussion.
* Removes temp var, shaves 2 bytes from gzipped sizeRick Waldron2012-05-311-2/+3
|
* Fix #11724, $(document).height() in Firefox 12. Closes gh-802.Mike Sherov2012-05-313-16/+20
| | | | This reopens #3838 for IE6 which is a regression on a fix in 1.7.2, but we'd rather break a really old IE than a really recent Firefox.
* Fix #11743: Don't mask script errors in jQuery.ajax, closes gh-795.Richard Gibson2012-05-315-90/+126
|
* Fix #11787: Remove jQuery.curCSS, closes gh-801.Richard Gibson2012-05-311-3/+0
|
* Adjust the return type for the tabindex attribute tests to be a string. ↵timmywil2012-05-302-16/+15
| | | | | | Recomment a tabindex test since FF12's QSA includes video elements that don't have a tabindex attribute. Related: https://bugzilla.mozilla.org/show_bug.cgi?id=618737
* Uncomment an old test for when the tabindex attrhook was deprecatedtimmywil2012-05-301-3/+3
|
* Remove the tabindex attrHook. Fixes #8473timmywil2012-05-303-28/+28
|
* Update Sizzle: Fixes fail in ajax module and Safari 5.0timmywil2012-05-301-0/+0
|
* Update Sizzle: fixes fail in traversing teststimmywil2012-05-291-0/+0
|
* Update Sizzle: regex cleanuptimmywil2012-05-291-0/+0
|
* Update Sizzle: save 5 bytestimmywil2012-05-291-0/+0
|
* Update Sizzle: fixes a bug with the adjacent combinator. Fixes #9939.timmywil2012-05-291-0/+0
|
* Update Sizzle: only one assertion is needed for getElementsByClassNametimmywil2012-05-291-0/+0
|
* Update Sizzletimmywil2012-05-291-0/+0
|
* Update README: IDs are without hashes in t()timmywil2012-05-291-2/+2
|
* Update README to stylize docs on jQuery's test suite methodstimmywil2012-05-291-45/+64
|
* Add quick-start documentation for testing with QUnit and using jQuery's ↵timmywil2012-05-299-15/+104
| | | | helper methods.
* jQuery#addBack supports an optional selector that can be used to filter the ↵Ben Alman2012-05-292-3/+5
| | | | prior set before adding it back. Fixes #9800
* Fix #11767. Modularize build and unit tests for exluding effects.Richard Gibson2012-05-289-319/+433
| | | | Closes gh-785. To build a version of jQuery without effects, use `grunt build:*:*:-effects`. The unit tests feature-check for the interfaces and skip the unit tests for effects if they don't detect it.
* Adds back dist/.sizecache.json; maintain build/.sizecache.json until build ↵Rick Waldron2012-05-281-0/+1
| | | | dir is removed
* Add .sizecache.json to the gitignoretimmywil2012-05-281-1/+1
|
* Update Sizzle: Case insensitive text filter. Fixes #8943timmywil2012-05-281-0/+0
|
* Revert QUnit to a stable release (v1.6.0)timmywil2012-05-281-0/+0
|
* Update Sizzle: Add test for [selected] attribute selections. Addresses a ↵timmywil2012-05-282-3/+3
| | | | small issue in IE8's boolean attribute selections with QSA.
* Followup gh-796. Eliminate try-catch in oldIE, closes gh-799.Oleg2012-05-281-8/+4
|