aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add More New Contributors to AUTHORS.txtMike Sherov2012-10-231-0/+4
|
* new JSHINT mixed spaces/tabs is smart enough to not warn on multiline ↵Mike Sherov2012-10-223-5/+4
| | | | comments, rendering smarttabs useless
* Fix #12411, .removeClass(undefined) is a chaining no-op. Close gh-913.Matthias Jäggli2012-10-212-1/+10
| | | | | .removeClass() //removes all classes, as documented .removeClass(window.nonExistentVariable) // removes nothing
* updated AUTHORSMike Sherov2012-10-211-1/+8
|
* Missing semicolon.Dave Methvin2012-10-211-1/+1
|
* Fix failing tests for beforeunload in Safari 5.0. Close gh-1002.Oleg2012-10-211-12/+28
|
* Remove references to the Makefile from the READMEMike Sherov2012-10-211-1/+1
|
* Fix #12061. Avoid window.onbeforeunload to permit multiple handlers. Close ↵Oleg2012-10-202-18/+56
| | | | gh-894.
* Remove deprecated $.uuid and dunseled $.deletedIds.Dave Methvin2012-10-201-5/+0
|
* Fix #12107. Let .proxy() curry args without overwriting context. Close gh-866.Marcel Greter2012-10-202-2/+10
|
* Alternate fix for #11426; check responseText. Close gh-843.Oleg Gaidarenko2012-10-201-2/+1
|
* Don't expose jQuery.deletedIds. Close gh-889.Rick Waldron2012-10-203-2/+5
|
* Fix #12048. Set attributes for XML fragments. Close gh-965.Sai Wong2012-10-204-1/+28
|
* Fix attribute names in aliased form property test. Close gh-951.Jonathan Sampson2012-10-201-1/+1
| | | | Test expects input elements having name='id', name='name', and name='target'. Additionally, these should have id='id', id='name', and id='target' respectively. No element was provided with id='id' or name='id', but rather one element had two name attributes (illegal) with the values 'id' and 'name' respectively.
* Fixes #12518, removes an offsetWidth on focus/blur events for an <IE9 bug ↵Merrifield, Jay2012-10-201-3/+7
| | | | that caused a performance hit. Closes gh-958
* adding awesome new contributors to AUTHORS.txtMike Sherov2012-10-201-0/+2
|
* Fix #12610, remove unneeded window.event. Close gh-968.Sai Wong2012-10-201-1/+1
|
* Fix #4262: faster .eq(), closes gh-1000.Richard Gibson2012-10-192-48/+16
|
* Combine parseJSON tests and fix style.Dave Methvin2012-10-191-71/+14
| | | | We only care about the result of parseJSON so there's no reason to feature detect the entire test.
* Followup for #12751, only test on browsers with JSON.parseDave Methvin2012-10-191-33/+36
|
* Fix #12739. Keep namespace when triggering with an Event. Close gh-972.Allen J Schmidt Jr2012-10-193-2/+40
|
* Merge pull request #998 from jquery/strictJulian Aubourg2012-10-193-0/+4
|\
| * @mikesherov says `strict` is redundant when `node` is already therejaubourg2012-10-191-1/+0
| |
| * adds strict rule to jshint options (except for test files). "use strict" is ↵jaubourg2012-10-184-0/+5
|/ | | | added to the main jQuery closure and some "could-be-unsafe" `this` trickery in effects is silenced.
* Fix #12751. Ensure parseJson throws in the same situations as JSON.parse. ↵James Huston2012-10-174-17/+88
| | | | Close gh-993.
* no ticket: fix jQuery suite failure on AndroidRichard Gibson2012-10-172-1/+1
|
* Fixes #12569. Improve Feature Detect For oldIE bubbling. closes gh-967Merrifield, Jay2012-10-171-1/+1
|
* fix failing offset testsMike Sherov2012-10-171-2/+19
|
* Update grunt-compare-size to 0.2.0Rick Waldron2012-10-171-1/+1
|
* Fixes #12749, correctly detect position() for position:fixed elements, ↵Merrifield, Jay2012-10-172-49/+61
| | | | closes gh-991
* Fixes #12752: Added OS-switch for grunt task "custom", to make use of ↵Roland Eckl2012-10-171-1/+1
| | | | grunt.cmd on Windows operating systems. closes gh-996
* no ticket: remove and enforce unused vars in jshintMike Sherov2012-10-178-14/+11
|
* Don't be so picky about path separatorsRick Waldron2012-10-171-5/+0
|
* Update Sizzle: fixes failing tests in traversing (FF, Opera, Safari)Timmy Willison2012-10-171-0/+0
|
* Style nit in test/unit/callbacks.js. Closes gh-992Erick Ruiz de Chavez2012-10-161-1/+1
|
* Update README.md - grunt *update_*submodulesTom Fuertes2012-10-161-1/+1
|
* Refactored before/after/replaceWith to not pushStack. Fixes #12664, closes ↵Sai Wong2012-10-162-58/+101
| | | | gh-987
* Update package.json for update submodulesTimmy Willison2012-10-161-1/+1
|
* Enforce style in test/unit/callbacks.js. ↵Erick Ruiz de Chavez2012-10-161-22/+27
| | | | https://github.com/jquery/2012-dev-summit/issues/56
* SizzzzzzllllleeeeeTimmy Willison2012-10-161-0/+0
|
* Uses an additive approach to generating anti-cache parameters rather than a ↵jaubourg2012-10-161-1/+3
| | | | timestamp. Fixes #12550
* Update Sizzle: <3 revertsTimmy Willison2012-10-161-0/+0
|
* Merge branch 'master' of github.com:jquery/jqueryDave Methvin2012-10-1618-359/+541
|\
| * Fixes busted indents. Sorry folksRick Waldron2012-10-161-4/+4
| |
| * update sizzle for test failuresRichard Gibson2012-10-161-0/+0
| |
| * Replace unknown, mysterious html arg to replaceWith(fn...), with just the ↵Rick Waldron2012-10-161-3/+6
| | | | | | | | current node.
| * Fixes #12736. Move hover event hack to deprecated.js for removal in 1.9. ↵Greg Lavallee2012-10-164-49/+79
| | | | | | | | | | | | Closes gh-982. Signed-off-by: Timmy Willison <timmywillisn@gmail.com>
| * Convert all jQuery.removeData(foo, bar, true) calls to jQuery._remove(foo, bar)Rick Waldron2012-10-164-13/+13
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
| * Sizzle was accidentally revertedTimmy Willison2012-10-161-0/+0
| |
| * Fixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden ↵Mike Petrovich2012-10-164-1/+29
| | | | | | | | during animation, closes gh-981