Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Extracts the serialization code from the ajax module so that alternative ↵ | jaubourg | 2012-07-13 | 1 | -0/+1 | |
| | | | | ajax implementations can use it without the need for the whole ajax module to be included in the build. | |||||
* | Fix #8482, offsetParent should not return null. Closes gh-847. | Nowres Rafid | 2012-07-06 | 1 | -0/+3 | |
| | ||||||
* | Update Sizzle: reduced size. Add Sizzle's utilities.js to unit tests | timmywil | 2012-06-27 | 1 | -0/+1 | |
| | ||||||
* | Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves ↵ | Rick Waldron | 2012-06-25 | 1 | -0/+1 | |
| | | | | jQuery.browser and removes use in test/unit/ajax.js. Fixes #11965 | |||||
* | Ensure that IE stays in Big Boy mode. | Dave Methvin | 2012-06-16 | 1 | -0/+1 | |
| | | | | | | Although we use a lot of iframes in the test, the IE document mode is set by the parent document so we just need a single X-UA-Compatible in the main file. http://msdn.microsoft.com/en-us/library/cc288325(v=vs.85).aspx | |||||
* | Use QUnit's URL configs to simplify custom configuration. Closes gh-827 | Scott González | 2012-06-15 | 1 | -28/+16 | |
| | ||||||
* | Add necessary test html from Sizzle tests; Add an easy way to turn off QSA ↵ | timmywil | 2012-06-15 | 1 | -16/+32 | |
| | | | | in tests | |||||
* | 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> | |||||
* | Relativize all urls pertaining to dist/jquery.js so users can run their ↵ | timmywil | 2012-06-04 | 1 | -1/+1 | |
| | | | | server from any file location; Make sure Sizzle is available for its tests in testrunner. | |||||
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 1 | -2/+2 | |
| | ||||||
* | Update Sizzle and add tests from the Sizzle suite that require jQuery for ↵ | timmywil | 2012-05-28 | 1 | -1/+1 | |
| | | | | the selection to jquery/test/unit/selector.js | |||||
* | Amends #10324. Remove object markup fixture; create programmatically | Rick Waldron | 2012-04-11 | 1 | -1/+0 | |
| | ||||||
* | Followup on #10324. Eliminate duplicate name attribute. | Dave Methvin | 2012-04-10 | 1 | -1/+1 | |
| | ||||||
* | Ensure innerHTML of src/dest clone nodes is correctly set. Fixes #10324 | Rick Waldron waldron.rick@gmail.com | 2012-03-23 | 1 | -0/+1 | |
| | | | | Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com> | |||||
* | Adds 'bdi' and 'data' to shim list and test runner. Fixes #11055 | Rick Waldron | 2012-01-11 | 1 | -1/+1 | |
| | ||||||
* | Fix #10902. DRY up the ways to include src files in tests. | Mike Sherov | 2012-01-11 | 1 | -23/+1 | |
| | ||||||
* | Remove the invisible body in support; Add temporary tests to verify correct ↵ | timmywil | 2011-11-17 | 1 | -1/+1 | |
| | | | | support completions for upcoming support changes. | |||||
* | Landing pull request 586. Create exports.js for exporting jQuery to window ↵ | jrburke | 2011-11-14 | 1 | -0/+2 | |
| | | | | | | | | and AMD. Fixes #10687. More Details: - https://github.com/jquery/jquery/pull/586 - http://bugs.jquery.com/ticket/10687 | |||||
* | Run offset support tests at doc ready. Fixes #10613. | timmywil | 2011-10-31 | 1 | -0/+1 | |
| | ||||||
* | Removes 'subline' from test/index.html. Fixes #10371 | Rick Waldron | 2011-09-28 | 1 | -1/+1 | |
| | ||||||
* | Landing pull request 490. 1.7 HTML5 Support for innerHTML, clone & style. ↵ | Rick Waldron | 2011-09-19 | 1 | -0/+9 | |
| | | | | | | | | Fixes #6485. More Details: - https://github.com/jquery/jquery/pull/490 - http://bugs.jquery.com/ticket/6485 | |||||
* | Removing topic.js as it will be a plugin | timmywil | 2011-09-19 | 1 | -2/+0 | |
| | ||||||
* | $.Callbacks, $.Topic and notify/progress on $.Deferred. | jaubourg | 2011-09-19 | 1 | -0/+4 | |
| | ||||||
* | Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, ↵ | timmywil | 2011-09-19 | 1 | -1/+2 | |
| | | | | | | #9261, #9570, #10178. Bug fixed on the side: $(window).is('a') was throwing an exception. Fixes #10178. | |||||
* | Fixes assertion counts and dom element fixture issue | Rick Waldron | 2011-08-05 | 1 | -2/+1 | |
| | ||||||
* | Merge pull request #416 from gnarf37/ticket_6652 | Dave Methvin | 2011-08-04 | 1 | -0/+3 | |
|\ | | | | | CSS: Remove filter from style when setting opacity to 1 - Fixes #6652 - R | |||||
| * | Unit test for #6652 | Corey Frang | 2011-07-13 | 1 | -0/+3 | |
| | | ||||||
* | | jQuery.clone() check that destination child nodes are not null. Fixes #9587 | rwldrn | 2011-06-15 | 1 | -0/+2 | |
|/ | ||||||
* | Adds unit/support.js to unit tests. Still have to test for #8763 has to be ↵ | jaubourg | 2011-05-10 | 1 | -0/+1 | |
| | | | | done in its own file however, since Firefox refuses to notify global errors in the iframe (attachEvent, window.onerror and script.onerror all fail). | |||||
* | Fix QUnit Header links | timmywil | 2011-05-02 | 1 | -1/+1 | |
| | ||||||
* | Avoid changing html in two places; add minified jQuery as an option to the ↵ | timmywil | 2011-05-02 | 1 | -1/+5 | |
| | | | | main test page | |||||
* | Update QUnit, fix visibility of #dl and pass JSLint in effects.js | timmywil | 2011-04-17 | 1 | -1/+1 | |
| | ||||||
* | Switch QUnit div from depreceted #main to #qunit-fixture | timmywil | 2011-04-17 | 1 | -2/+2 | |
| | ||||||
* | VML.type test was causing multiple test suite fails, fix attributes.js fail ↵ | timmywil | 2011-04-12 | 1 | -5/+0 | |
| | | | | in IE6 where the val(String/Number) tests were interfering with the val(Function) tests | |||||
* | Accessing the 'type' property on VML elements fails on IE. Fixes #7071. | John Firebaugh | 2011-04-12 | 1 | -0/+5 | |
| | ||||||
* | #5413 - Much shorter solution for getting width/height in ie6 | timmywil | 2011-04-03 | 1 | -0/+4 | |
| | | | | - #8255 Added support for the list attribute in browsers that support it (it is automatically readonly, but can be set if using getAttribute( name, 2) | |||||
* | Add test for bug#3685, remove added html and add dynamicly to avoid global ↵ | timmywil | 2011-04-03 | 1 | -2/+0 | |
| | | | | test suite errors | |||||
* | Fix #6562, tighten up the special code for form objects, add name attrHook ↵ | timmywil | 2011-04-03 | 1 | -1/+2 | |
| | | | | for IE6/7, and don't check for undefined with getting hook'd attr | |||||
* | Fix #7472 and added test for #3113 | timmywil | 2011-04-03 | 1 | -0/+1 | |
| | | | | | | - Forms with an input that has either name="action" or name="some-other-attr-on-the-form" caused problems in IE6/7. This is fixed. - Changed check in $.attr for ret === null to typeof ret === "object" to catch any inputs that are accidentally retrieved in IE6/7, since attributes cannot be set to objects and typeof null === "object" | |||||
* | Moves Deferred-related code into a separate module. Context handling has ↵ | jaubourg | 2011-03-03 | 1 | -0/+2 | |
| | | | | been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization). | |||||
* | No need to duplicate Sizzle tests, just run them directly from Sizzle. | John Resig | 2011-02-10 | 1 | -1/+1 | |
| | ||||||
* | Update unit tests with a leak detection mechanism for the various jQuery ↵ | Colin Snover | 2011-01-09 | 1 | -1/+1 | |
| | | | | globals and fix all leaks in the tests. | |||||
* | Renamed src/transports to src/ajax (in case we need prefilters in the future ↵ | jaubourg | 2011-01-06 | 1 | -3/+3 | |
| | | | | and to avoid a separate prefilters directory). | |||||
* | Removed re-usability from jXHR object (no more open, send & ↵ | jaubourg | 2010-12-31 | 1 | -1/+0 | |
| | | | | onreadystatechange support). Streamlined the implementation and put it back into ajax.js (removed xhr.js in the process). Went back to a more simple & direct approach to options handling (keeping much room to further minification-related optimizations). Code is cleaner, smaller & faster. Removed & edited unit tests accordingly. All build files have had xhr.js removed. | |||||
* | Speed up & compatibility improvements for new clone mechanism in IE. | Colin Snover | 2010-12-12 | 1 | -1/+1 | |
| | ||||||
* | Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be ↵ | jaubourg | 2010-12-09 | 1 | -0/+4 | |
| | | | | found here: http://oksoclap.com/6Y26bm1ZsB more details are forthcoming. Fixes #7195. | |||||
* | Fix broken selector code from last commit. | jeresig | 2010-10-22 | 1 | -23/+42 | |
| | ||||||
* | Make sure that +, >, ~ leading, rooted, selectors go to the old engine. ↵ | jeresig | 2010-10-22 | 1 | -42/+23 | |
| | | | | Thanks to @rkatic for the catch! Fixes #7220. | |||||
* | fadeToggle(). as suggested by Karl Swedberg in his jQcon talk. patched live! omg | Paul Irish | 2010-10-17 | 1 | -0/+3 | |
| | ||||||
* | IE6 will shrink-wrap elements with layout instead of allowing content to ↵ | Colin Snover | 2010-10-05 | 1 | -21/+21 | |
| | | | | flow outside of the border-box. Add a test for this and do not remove the overflow property after an animation in IE6. |