aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | Fixes #8744. Makes sure script transport abort method actually removes the ↵jaubourg2011-04-041-1/+1
| |_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | script tag even if readyState exists.
* | | | | | | | | | | | | | | | | | | Fix test cases for bug #8316 fix.timmywil2011-03-311-3/+3
| |_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed special page, just needed another test in the fixed offset tests - Checks it's position related to scrolling
* | | | | | | | | | | | | | | | | | Remove crossDomain:null comment, it's not needed since undefined==null below.Dave Methvin2011-03-301-1/+0
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'crossDomain' of https://github.com/JessThrysoee/jquery into ↵Dave Methvin2011-03-301-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | JessThrysoee-crossDomain
| * | | | | | | | | | | | | | | | | no need to specifically initialize crossDomain to nullJessThrysoee2011-03-111-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Make it possible to force the Ajax crossDomain option to false.JessThrysoee2011-03-111-2/+2
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Fixes #8203. Remove some misguided nulling of elements done in the name of ↵Dave Methvin2011-03-302-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IE memory cleanup. Based on a patch by davidmurdoch in pull 226.
* | | | | | | | | | | | | | | | | Merge branch 'fix_8346' of https://github.com/lrbabe/jquery into lrbabe-fix_8346John Resig2011-03-301-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | comments for workarounds are always welcome.louisremi2011-02-231-0/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | fix the regular expression that turns camel-case properties to lower-case ↵louisremi2011-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ones for IE9. Fixes #8346
* | | | | | | | | | | | | | | | | | Fixes #8692. Strange FF4 bug: values changed onto the arguments object ↵jaubourg2011-03-301-1/+4
| |_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sometimes end up as undefined values outside the $.when method. Cloning the object into a fresh array solves the issue.
* | | | | | | | | | | | | | | | | Bug #8635 Firefox uncaught exceptionrwldrn2011-03-281-1/+1
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'bug-3333' of https://github.com/rdworth/jqueryjeresig2011-03-241-5/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Further fix for #3333, refactored marginRight css hook to use jQuery.swap ↵Richard Worth2011-03-241-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and computed. Thanks timmywil
* | | | | | | | | | | | | | | | | | Land new sizzle commit.jeresig2011-03-241-0/+0
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Updating Sizzle submodule to bring in the latest commit.jeresig2011-03-241-0/+0
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Fix missing semicolon.jeresig2011-03-241-1/+1
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Offset setter for fixed position elements in Webkit. Fixes #8316.Michael Murray2011-03-241-2/+2
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'bug-3333' of https://github.com/rdworth/jquery into ↵jeresig2011-03-242-1/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rdworth-bug-3333
| * | | | | | | | | | | | | | | | Added css hook to work around bug in WebKit computed margin-right. Fixes ↵Richard Worth2011-03-242-1/+32
| | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #3333 - .css("marginRight") is incorrect in WebKit
* | | | | | | | | | | | | | | | Merge branch 'fix-8456-lost-mouseenter' of ↵jeresig2011-03-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1/+1
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mouseenter is triggered on a mouseover event.
* | | | | | | | | | | | | | | Merge branch 'fix-7340-focusin-focusout-bubble' of ↵jeresig2011-03-211-9/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-9/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jboesch-bug_6158
| * | | | | | | | | | | | | | | removing parensJordan Boesch2011-03-141-1/+1
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | bug 6158; fixing replaceWith from throwing errors on non existant elementsJordan Boesch2011-03-051-4/+3
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | bug 6158; fixing replaceWith from throwing errors on empty elementsJordan Boesch2011-03-051-0/+3
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | 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-3/+3
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | | | | Fixes #8423. Never set X-Requested-With header automagically for ↵jaubourg2011-03-071-5/+6
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cross-domain requests.
* | | | | | | | | | | | | Moves Deferred-related code into a separate module. Context handling has ↵jaubourg2011-03-032-172/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0/+2
| |_|_|/ / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | A quick change to detect AIR urlsgnarf2011-02-241-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Removes unnecessary parenthesis from regular expression.jaubourg2011-02-241-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Revert "Fixes #8353. Adds a catch block in resolveWith so that the finally ↵jaubourg2011-02-241-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | block gets executed in IE7 and IE6." This reverts commit cacea6f7e778d42cda56066a6b1da8fb163410cc.
* | | | | | | | | | | | Make a new jQuery.support.noCloneChecked - splitting apart the previous ↵jeresig2011-02-232-14/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature detect relating to clone in IE, fixes the last remaining issue with IE 9 RC. Fixes #8365.
* | | | | | | | | | | | Refactors jQuery.when to avoid unnecessary recursion and limit function ↵jaubourg2011-02-231-18/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | calls as much as possible.
* | | | | | | | | | | | Fixes #8353. Adds a catch block in resolveWith so that the finally block ↵jaubourg2011-02-231-0/+6
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gets executed in IE7 and IE6.
* | | | | | | | | | | Makes the promise method of Deferreds a bit more readable by not using the ↵jaubourg2011-02-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | variable declared as parameter trick anymore.
* | | | | | | | | | | Bug #6911 - Prevent action on disabled elements, both triggering and bound ↵Dan Heberden2011-02-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via .live()
* | | | | | | | | | | Revert "Adds an invert method to promises that returns a "inverted" promise ↵jaubourg2011-02-181-34/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that is resolved when the underlying deferred is rejected and rejected when the underlying deferred is resolved." This reverts commit 4e975430510f443ef76a90d077bc8956fb8b8cc0.
* | | | | | | | | | | A temporary workaround for #8018 that avoids any chance of ↵Alex Sexton2011-02-171-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compatibility-breaking changes until a proper fix can be landed in 1.6.
* | | | | | | | | | | Fixes #7912. Make sure .cur() only returns 0 as fallback value when it needs ↵louisremi2011-02-171-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | plain Javascript object. Part of the continuing saga of #8108.
* | | | | | | | | | | Fixes #8297. Makes sure response headers with empty values are handled ↵jaubourg2011-02-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-151-27/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rwldrn-8099" This reverts commit bb9408516aa0fc8892f4e07a99b1a47bce06081b, reversing changes made to 3ad8dd242acec1066f43a9349f4c1a352680d37b. Conflicts: src/effects.js
* | | | | | | | | | | Fix some whitespace issues.Anton M2011-02-156-13/+13
| | | | | | | | | | |
* | | | | | | | | | | Fixes #7922. Copy the donor event when simulating a bubbling submit in IE so ↵Dave Methvin2011-02-151-9/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in ajax helpers so that it won't revent data set in ajaxSettings from being used. Unit test added.