Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Split apart jQuery.css into jQuery.css (computed values) and jQuery.style ↵ | jeresig | 2010-09-16 | 2 | -15/+7 | |
| | | | | | | | | (currently set values). | |||||
* | | Removing leftover debug code. | jeresig | 2010-09-14 | 1 | -1/+1 | |
| | | ||||||
* | | Making some more adjustments to handle auto CSS properties. | John Resig | 2010-09-13 | 1 | -9/+9 | |
| | | ||||||
* | | Make sure that effect tests no longer reference the old CSS methods. | jeresig | 2010-09-09 | 1 | -3/+3 | |
| | | ||||||
* | | Merge branch 'master' of github.com:jquery/jquery into csshooks | jeresig | 2010-09-08 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | added "#main" ancestor selector to an "Only Child" and "Last Child" test to ↵ | Karl Swedberg | 2010-09-07 | 1 | -2/+2 | |
| | | | | | | | | | | | | fix broken tests caused by QUnit commit abfab1713ccb588aa87136b199a9ddc8d1b56c4b (Aug 29, 2010) | |||||
* | | | Make sure that jQuery works even when the individual modules are loaded ↵ | jeresig | 2010-09-08 | 1 | -1/+2 | |
|/ / | | | | | | | separately AND jQuery.noConflict(true) is used. Fixes #7011. | |||||
* | | Fix the order of the element test arguments. | John Resig | 2010-09-02 | 1 | -2/+2 | |
| | | ||||||
* | | Tweaked the name unit tests to specify the exact nodes from which to test ↵ | John Resig | 2010-09-02 | 1 | -2/+2 | |
| | | | | | | | | against. | |||||
* | | Remove cases of :contains() where quotes are used - not using quotes follows ↵ | John Resig | 2010-09-02 | 1 | -5/+6 | |
| | | | | | | | | more closely with the CSS Selector recommendation. | |||||
* | | Add .width() and .height() unit test for empty sets. Fix .height() test that ↵ | Brandon Aaron | 2010-09-01 | 1 | -3/+9 | |
| | | | | | | | | was masquerading as a .width() test. Made sure .width() and .height() tests were in-sync (testing the same things). | |||||
* | | Handle two more cases where comments were missing in the test case, in ↵ | John Resig | 2010-08-27 | 1 | -1/+7 | |
| | | | | | | | | Blackberry 4.6. | |||||
* | | Added some tweaks to $.type to handle null and undefined. Added a bunch of ↵ | John Resig | 2010-08-27 | 1 | -0/+23 | |
| | | | | | | | | unit tests as well. | |||||
* | | Blackberry 4.6 doesn't maintain comment nodes in the DOM, ignore them in our ↵ | John Resig | 2010-08-26 | 1 | -2/+6 | |
| | | | | | | | | test cases. | |||||
* | | Fixed mistake with tweaked iframe manipulation test. | John Resig | 2010-08-26 | 1 | -1/+1 | |
| | | ||||||
* | | Tweak some more jQuery set results in the manipulation tests. Also fixed the ↵ | John Resig | 2010-08-26 | 1 | -40/+40 | |
| | | | | | | | | order of the expected test results. | |||||
* | | Tweak more element orders in the manipulation tests. Also differentiate ↵ | John Resig | 2010-08-26 | 1 | -8/+10 | |
| | | | | | | | | between iframe test failing and the inability to access iframe internals (as in the case of Blackberry). | |||||
* | | Tweaked manipulation test to ignore order of elements from selector (not ↵ | John Resig | 2010-08-26 | 1 | -1/+1 | |
| | | | | | | | | important to the test). | |||||
* | | Tweaked anchor test to work better on Blackberry 4.7. | John Resig | 2010-08-26 | 1 | -1/+2 | |
| | | ||||||
* | | Simplifying some of the .val() test code. | John Resig | 2010-08-23 | 1 | -4/+1 | |
| | | ||||||
* | | Fixing getting/setting classes and makeArray(RegExp) for Blackberry 4.7. ↵ | John Resig | 2010-08-23 | 1 | -15/+28 | |
| | | | | | | | | Fixes #6930, #6931. | |||||
* | | Replace usage of the removed global reset() method with QUnit.reset(). | jzaefferer | 2010-07-28 | 5 | -84/+84 | |
| | | ||||||
* | | Make sure that .data() events don't bubble, per the discussion in ↵ | John Resig | 2010-07-27 | 1 | -1/+7 | |
| | | | | | | | | 2e10af143b7eafb7142524f6534a62aee1910bd1. Fixes #6832. | |||||
* | | Moving jQuery-core specific resets from QUnit to core. | jzaefferer | 2010-07-27 | 1 | -0/+11 | |
| | | ||||||
* | | Ticket #6808. Changes data() so on plain objects, it uses a function to ↵ | InfinitiesLoop | 2010-07-23 | 1 | -3/+4 | |
| | | | | | | | | contain the cache ID to avoid it being JSON serialized. | |||||
* | | Ticket #6804. Adds a changeData event. | InfinitiesLoop | 2010-07-20 | 1 | -5/+20 | |
|/ | ||||||
* | Fixing request data param issue. Thanks to mislav for the patch. Fixes #5123. | jeresig | 2010-06-14 | 2 | -0/+14 | |
| | ||||||
* | Fix for http://dev.jquery.com/ticket/6451 | malsup | 2010-06-15 | 1 | -0/+6 | |
| | ||||||
* | Merge branch 'master' of github.com:jquery/jquery | Brandon Aaron | 2010-03-27 | 4 | -19/+44 | |
|\ | ||||||
| * | Mobile WebKit browsers don't support accessing the scroll position of the ↵ | jeresig | 2010-03-25 | 1 | -7/+28 | |
| | | | | | | | | document/window. | |||||
| * | Need to expose the isLocal change globally as well. | jeresig | 2010-03-24 | 1 | -1/+1 | |
| | | ||||||
| * | Temporarily disable ajax tests when running in TestSwam. | jeresig | 2010-03-24 | 1 | -0/+4 | |
| | | ||||||
| * | Use custom events for testing unbind instead of the, potentially ↵ | jeresig | 2010-03-24 | 1 | -11/+11 | |
| | | | | | | | | conflicting, error event. | |||||
| * | Adjust isPlainObject test to run in an iframe. | jeresig | 2010-03-24 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' of github.com:jquery/jquery | Brandon Aaron | 2010-03-23 | 12 | -34/+122 | |
|\| | ||||||
| * | Make sure the offset tests work without a built jQuery file. | jeresig | 2010-03-23 | 7 | -7/+64 | |
| | | ||||||
| * | Update other remote test URLs as well. | jeresig | 2010-03-23 | 1 | -4/+4 | |
| | | ||||||
| * | Strip off filename and query string for JSONP Remote test. | jeresig | 2010-03-23 | 1 | -1/+1 | |
| | | ||||||
| * | Update the TestSwarm URL to point to the new jQuery swarm location. | jeresig | 2010-03-23 | 1 | -1/+1 | |
| | | ||||||
| * | Changed the order of the tests to run in the same order in which they're ↵ | jeresig | 2010-03-23 | 2 | -10/+11 | |
| | | | | | | | | specified in the Makefile (fixed a dimensions test bug that popped up as a result). | |||||
| * | Handle auto-running of the TestSwarm injection script in the test suite. | jeresig | 2010-03-23 | 1 | -0/+10 | |
| | | ||||||
| * | Made it so that you no longer need to build jQuery in order to run the test ↵ | jeresig | 2010-03-23 | 2 | -21/+41 | |
| | | | | | | | | suite (but you'll still need a checkout of QUnit and Sizzle, at least). | |||||
* | | Fixed an issue with setting offset of absolutely positioned element that has ↵ | Brandon Aaron | 2010-03-22 | 2 | -3/+11 | |
| | | | | | | | | no position values ("auto"). Fixes #5781. | |||||
* | | Added unit tests for setting offset one property at a time and added radix ↵ | Brandon Aaron | 2010-03-22 | 1 | -7/+12 | |
|/ | | | | to parseInt calls | |||||
* | Rewrote the live/delegate submit tests to be more generic. | jeresig | 2010-03-09 | 1 | -20/+6 | |
| | ||||||
* | Make sure that special remove and teardown events get called when .die() is ↵ | jeresig | 2010-03-09 | 1 | -10/+70 | |
| | | | | used. Additionally made sure that default actions are triggered when namespaced events are used. Fixes #6202 and #6250. | |||||
* | Landing a faster trim method. Based upon the work by Travis Hardiman and ↵ | jeresig | 2010-03-09 | 1 | -6/+12 | |
| | | | | DBJDBJ. More details here: http://forum.jquery.com/topic/faster-jquery-trim Fixes #2279, #4452, and #4835. | |||||
* | I take that back! It was a bug, but the cache had to be triggered and a ↵ | jeresig | 2010-03-05 | 1 | -5/+6 | |
| | | | | collection of cached nodes had to be passed in (an odd case to be sure). Fixes #6227. | |||||
* | Attempted to fix #6227, not entirely sure if it's a problem as I'm having a ↵ | jeresig | 2010-03-05 | 1 | -1/+9 | |
| | | | | hard time reproducing it. Regardless, the change is harmless and potentially even speeds up appendTo, etc. slightly. | |||||
* | Added in Ben Alman's proposed event.namespace property (the property holds ↵ | jeresig | 2010-03-02 | 1 | -11/+25 | |
| | | | | the namespaces specified in a call to trigger). Additionally fixes namespaces with .live(). Fixes #6208 and #6209. |