aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | 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 'makefile_fixes' of https://github.com/azatoth/jquery into ↵John Resig2011-03-301-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | azatoth-makefile_fixes
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into makefile_fixesCarl Fürstenberg2011-03-223-17/+80
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Changing dependice order for minify to prevent reminifyCarl Fürstenberg2011-03-161-2/+2
| | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unless jquery.js has been updated, no minification should occur closes: #8519
* | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | | | | | | | Update the Sizzle location to point to the newly-moved repo.John Resig2011-03-281-1/+1
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | Updating the source version to 1.5.2pre.jeresig2011-03-241-1/+1
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Tagging the 1.5.2rc1 release.1.5.2rc1jeresig2011-03-241-1/+1
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Land new sizzle commit.jeresig2011-03-241-0/+0
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Oops, that test file for bug #8316 was needed - was also missing an include ↵jeresig2011-03-241-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and was causing errors.
* | | | | | | | | | | | | | | | | 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-242-3/+18
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'bug-3333' of https://github.com/rdworth/jquery into ↵jeresig2011-03-243-1/+44
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rdworth-bug-3333
| * | | | | | | | | | | | | | | | Added css hook to work around bug in WebKit computed margin-right. Fixes ↵Richard Worth2011-03-243-1/+44
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #3333 - .css("marginRight") is incorrect in WebKit
* | | | | | | | | | | | | | | | Merge branch 'fix-8456-lost-mouseenter' of ↵jeresig2011-03-212-1/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-092-1/+15
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mouseenter is triggered on a mouseover event.
* | | | | | | | | | | | | | | Merge branch 'fix-7340-focusin-focusout-bubble' of ↵jeresig2011-03-212-9/+48
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-042-9/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | focusin/focusout event on non-IE browsers. Allow native DOM methods to fire events other than the currently active one back into jQuery.
* | | | | | | | | | | | | | | | merge doesn't work when initCarl Fürstenberg2011-03-181-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sadly the merge strategy doesn't work when doing an initial clone, circumvent that
* | | | | | | | | | | | | | | | Adding core targetCarl Fürstenberg2011-03-181-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding core target to do jquery, minimization and lint
* | | | | | | | | | | | | | | | updating phony rulesCarl Fürstenberg2011-03-171-1/+1
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Change makefile order to only update submodules on 'all' targetCarl Fürstenberg2011-03-171-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | insterad of always update the submodules, now only "make all" will run that, thus an "make jquery" will not update them
* | | | | | | | | | | | | | | | Remove jq targetCarl Fürstenberg2011-03-171-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove obsolete jq target
* | | | | | | | | | | | | | | | Merge when updating submodules on makeCarl Fürstenberg2011-03-171-1/+1
| |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When running make, the submodule update will remove all local changes. Adding flag --rebase or --merge does solve the issue. rebase will probably make it cleaner, but it might stop on conflict, thus --merge will result in fewer (probably none).
* | | | | | | | | | | | | | | Merge branch 'bug_6158' of https://github.com/jboesch/jquery into ↵John Resig2011-03-152-3/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jboesch-bug_6158
| * | | | | | | | | | | | | | | removing parensJordan Boesch2011-03-141-1/+1
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | 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-052-6/+8
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | bug 6158; fixing replaceWith from throwing errors on empty elementsJordan Boesch2011-03-051-0/+3
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | adding pull commandCarl Fürstenberg2011-03-151-0/+3
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | pull submodules make commandCarl Fürstenberg2011-03-151-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding an helper funciton to pull the latest from all registered submodules
* | | | | | | | | | | | | | | Introduce submodules, closes #8536Carl Fürstenberg2011-03-155-32/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-152-4/+14
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0317-393/+407
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-032-5/+13
| |_|_|/ / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Grouped up the testgnarf2011-02-241-13/+9
| | | | | | | | | | | |
* | | | | | | | | | | | A quick change to detect AIR urlsgnarf2011-02-242-1/+13
| | | | | | | | | | | |
* | | | | | | | | | | | 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.