aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-triggerDave Methvin2011-04-1014-459/+783
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Allow specific custom events to exit trigger early if there are no handlers ↵Dave Methvin2011-04-061-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bound for that type.
* | | | | | | | | | resolve more conflictslouisremi2011-04-121-4/+0
| | | | | | | | | |
* | | | | | | | | | merge with master and resolve more conflictslouisremi2011-04-129-68/+132
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Some minor code cleanup.jeresig2011-04-121-5/+5
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'fix_8402' of https://github.com/lrbabe/jquery into lrbabe-fix_8402jeresig2011-04-121-6/+12
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | replace cssPropsAware branchlouisremi2011-04-111-6/+12
| | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'fix_8403' of https://github.com/lrbabe/jquery into lrbabe-fix_8403jeresig2011-04-121-3/+4
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | double quotes, againlouisremi2011-04-111-1/+1
| | | | | | | | | | | |
| | * | | | | | | | | | fixing both #8403 and #8401: jQuery \"bulldozes\" other IE filters when ↵louisremi2011-03-011-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | setting opacity
| * | | | | | | | | | | Removing un-needed frameElement check as discussed in #8018. Fixes #8108.jeresig2011-04-121-11/+0
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' of https://github.com/inukshuk/jquery into inukshuk-masterjeresig2011-04-121-3/+5
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/unit/offset.js
| | * | | | | | | | | | | Use parseFloat instead of parseInt to read CSS values.Sylvester Keil2011-01-151-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes #7730 and #7885.
| * | | | | | | | | | | | Merge branch 'bug_4366' of https://github.com/jboesch/jquery into ↵jeresig2011-04-121-2/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jboesch-bug_4366
| | * | | | | | | | | | | | Bug 4366; removing extra spaceJordan Boesch2011-03-301-1/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Bug 4366; fixing $.each(document.styleSheets) from throwing errors in IEJordan Boesch2011-03-301-2/+5
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'attr_remove_list_check' of https://github.com/timmywil/jquery ↵jeresig2011-04-121-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into timmywil-attr_remove_list_check
| | * | | | | | | | | | | | | retrieving list with getAttribute is fine, no need to add list here anymoretimmywil2011-04-111-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fixes unit/css.js test fail in Safari 5. support.js test was passing ↵timmywil2011-04-111-3/+6
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | erroneously due to the body to which the div was attached having a width of 0
| * | | | | | | | | | | | | Bug fixes in queue.js: type in dequeue could be undefined which lead to a ↵jaubourg2011-04-121-12/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wrong data key, which would then have undesirable data left dangling on elements. Also adds missing semicolon in effects unit.
| * | | | | | | | | | | | | Merge branch 'master' of github.com:jquery/jqueryjaubourg2011-04-122-5/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch '2773_firefox_opera_fix' of https://github.com/timmywil/jquery ↵jeresig2011-04-111-3/+8
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | into timmywil-2773_firefox_opera_fix
| | | * | | | | | | | | | | | Run order problem when running full test suite in Opera 11, removed failing ↵timmywil2011-04-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test as it passed by itself and there are others just like it
| | | * | | | | | | | | | | | Fix unit tests in firefox 4 and opera 11, passing null or undefined to ↵timmywil2011-04-111-1/+6
| | | | |_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | indexOf was throwing an error in those browsers
| | * | | | | | | | | | | | 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
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Ticket #8753 Always set event type explicitlyRick Waldon2011-04-111-2/+5
| | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'master' of github.com:jquery/jqueryjaubourg2011-04-119-256/+511
| |\| | | | | | | | | | |
| * | | | | | | | | | | | Adds _mark and _unmark as a mean to keep track of ongoing non-queued ↵jaubourg2011-04-112-32/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | animations in fn.promise.
* | | | | | | | | | | | | second batchlouisremi2011-04-111-1/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | first batchlouisremi2011-04-111-2/+2
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | 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