aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix_8403' of https://github.com/lrbabe/jquery into lrbabe-fix_8403jeresig2011-04-121-1/+4
|\
| * Double quote is the new simple quotelouisremi2011-04-111-1/+1
| * the expected number of assertions shouldn't contain a conditionlouisremi2011-04-111-3/+3
| * limit this test to browsers not supporting opacitylouisremi2011-04-111-2/+4
| * Adding unit tests for #8403louisremi2011-03-071-1/+2
* | Merge branch 'master' of https://github.com/inukshuk/jquery into inukshuk-masterjeresig2011-04-121-1/+27
|\ \
| * | Use parseFloat instead of parseInt to read CSS values.Sylvester Keil2011-01-151-0/+26
* | | QUnit test for overriding important css declarations, references #4427Azatoth2011-04-121-0/+15
* | | Merge branch 'bug_4366' of https://github.com/jboesch/jquery into jboesch-bug...jeresig2011-04-121-1/+8
|\ \ \
| * | | Bug 4366; fixing $.each(document.styleSheets) from throwing errors in IEJordan Boesch2011-03-301-1/+8
* | | | Fixes unit/css.js test fail in Safari 5. support.js test was passing erroneou...timmywil2011-04-111-1/+1
* | | | Bug fixes in queue.js: type in dequeue could be undefined which lead to a wro...jaubourg2011-04-121-1/+1
* | | | Merge branch 'master' of github.com:jquery/jqueryjaubourg2011-04-122-9/+24
|\ \ \ \
| * \ \ \ Merge branch '2773_firefox_opera_fix' of https://github.com/timmywil/jquery i...jeresig2011-04-111-2/+1
| |\ \ \ \
| | * | | | Run order problem when running full test suite in Opera 11, removed failing t...timmywil2011-04-111-2/+1
| * | | | | Merge branch '8777' of https://github.com/rwldrn/jquery into rwldrn-8777jeresig2011-04-111-0/+21
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Ticket #8777 undelegate by namespacerwldrn2011-04-051-6/+28
| * | | | | Fix broken merge.jeresig2011-04-111-7/+2
* | | | | | Merge branch 'master' of github.com:jquery/jqueryjaubourg2011-04-116-114/+301
|\| | | | |
| * | | | | Merge branch 'attrhooks.1.6v2' of https://github.com/timmywil/jqueryjeresig2011-04-101-4/+0
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' into attrhooks.1.6v2timmywil2011-04-107-163/+501
| | |\ \ \ \ \
| | * | | | | | Had some stale code in test/unit/attributes.jstimmywil2011-04-101-4/+0
| * | | | | | | Merge branch 'proxy-native-bind' of https://github.com/gf3/jquery into gf3-pr...jeresig2011-04-101-3/+12
| |\ \ \ \ \ \ \
| | * | | | | | | added: Backcompatibility with old proxy syntax.Gianni Chiappetta2011-01-211-1/+5
| | * | | | | | | Merge branch 'master' into proxy-native-bindGianni Chiappetta2011-01-2113-962/+1823
| | |\ \ \ \ \ \ \
| | * | | | | | | | Fixing $.proxy to work like (and use) Function.prototype.bind (ticket #7783)Gianni Chiappetta2010-12-141-3/+8
| * | | | | | | | | Merge branch 'bug_7369' of https://github.com/timmywil/jquery into timmywil-b...jeresig2011-04-101-0/+4
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fixes #7369 - Using an attribute selector for a non-existent attribute raised...timmywil2011-03-301-1/+5
| | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'map-object.1.6' of https://github.com/danheberden/jquery into d...jeresig2011-04-101-10/+10
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Improve speed of $.map with object support (-5% previous speed) and improve ....Dan Heberden2011-04-041-2/+2
| | * | | | | | | | | jQuery.map to iterate over objects with a .length propertyDan Heberden2011-03-211-5/+7
| | * | | | | | | | | Merge branch 'bug_2616' of https://github.com/jboesch/jquery into map-object.1.6Dan Heberden2011-03-211-7/+5
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Bug 2616; Adding object support to jQuery.mapJordan Boesch2011-02-271-7/+5
| | | | |_|_|_|_|_|_|/ | | | |/| | | | | | |
| * | | | | | | | | | Merge branch '2773_find_closest' of https://github.com/timmywil/jquery into t...jeresig2011-04-101-1/+46
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Remove test for bug #7369 to move the fix to a separate branch for a sooner pulltimmywil2011-03-301-3/+0
| | * | | | | | | | | | Merge branch 'master' of git://github.com/jquery/jquery into 2773_find_closesttimmywil2011-03-303-1/+67
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | Bug #7369: Check non-existent attribute as well to be suretimmywil2011-03-251-1/+2
| | * | | | | | | | | | Bug #7369: Add test for disconnected node in closest when passing attribute s...timmywil2011-03-251-1/+3
| | * | | | | | | | | | Closest unit tests: add one for passing a jQuery collection with multiple ele...timmywil2011-03-231-2/+4
| | * | | | | | | | | | Add node and jQuery object support to $.fn.closesttimmywil2011-03-211-0/+14
| | * | | | | | | | | | Merge branch 'master' of git://github.com/jquery/jquery into 2773_find_closesttimmywil2011-03-162-3/+16
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | 2773: first pass adding node/jQuery object support to jQuery.fn.find; unit te...timmywil2011-03-161-5/+20
| | * | | | | | | | | | | Starting with adding the testtimmywil2011-03-131-0/+9
| * | | | | | | | | | | | Merge branch 'bug_2773' of https://github.com/timmywil/jquery into timmywil-b...jeresig2011-04-101-7/+50
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Traversing unit tests: added tests for passing invalid arguments to $.fn.not ...timmywil2011-03-231-19/+12
| | * | | | | | | | | | | | Merge branch 'master' of git://github.com/jquery/jquery into bug_2773timmywil2011-03-235-222/+281
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git://github.com/jquery/jquery into bug_2773timmywil2011-02-269-791/+649
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / / / | | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | | Fix bug #2773, jQuery.fn.is to accept JQuery and node objects, and a small fi...Timmy Willison2011-01-241-5/+55
| * | | | | | | | | | | | | | Merge branch 'eventprops.1.6final' of https://github.com/rwldrn/jquery into r...jeresig2011-04-101-0/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | Ticket #8753 Allow special properties to explicitly defined on jQuery.Event o...rwldrn2011-04-051-6/+23
| | | |_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | |