Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Land new sizzle commit. | jeresig | 2011-03-24 | 1 | -0/+0 |
| | |||||
* | Oops, that test file for bug #8316 was needed - was also missing an include ↵ | jeresig | 2011-03-24 | 1 | -0/+30 |
| | | | | and was causing errors. | ||||
* | Updating Sizzle submodule to bring in the latest commit. | jeresig | 2011-03-24 | 1 | -0/+0 |
| | |||||
* | Fix missing semicolon. | jeresig | 2011-03-24 | 1 | -1/+1 |
| | |||||
* | Offset setter for fixed position elements in Webkit. Fixes #8316. | Michael Murray | 2011-03-24 | 2 | -3/+18 |
| | |||||
* | Merge branch 'bug-3333' of https://github.com/rdworth/jquery into ↵ | jeresig | 2011-03-24 | 3 | -1/+44 |
|\ | | | | | | | rdworth-bug-3333 | ||||
| * | Added css hook to work around bug in WebKit computed margin-right. Fixes ↵ | Richard Worth | 2011-03-24 | 3 | -1/+44 |
| | | | | | | | | #3333 - .css("marginRight") is incorrect in WebKit | ||||
* | | Merge branch 'fix-8456-lost-mouseenter' of ↵ | jeresig | 2011-03-21 | 2 | -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 Methvin | 2011-03-09 | 2 | -1/+15 |
| | | | | | | | | | | | | mouseenter is triggered on a mouseover event. | ||||
* | | | Merge branch 'fix-7340-focusin-focusout-bubble' of ↵ | jeresig | 2011-03-21 | 2 | -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 Methvin | 2011-03-04 | 2 | -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 init | Carl Fürstenberg | 2011-03-18 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | sadly the merge strategy doesn't work when doing an initial clone, circumvent that | ||||
* | | | | Adding core target | Carl Fürstenberg | 2011-03-18 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | Adding core target to do jquery, minimization and lint | ||||
* | | | | updating phony rules | Carl Fürstenberg | 2011-03-17 | 1 | -1/+1 |
| | | | | |||||
* | | | | Change makefile order to only update submodules on 'all' target | Carl Fürstenberg | 2011-03-17 | 1 | -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 target | Carl Fürstenberg | 2011-03-17 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | remove obsolete jq target | ||||
* | | | | Merge when updating submodules on make | Carl Fürstenberg | 2011-03-17 | 1 | -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 Resig | 2011-03-15 | 2 | -3/+8 |
|\ \ \ | | | | | | | | | | | | | jboesch-bug_6158 | ||||
| * | | | removing parens | Jordan Boesch | 2011-03-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | bug 6158; fixing replaceWith from throwing errors on non existant elements; ↵ | Jordan Boesch | 2011-03-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | fixing semicolon | ||||
| * | | | bug 6158; fixing replaceWith from throwing errors on non existant elements | Jordan Boesch | 2011-03-05 | 2 | -6/+8 |
| | | | | |||||
| * | | | bug 6158; fixing replaceWith from throwing errors on empty elements | Jordan Boesch | 2011-03-05 | 1 | -0/+3 |
| |/ / | |||||
* | | | adding pull command | Carl Fürstenberg | 2011-03-15 | 1 | -0/+3 |
| | | | |||||
* | | | pull submodules make command | Carl Fürstenberg | 2011-03-15 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | Adding an helper funciton to pull the latest from all registered submodules | ||||
* | | | Introduce submodules, closes #8536 | Carl Fürstenberg | 2011-03-15 | 5 | -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 ↵ | jaubourg | 2011-03-15 | 2 | -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 ↵ | jaubourg | 2011-03-07 | 1 | -5/+6 |
|/ | | | | cross-domain requests. | ||||
* | Moves Deferred-related code into a separate module. Context handling has ↵ | jaubourg | 2011-03-03 | 17 | -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. | jaubourg | 2011-03-03 | 2 | -5/+13 |
| | |||||
* | Grouped up the test | gnarf | 2011-02-24 | 1 | -13/+9 |
| | |||||
* | A quick change to detect AIR urls | gnarf | 2011-02-24 | 2 | -1/+13 |
| | |||||
* | Removes unnecessary parenthesis from regular expression. | jaubourg | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | Revert "Fixes #8353. Adds a catch block in resolveWith so that the finally ↵ | jaubourg | 2011-02-24 | 1 | -6/+0 |
| | | | | | | block gets executed in IE7 and IE6." This reverts commit cacea6f7e778d42cda56066a6b1da8fb163410cc. | ||||
* | Updating the source version to 1.5.2pre. | jeresig | 2011-02-23 | 1 | -1/+1 |
| | |||||
* | Tagging the 1.5.1 release. | jeresig | 2011-02-23 | 1 | -1/+1 |
| | |||||
* | Make a new jQuery.support.noCloneChecked - splitting apart the previous ↵ | jeresig | 2011-02-23 | 3 | -17/+33 |
| | | | | 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 ↵ | jaubourg | 2011-02-23 | 1 | -18/+28 |
| | | | | calls as much as possible. | ||||
* | Fixes #8353. Adds a catch block in resolveWith so that the finally block ↵ | jaubourg | 2011-02-23 | 1 | -0/+6 |
| | | | | gets executed in IE7 and IE6. | ||||
* | Makes the promise method of Deferreds a bit more readable by not using the ↵ | jaubourg | 2011-02-22 | 1 | -2/+2 |
| | | | | variable declared as parameter trick anymore. | ||||
* | Updating the source version to 1.5.1pre. | jeresig | 2011-02-18 | 1 | -1/+1 |
| | |||||
* | Tagging the 1.5.1rc1 release.1.5.1rc1 | jeresig | 2011-02-18 | 1 | -1/+1 |
| | |||||
* | Bug #6911 - Prevent action on disabled elements, both triggering and bound ↵ | Dan Heberden | 2011-02-18 | 2 | -62/+95 |
| | | | | via .live() | ||||
* | Revert "Adds an invert method to promises that returns a "inverted" promise ↵ | jaubourg | 2011-02-18 | 2 | -75/+17 |
| | | | | | | 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 Sexton | 2011-02-17 | 1 | -4/+9 |
| | | | | compatibility-breaking changes until a proper fix can be landed in 1.6. | ||||
* | Fix a some inaccuracies in the original test case for #7912. | Anton M | 2011-02-17 | 1 | -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 ↵ | louisremi | 2011-02-17 | 2 | -18/+45 |
| | | | | | | | | 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 Methvin | 2011-02-17 | 2 | -7/+10 |
| | | | | plain Javascript object. Part of the continuing saga of #8108. | ||||
* | Fixes #8297. Makes sure response headers with empty values are handled ↵ | jaubourg | 2011-02-17 | 3 | -5/+13 |
| | | | | 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 M | 2011-02-15 | 3 | -42/+2 |
| | | | | | | | | | | | rwldrn-8099" This reverts commit bb9408516aa0fc8892f4e07a99b1a47bce06081b, reversing changes made to 3ad8dd242acec1066f43a9349f4c1a352680d37b. Conflicts: src/effects.js | ||||
* | Fix some whitespace issues. | Anton M | 2011-02-15 | 7 | -19/+19 |
| |