aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Merge branch 'fix_8402' of https://github.com/lrbabe/jquery into lrbabe-fix_8402jeresig2011-04-121-0/+14
| |\ \ \ \
| | * | | | replace cssPropsAware branchlouisremi2011-04-111-0/+14
| | | | | |
| * | | | | 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
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/unit/offset.js
| | * | | | | | Use parseFloat instead of parseInt to read CSS values.Sylvester Keil2011-01-151-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes #7730 and #7885.
| * | | | | | | QUnit test for overriding important css declarations, references #4427Azatoth2011-04-121-0/+15
| | | | | | | |
| * | | | | | | Merge branch 'bug_4366' of https://github.com/jboesch/jquery into ↵jeresig2011-04-121-1/+8
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | jboesch-bug_4366
| | * | | | | | | 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 ↵timmywil2011-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | erroneously due to the body to which the div was attached having a width of 0
| * | | | | | | | Bug fixes in queue.js: type in dequeue could be undefined which lead to a ↵jaubourg2011-04-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wrong data key, which would then have undesirable data left dangling on elements. Also adds missing semicolon in effects unit.
| * | | | | | | | Merge branch 'master' of github.com:jquery/jqueryjaubourg2011-04-122-9/+24
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch '2773_firefox_opera_fix' of https://github.com/timmywil/jquery ↵jeresig2011-04-111-2/+1
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into timmywil-2773_firefox_opera_fix
| | | * | | | | | | | Run order problem when running full test suite in Opera 11, removed failing ↵timmywil2011-04-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test as it passed by itself and there are others just like it
| | * | | | | | | | | Merge branch '8777' of https://github.com/rwldrn/jquery into rwldrn-8777jeresig2011-04-111-0/+21
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/event.js
| | | * | | | | | | | 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
| |\| | | | | | | |
| * | | | | | | | | Adds _mark and _unmark as a mean to keep track of ongoing non-queued ↵jaubourg2011-04-111-5/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | animations in fn.promise.
* | | | | | | | | | resolve conflictlouisremi2011-04-121-8/+3
| | | | | | | | | |
* | | | | | | | | | third batchlouisremi2011-04-127-616/+616
| | | | | | | | | |
* | | | | | | | | | second batchlouisremi2011-04-115-459/+459
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | 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 ↵jeresig2011-04-101-3/+12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gf3-proxy-native-bind
| * | | | | | | | | | | added: Backcompatibility with old proxy syntax.Gianni Chiappetta2011-01-211-1/+5
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into proxy-native-bindGianni Chiappetta2011-01-2113-962/+1823
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (194 commits) Revert "Make sure that focusin/focusout bubbles in non-IE browsers." This was causing problems with the focusin event, see: #7340. Replaces "text in-between" technique with a full-fledged one-level transitive search for converters (unit tests added). Also cleans up auto dataType determination and adds converter checks in order to guess the best dataType possible. Moves determineResponse logic into main ajax callback. Puts responseXXX fields definitions into ajaxSettings. Removes misleading comment. Bring jQuery('#id') and jQuery('body') logic back into core (while leaving it in Sizzle at the same time). Was causing too much of a performance hit to leave it all to Sizzle. Renames Deferred's fire and fireReject methods as resolveWith and rejectWith respectively. Fix typo in regex tweak from previous commit. Renames determineDataType as determineResponse. Makes it more generic as a first step into integrating the logic into the main ajax done callback. Also fixes some comments in ajax/xhr.js. Move jQuery(...) selector speed-up logic into Sizzle(...) qSA handling. Additionally add in a new catch for Sizzle('.class') (avoid using qSA and use getElementsByClassName instead, where applicable). Revises the way arguments are handled in ajax. Makes sure statusCode callbacks are ordered in the same way success and error callbacks are. Unit tests added. Cleans up and simplifies code shared by ajaxPrefilter and ajaxTransport. Removes chainability of ajaxSetup, ajaxPrefilter and ajaxTransport. Also makes sure context is handled properly by ajaxSetup (unit test added). Rework unit tests to check actual result elements. Moves active counter test after all other ajax tests where it should be. Revised the Nokia support fallback. It turns out that Nokia supports the documentElement property but does not define document.compatMode. Adding this third fallback allows Nokia to run jQuery error-free and return proper values for window width and height. Moves things around to make jsLint happier. Fixes crossDomain test so that it assumes port to be 80 for http and 443 for https when it is not provided. Moves determineDataType into ajaxSettings so that it is accessible to transports without the need for a second argument and so that we can now pass the original options to the transport instead. Also ensures the original options are actually propagated to prefilters (they were not). Re-adds hastily removed variable and simplifies statusCode based callbacks handling. Use undefined instead of 0 to deference transport for clarity. ... Conflicts: src/event.js
| * | | | | | | | | | | | Fixing $.proxy to work like (and use) Function.prototype.bind (ticket #7783)Gianni Chiappetta2010-12-141-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://bugs.jquery.com/ticket/7783
* | | | | | | | | | | | | Merge branch 'bug_7369' of https://github.com/timmywil/jquery into ↵jeresig2011-04-101-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timmywil-bug_7369
| * | | | | | | | | | | | | Fixes #7369 - Using an attribute selector for a non-existent attribute ↵timmywil2011-03-301-1/+5
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | raised an exception on disconnected nodes
* | | | | | | | | | | | | Merge branch 'map-object.1.6' of https://github.com/danheberden/jquery into ↵jeresig2011-04-101-10/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | danheberden-map-object.1.6
| * | | | | | | | | | | | | Improve speed of $.map with object support (-5% previous speed) and improve ↵Dan Heberden2011-04-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .length detection
| * | | | | | | | | | | | | 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' of https://github.com/jboesch/jquery: Bug 2616; Adding object support to jQuery.map
| | * | | | | | | | | | | | | 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 ↵jeresig2011-04-101-1/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timmywil-2773_find_closest Conflicts: test/unit/traversing.js
| * | | | | | | | | | | | | | 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 ↵timmywil2011-03-251-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | selector; this was recently fixed in 1.5.2rc
| * | | | | | | | | | | | | | Closest unit tests: add one for passing a jQuery collection with multiple ↵timmywil2011-03-231-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | elements
| * | | | | | | | | | | | | | 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 ↵timmywil2011-03-161-5/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests added
| * | | | | | | | | | | | | | | Starting with adding the testtimmywil2011-03-131-0/+9
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'bug_2773' of https://github.com/timmywil/jquery into ↵jeresig2011-04-101-7/+50
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timmywil-bug_2773