aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-triggerDave Methvin2011-04-111-0/+8
|\
| * Merge branch '8777' of https://github.com/rwldrn/jquery into rwldrn-8777jeresig2011-04-111-0/+8
| |\ | | | | | | | | | | | | Conflicts: src/event.js
| | * Ticket #8777 undelegate by namespacerwldrn2011-04-051-2/+11
| | |
* | | Shave some time off array setup in trigger/handleDave Methvin2011-04-111-2/+2
| | |
* | | Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-triggerDave Methvin2011-04-111-1/+4
|\| | | | | | | | | | | | | | Conflicts: src/event.js
| * | Ticket #8753 Always set event type explicitlyRick Waldon2011-04-111-2/+5
| | |
* | | Move initialization of event until we determine if anyone wants it.Dave Methvin2011-04-111-15/+18
| | |
* | | Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-triggerDave Methvin2011-04-1014-459/+783
|\| |
| * | Merge branch '8101_lrbabe_requestAnimationFrame' of ↵jeresig2011-04-101-3/+20
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/timmywil/jquery into timmywil-8101_lrbabe_requestAnimationFrame Conflicts: src/effects.js
| | * | Separate raf function definition from passing it to requestAnimationFrametimmywil2011-04-102-3/+5
| | | |
| | * | Per rwaldron's request, added oRequestAnimationFrame as a possibilitytimmywil2011-04-051-1/+3
| | | |
| | * | Some adjustments and style edits on lrbabe's pull for requestAnimationFrametimmywil2011-04-042-17/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Moved support.js check to effects.js. This is just an assignment to the function if it exists. Removed string concatenations. + Still need to do the checks on window, but after that, window is no longer needed. - Switched ternary to an if statmenet - assigned timerId to a number rather than the function. I did perf tests to check which is faster.
| | * | shorten requestAnimationFrame testlouisremi2011-04-041-6/+6
| | | |
| | * | first tick should not occur immediatly; no tick should happen after a stop()louisremi2011-04-041-8/+7
| | | | | | | | | | | | | | | | + comments
| | * | reduce impact of requestAnimationFrame on incompatible browsers by ↵louisremi2011-04-041-5/+11
| | | | | | | | | | | | | | | | minimizing number of lookups
| | * | there was no way to 'manually' stop an animationlouisremi2011-04-041-1/+1
| | | |
| | * | timerId has to be set to true, to avoid starting multiple animation queueslouisremi2011-04-041-3/+3
| | | |
| | * | 'this' is the windowlouisremi2011-04-041-1/+1
| | | |
| | * | omitting 'window.' was causing undefined errorslouisremi2011-04-041-2/+2
| | | |
| | * | use requestAnimationFrame instead of setInterval for animations, when available.louisremi2011-04-042-1/+13
| | |/
| * | Merge branch 'attrhooks.1.6v2' of https://github.com/timmywil/jqueryjeresig2011-04-102-16/+3
| |\ \
| | * | Added back support.js test for getSetAttribute and removed some duplicate ↵timmywil2011-04-102-16/+3
| | | | | | | | | | | | | | | | code that crept into attributes.js
| * | | Merge branch 'modest_val_proposal' of https://github.com/timmywil/jquery ↵jeresig2011-04-101-74/+102
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into timmywil-modest_val_proposal Conflicts: src/attributes.js
| | * | | Performance testing: localize val to each block and only set val to value ↵timmywil2011-04-051-5/+6
| | | | | | | | | | | | | | | | | | | | when not a function
| | * | | Remove the unused radiocheck regextimmywil2011-04-041-2/+1
| | | | |
| | * | | A more modest valHooks proposaltimmywil2011-04-021-73/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The main difference is that this does not allow arbitrarily adding hooks to any collection of elements. - Modularizes val into a set of easily maintainable and conditional hooks. - valHooks is placed at jQuery.valHooks + This could technically be extended, but I do not see it being used except in very rare cases since you can only apply valHooks to nodeNames and input types, and not a collection of elements as before. We could theoretically privatize valHooks taking it off of jQuery and only use it internally for our own convenience, but again, I do not believe this patch carries with it the dangers of the first proposal. - Slightly improved performance of val on radios and checkboxes for browsers that support checkOn, given the conditional attachment of its hook.
| * | | | Merge branch 'proxy-native-bind' of https://github.com/gf3/jquery into ↵jeresig2011-04-103-36/+71
| |\ \ \ \ | | | | | | | | | | | | | | | | | | gf3-proxy-native-bind
| | * | | | added: Backcompatibility with old proxy syntax.Gianni Chiappetta2011-01-211-0/+6
| | | | | |
| | * | | | Merge branch 'master' into proxy-native-bindGianni Chiappetta2011-01-2120-1657/+1671
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| | * | | | | Noted which browsers don't support Function#bind.Gianni Chiappetta2010-12-181-1/+1
| | | | | | |
| | * | | | | Perf. improvement based on fearphage's suggestion (direct vs call vs apply).Gianni Chiappetta2010-12-181-1/+5
| | | | | | |
| | * | | | | Added list of browsers that currently support Function#bind.Gianni Chiappetta2010-12-161-1/+2
| | | | | | |
| | * | | | | Add a quick test to $.support for native bind.Gianni Chiappetta2010-12-152-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | As per the suggestion by ajpiano: https://github.com/gf3/jquery/commit/9f8cd6c499844451468257140e71f611abb3a040#commitcomment-218658
| | * | | | | Fixing $.proxy to work like (and use) Function.prototype.bind (ticket #7783)Gianni Chiappetta2010-12-142-36/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | http://bugs.jquery.com/ticket/7783
| * | | | | | Merge branch 'bug_7369' of https://github.com/timmywil/jquery into ↵jeresig2011-04-101-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | timmywil-bug_7369
| | * | | | | | Fixes #7369 - Using an attribute selector for a non-existent attribute ↵timmywil2011-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | raised an exception on disconnected nodes
| * | | | | | | Merge branch 'map-object.1.6' of https://github.com/danheberden/jquery into ↵jeresig2011-04-101-6/+21
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | danheberden-map-object.1.6
| | * | | | | | | Add missing var declaration forDan Heberden2011-04-051-1/+1
| | | | | | | | |
| | * | | | | | | Improve speed of $.map with object support (-5% previous speed) and improve ↵Dan Heberden2011-04-042-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .length detection
| | * | | | | | | Clean up tab spacingDan Heberden2011-03-211-4/+4
| | | | | | | | |
| | * | | | | | | jQuery.map to iterate over objects with a .length propertyDan Heberden2011-03-211-20/+20
| | | | | | | | |
| | * | | | | | | jQuery.map to conform with style guidelines - improved size/DRY codeDan Heberden2011-03-211-15/+17
| | | | | | | | |
| | * | | | | | | Merge branch 'bug_2616' of https://github.com/jboesch/jquery into map-object.1.6Dan Heberden2011-03-211-8/+22
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '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-8/+22
| | | | | | | | | |
| * | | | | | | | | Merge branch '2773_find_closest' of https://github.com/timmywil/jquery into ↵jeresig2011-04-102-13/+29
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2/+2
| | | | | | | | | | |
| | * | | | | | | | | Merge branch 'master' of git://github.com/jquery/jquery into 2773_find_closesttimmywil2011-03-306-23/+70
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Add node and jQuery object support to $.fn.closesttimmywil2011-03-211-8/+12
| | | | | | | | | | | |
| | * | | | | | | | | | Merge branch 'master' of git://github.com/jquery/jquery into 2773_find_closesttimmywil2011-03-163-4/+6
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Organizing varstimmywil2011-03-161-4/+3
| | | | | | | | | | | | |