aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | Adds fn.promise as a mean to observe the completion of animations on a set ↵jaubourg2011-04-071-18/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of elements. Only queued animations are handled for now, non-queued animations support coming soon. Effects unit tests updated to test the feature (needs more testing though).
| * | | | | | | | | | | | | | | Adds always and chain methods to deferreds.jaubourg2011-04-071-126/+252
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Create jQuery.holdReady(true/false) method to encapsulate jQuery.readyWait++ ↵Dave Methvin2011-04-072-11/+13
|/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | / jQuery.ready(true) logic. Fix problem where jQuery.ready may trigger twice, causing the (unsupported) document.onready to run twice. Fixes #8803 .
* | | | | | | | | | | | | | | Fixes #8712. Bubble custom events to the window when they are triggered. ↵Dave Methvin2011-04-061-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ride that, Cowboy!
* | | | | | | | | | | | | | | Skip id regex check when large html strings are passed to the jQuery ↵carpie2011-04-051-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | constructor (#7990).
* | | | | | | | | | | | | | | Merge branch 'cssrelative.1.6' of https://github.com/danheberden/jquery into ↵Dave Methvin2011-04-051-0/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | danheberden-cssrelative.1.6
| * | | | | | | | | | | | | | | Improve relative string performance in .css and some code cleanupDan Heberden2011-04-041-16/+27
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Bug 7345; Add support for explicit/relative string values in .css - modified ↵Dan Heberden2011-04-041-0/+21
| |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from original pull req by brandonaron #78
* | | | | | | | | | | | | | | Merge branch 'domready' of https://github.com/cowboy/jqueryDave Methvin2011-04-051-13/+79
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Updated DOM ready unit tests.Ben Alman2011-03-311-5/+4
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | DOM Ready unit tests (but not the supporting fixed code).Ben Alman2011-03-311-13/+80
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch '4321' of https://github.com/rwldrn/jquery into rwldrn-4321Dave Methvin2011-04-051-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | 4321 returns empty jquery objectrwldrn2011-01-011-1/+2
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Shorten up the code and do event cleanup on test cases.Dave Methvin2011-04-051-0/+2
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'ticket_7883' of https://github.com/rwldrn/jquery into ↵Dave Methvin2011-04-051-0/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rwldrn-ticket_7883
| * | | | | | | | | | | | | | | | | #7883 .delegate and .live should accept false as the fn arg, like bindrwldrn2011-01-011-0/+39
| |/ / / / / / / / / / / / / / / /
* | | / / / / / / / / / / / / / / Bug 7587; Enhancement/1.6 Feature: Bypass regexp filter on $.parseJSON and ↵Dan Heberden2011-04-051-1/+1
| |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use native thrown exceptions if window.JSON.parse is available
* | | | | | | | | | | | | | | | Merge branch 'bug_8316' of https://github.com/timmywil/jquery into ↵Dave Methvin2011-03-313-47/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timmywil-bug_8316
| * | | | | | | | | | | | | | | Fix test cases for bug #8316 fix.timmywil2011-03-313-47/+14
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed special page, just needed another test in the fixed offset tests - Checks it's position related to scrolling
* / | | | | | | | | | | | | | Followup commit for #7340 test case; make sure second test fires properly on ↵Dave Methvin2011-03-311-2/+7
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IE by focusing to another element rather than blurring off the first.
* | | | | | | | | | | | | | Oops, that test file for bug #8316 was needed - was also missing an include ↵jeresig2011-03-241-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and was causing errors.
* | | | | | | | | | | | | | Offset setter for fixed position elements in Webkit. Fixes #8316.Michael Murray2011-03-241-1/+16
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'bug-3333' of https://github.com/rdworth/jquery into ↵jeresig2011-03-241-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | rdworth-bug-3333
| * | | | | | | | | | | | | Added css hook to work around bug in WebKit computed margin-right. Fixes ↵Richard Worth2011-03-241-0/+12
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #3333 - .css("marginRight") is incorrect in WebKit
* | | | | | | | | | | | | Merge branch 'fix-8456-lost-mouseenter' of ↵jeresig2011-03-211-0/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/dmethvin/jquery into dmethvin-fix-8456-lost-mouseenter
| * | | | | | | | | | | | Fixes #8456. Make sure parent is not null before crawling into its lap, so ↵Dave Methvin2011-03-091-0/+14
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mouseenter is triggered on a mouseover event.
* | | | | | | | | | | | Merge branch 'fix-7340-focusin-focusout-bubble' of ↵jeresig2011-03-211-0/+25
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | https://github.com/dmethvin/jquery into dmethvin-fix-7340-focusin-focusout-bubble
| * | | | | | | | | | | Fixes #7340. Use a single capturing handler to simulate bubbling ↵Dave Methvin2011-03-041-0/+25
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | focusin/focusout event on non-IE browsers. Allow native DOM methods to fire events other than the currently active one back into jQuery.
* | | | | | | | | | | Merge branch 'bug_6158' of https://github.com/jboesch/jquery into ↵John Resig2011-03-151-2/+5
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jboesch-bug_6158
| * | | | | | | | | | | bug 6158; fixing replaceWith from throwing errors on non existant elements; ↵Jordan Boesch2011-03-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixing semicolon
| * | | | | | | | | | | bug 6158; fixing replaceWith from throwing errors on non existant elementsJordan Boesch2011-03-051-2/+5
| |/ / / / / / / / / /
* | | | | | | | | | | Introduce submodules, closes #8536Carl Fürstenberg2011-03-151-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of the manual clone of sizzle and qunit, use git submodules instead. this will ensure that all future releases can be recreated by checking out an tag.
* | | | | | | | | | | Fixes #8509. Makes URL regexp less overzealous and ensures it recognizes URL ↵jaubourg2011-03-151-1/+11
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | schemes which do not contain a conformant hierarchical structure ( as per section 2.1.2 of http://www.ietf.org/rfc/rfc2718.txt ). Also adds about: and adobe air's app: and app-storage: to the list of local protocols and provides a failover in case document.location is illformed. Unit test added.
* | | | | | | | | | Moves Deferred-related code into a separate module. Context handling has ↵jaubourg2011-03-0314-221/+235
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization).
* | | | | | | | | | Fix for #8421. Makes sure resolveWith can be called with only one parameter.jaubourg2011-03-031-5/+11
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Grouped up the testgnarf2011-02-241-13/+9
| | | | | | | | |
* | | | | | | | | A quick change to detect AIR urlsgnarf2011-02-241-0/+12
| | | | | | | | |
* | | | | | | | | Make a new jQuery.support.noCloneChecked - splitting apart the previous ↵jeresig2011-02-231-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature detect relating to clone in IE, fixes the last remaining issue with IE 9 RC. Fixes #8365.
* | | | | | | | | Bug #6911 - Prevent action on disabled elements, both triggering and bound ↵Dan Heberden2011-02-181-61/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via .live()
* | | | | | | | | Revert "Adds an invert method to promises that returns a "inverted" promise ↵jaubourg2011-02-181-41/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that is resolved when the underlying deferred is rejected and rejected when the underlying deferred is resolved." This reverts commit 4e975430510f443ef76a90d077bc8956fb8b8cc0.
* | | | | | | | | Fix a some inaccuracies in the original test case for #7912.Anton M2011-02-171-16/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use fresh div instead of one outside the test-fixture - make sure the empty string test tests actually that (not 0% 0%) - actually test for < -10000 (#7193) - fixed some whitespace issues
* | | | | | | | | Fixes #7912. Make sure .cur() only returns 0 as fallback value when it needs ↵louisremi2011-02-171-15/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to ("", auto, undefined, null). This change makes .cur() more .cssHooks friendly. .cur() now returns the unmodified value by .css() if it isn't a number, number-alike or a value that needs a fallback to 0. This way fx.start doesn't need to be recalculated for complex values.
* | | | | | | | | Only perpetrate the .toJSON hack on data caches when they are attached to a ↵Dave Methvin2011-02-171-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | plain Javascript object. Part of the continuing saga of #8108.
* | | | | | | | | Fixes #8297. Makes sure response headers with empty values are handled ↵jaubourg2011-02-172-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | properly and do not prevent proper parsing of the entire response headers string. Unit test amended.
* | | | | | | | | Revert "Merge branch '8099' of https://github.com/rwldrn/jquery into ↵Anton M2011-02-152-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rwldrn-8099" This reverts commit bb9408516aa0fc8892f4e07a99b1a47bce06081b, reversing changes made to 3ad8dd242acec1066f43a9349f4c1a352680d37b. Conflicts: src/effects.js
* | | | | | | | | Fix some whitespace issues.Anton M2011-02-151-6/+6
| | | | | | | | |
* | | | | | | | | Fixes #7922. Copy the donor event when simulating a bubbling submit in IE so ↵Dave Methvin2011-02-151-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that we don't accidentally stop propagation on it. Remove a bunch of return statements that could also cancel the event. DRY out the liveFired change from #6359 by moving it to the trigger() function.
* | | | | | | | | Fixes #8277. Sets data to undefined rather than null when it is not provided ↵jaubourg2011-02-151-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in ajax helpers so that it won't revent data set in ajaxSettings from being used. Unit test added.
* | | | | | | | | Fix some unscoped tests which failed after recent changes to QUnit.Anton M2011-02-153-9/+9
| | | | | | | | |
* | | | | | | | | Hide metadata when serializing JS objects using JSON.stringify via a toJSON ↵Colin Snover2011-02-141-3/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hack. Fixes #8108.