Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make exclusion list less confusing to read | Rick Waldron | 2012-06-07 | 1 | -3/+3 |
| | |||||
* | Make readme code examples consistent; Update to use GH syntax fences | Rick Waldron | 2012-06-07 | 1 | -59/+135 |
| | |||||
* | Remove bold style from command examples | Rick Waldron | 2012-06-07 | 1 | -8/+8 |
| | |||||
* | Make custom dist example less OSX specific | Rick Waldron | 2012-06-07 | 1 | -4/+3 |
| | |||||
* | Modularize offset (exclude w/ grunt build:*:*:-offset). Closes #813. Fixes ↵ | Mike Sherov | 2012-06-07 | 5 | -58/+110 |
| | | | | #11865 | ||||
* | Don't swap to measure dimensions unless the element is display:none. #807 ↵ | Mike Sherov | 2012-06-07 | 2 | -1/+11 |
| | | | | Fixes #11293 | ||||
* | Remove unnecessary haunted house guards. | Rick Waldron | 2012-06-06 | 1 | -8/+3 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Fixes two typos | Rick Waldron | 2012-06-06 | 2 | -2/+2 |
| | |||||
* | Less letterSpacing .animate() fail in IE. Fixes #8627 | Mike Sherov | 2012-06-06 | 3 | -9/+29 |
| | |||||
* | Conditionally run height/width in iframeTest | Rick Waldron | 2012-06-06 | 1 | -2/+7 |
| | |||||
* | Rough draft of version=min test capabilities reintroduced. | Rick Waldron | 2012-06-06 | 1 | -1/+21 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Ensure both height and width port functions exist before attempting to run ↵ | Rick Waldron | 2012-06-06 | 1 | -1/+1 |
| | | | | | | dimensions tests. Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Fixe dimensions tests. No core code changes. Supplements #11856 | Mike Sherov | 2012-06-06 | 2 | -4/+10 |
| | |||||
* | Fix busted tests that relied on width in 2nd param to jQuery(), dimensions ↵ | Rick Waldron | 2012-06-05 | 3 | -20/+47 |
| | | | | | | stays modular. (core, attributes, offset) Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Make dimensions modular, adds optional build flag. Fixes #11856 | Mike Sherov | 2012-06-05 | 5 | -56/+60 |
| | |||||
* | Allow users to store custom dist destinations in dist/.destination.json | Rick Waldron | 2012-06-05 | 3 | -18/+65 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Don't create "*" dir when "grunt dist" is run without explicit destination ↵ | Rick Waldron | 2012-06-05 | 1 | -0/+7 |
| | | | | | | dir. (thanks @timmywil) Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Adds "grunt submodules" docs to readme, removes old make command docs | Rick Waldron | 2012-06-05 | 1 | -16/+12 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Create special "grunt watch" task called "dev" | Rick Waldron | 2012-06-05 | 1 | -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 ↵ | timmywil | 2012-06-04 | 25 | -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 spot | Rick Waldron | 2012-06-04 | 1 | -2/+2 |
| | |||||
* | Take out the papers and the trash (from build/) | Rick Waldron | 2012-06-04 | 9 | -7818/+0 |
| | |||||
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 47 | -322/+209 |
| | |||||
* | Space => tab indent correction | Rick Waldron | 2012-06-03 | 1 | -2/+2 |
| | |||||
* | No need to dasherize and use getPropertyValue, closes gh-805. | Mike Sherov | 2012-06-01 | 1 | -11/+2 |
| | | | | All invocations of curCSS are already camelcased. See the PR for discussion. | ||||
* | Removes temp var, shaves 2 bytes from gzipped size | Rick Waldron | 2012-05-31 | 1 | -2/+3 |
| | |||||
* | Fix #11724, $(document).height() in Firefox 12. Closes gh-802. | Mike Sherov | 2012-05-31 | 3 | -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 Gibson | 2012-05-31 | 5 | -90/+126 |
| | |||||
* | Fix #11787: Remove jQuery.curCSS, closes gh-801. | Richard Gibson | 2012-05-31 | 1 | -3/+0 |
| | |||||
* | Adjust the return type for the tabindex attribute tests to be a string. ↵ | timmywil | 2012-05-30 | 2 | -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 deprecated | timmywil | 2012-05-30 | 1 | -3/+3 |
| | |||||
* | Remove the tabindex attrHook. Fixes #8473 | timmywil | 2012-05-30 | 3 | -28/+28 |
| | |||||
* | Update Sizzle: Fixes fail in ajax module and Safari 5.0 | timmywil | 2012-05-30 | 1 | -0/+0 |
| | |||||
* | Update Sizzle: fixes fail in traversing tests | timmywil | 2012-05-29 | 1 | -0/+0 |
| | |||||
* | Update Sizzle: regex cleanup | timmywil | 2012-05-29 | 1 | -0/+0 |
| | |||||
* | Update Sizzle: save 5 bytes | timmywil | 2012-05-29 | 1 | -0/+0 |
| | |||||
* | Update Sizzle: fixes a bug with the adjacent combinator. Fixes #9939. | timmywil | 2012-05-29 | 1 | -0/+0 |
| | |||||
* | Update Sizzle: only one assertion is needed for getElementsByClassName | timmywil | 2012-05-29 | 1 | -0/+0 |
| | |||||
* | Update Sizzle | timmywil | 2012-05-29 | 1 | -0/+0 |
| | |||||
* | Update README: IDs are without hashes in t() | timmywil | 2012-05-29 | 1 | -2/+2 |
| | |||||
* | Update README to stylize docs on jQuery's test suite methods | timmywil | 2012-05-29 | 1 | -45/+64 |
| | |||||
* | Add quick-start documentation for testing with QUnit and using jQuery's ↵ | timmywil | 2012-05-29 | 9 | -15/+104 |
| | | | | helper methods. | ||||
* | jQuery#addBack supports an optional selector that can be used to filter the ↵ | Ben Alman | 2012-05-29 | 2 | -3/+5 |
| | | | | prior set before adding it back. Fixes #9800 | ||||
* | Fix #11767. Modularize build and unit tests for exluding effects. | Richard Gibson | 2012-05-28 | 9 | -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 Waldron | 2012-05-28 | 1 | -0/+1 |
| | | | | dir is removed | ||||
* | Add .sizecache.json to the gitignore | timmywil | 2012-05-28 | 1 | -1/+1 |
| | |||||
* | Update Sizzle: Case insensitive text filter. Fixes #8943 | timmywil | 2012-05-28 | 1 | -0/+0 |
| | |||||
* | Revert QUnit to a stable release (v1.6.0) | timmywil | 2012-05-28 | 1 | -0/+0 |
| | |||||
* | Update Sizzle: Add test for [selected] attribute selections. Addresses a ↵ | timmywil | 2012-05-28 | 2 | -3/+3 |
| | | | | small issue in IE8's boolean attribute selections with QSA. | ||||
* | Followup gh-796. Eliminate try-catch in oldIE, closes gh-799. | Oleg | 2012-05-28 | 1 | -8/+4 |
| |