aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix #13143. Event target cannot be a text node.Dave Methvin2013-01-061-0/+6
| | | | Check removed in the initial 2.0 refactor but Chrome still needs it. No effective way to unit test; see the test case in #13143.
* Allow build to continue with --force on bad line endings.Dave Methvin2013-01-061-1/+0
|
* Fix #12471. Use consistent line endings in jquery.jsDave Methvin2013-01-061-5/+14
|
* Ref #12945, IE9/10 still needs safe .getAttribute check.Dave Methvin2013-01-041-1/+3
|
* Fix #12945. Check for .getAttribute so IE9 is happy.Dave Methvin2013-01-041-1/+3
|
* Use new version of grunt-contrib-watch. Close gh-1106.Zachary Adam Kaplan2013-01-031-1/+1
| | | | Previous versions of grunt-contrib-watch did not support editors that used safe-writes (vim, etc..).
* Remove appendChecked detect and stranded markup.Dave Methvin2013-01-031-11/+4
|
* Remove oldIE styleFloat detect.Dave Methvin2013-01-032-5/+1
|
* Remove noCloneEvent detects and white-box unit test.Dave Methvin2013-01-032-54/+0
|
* Remove oldIE submit/change bubble detects.Dave Methvin2013-01-031-7/+4
|
* Remove deleteExpando detect.Dave Methvin2013-01-032-42/+0
|
* Remove inlineBlockNeedsLayout and shrinkWrapBlocks.Dave Methvin2013-01-033-99/+38
|
* Remove support.reliableHiddenOffsets detect.Dave Methvin2013-01-032-23/+3
|
* Remove stranded support.js checks for oldIE.Dave Methvin2013-01-032-64/+1
|
* Revert data.js rewrite.Dave Methvin2013-01-035-324/+309
| | | | | | | | | | | | | | | | | | | | | | Reverts the following commits: commit f717226b3a44f918eec30b2d59ab257270189bc3 Author: Rick Waldron <waldron.rick@gmail.com> Date: Mon Dec 31 18:06:38 2012 -0500 Only splice from internal arrays when item actually exists. commit b9cdc4136b688963d1dc4befb169be02a0216ba9 Author: Rick Waldron <waldron.rick@gmail.com> Date: Mon Dec 31 16:20:35 2012 -0500 Updates to data.js re-write to pass events and manipulation commit d1de3000c6d50c298de14fb1ae3381d75c303723 Author: Rick Waldron <waldron.rick@gmail.com> Date: Mon Dec 31 15:09:45 2012 -0500 2.0: Rewrite data.js
* Happy New Year! It's 2013.Dave Methvin2013-01-032-2/+2
|
* Update README to include grunt-cli step.Dave Methvin2013-01-021-11/+12
|
* Only splice from internal arrays when item actually exists.Rick Waldron2012-12-311-2/+5
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Updates to data.js re-write to pass events and manipulation (full pass in ↵Rick Waldron2012-12-313-38/+43
| | | | | | local test runs) Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* 2.0: Rewrite data.jsRick Waldron2012-12-313-279/+286
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Use a fresh input for the value-lossage check.Dave Methvin2012-12-311-0/+1
|
* Restore optSelected hack still needed by IE9/10Dave Methvin2012-12-312-0/+18
|
* Remove invalid test "jQuery.getJSON() - Using Native JSON" from ↵Rick Waldron2012-12-311-31/+12
| | | | | | test/unit/ajax.js Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Merge branch '2.0-core' of https://github.com/rwldrn/jqueryRick Waldron2012-12-311-160/+32
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '2.0-core' of https://github.com/rwldrn/jquery: Explanations for each step of isPlainObject obj === Object(obj) comparison is an unnecessary artifact from refactoring Ensure that null/undefined args don't choke on native indexOf Further reduction, thanks @dcherman Straightforward support note Straightforward support note Remove setTimeout for body existance 2.0: Reduce globalEval 2.0: Reduced parseXML 2.0: Reduce isPlainObject 2.0: Remove isArray shim 2.0: Remove now shim 2.0: Remove inArray shim 2.0: Remove JSON.parse shim 2.0: Remove trim shim 2.0: Removes attachEvent paths for jQuery.ready()
| * Explanations for each step of isPlainObjectRick Waldron2012-12-261-1/+8
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
| * obj === Object(obj) comparison is an unnecessary artifact from refactoringRick Waldron2012-12-261-1/+1
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
| * Ensure that null/undefined args don't choke on native indexOfRick Waldron2012-12-261-1/+1
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
| * Further reduction, thanks @dchermanRick Waldron2012-12-261-3/+1
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
| * Straightforward support noteRick Waldron2012-12-261-1/+1
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
| * Straightforward support noteRick Waldron2012-12-261-1/+1
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
| * Remove setTimeout for body existanceRick Waldron2012-12-261-5/+0
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
| * 2.0: Reduce globalEvalRick Waldron2012-12-261-9/+3
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
| * 2.0: Reduced parseXMLRick Waldron2012-12-261-10/+7
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
| * 2.0: Reduce isPlainObjectRick Waldron2012-12-261-15/+5
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
| * 2.0: Remove isArray shimRick Waldron2012-12-261-3/+1
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
| * 2.0: Remove now shimRick Waldron2012-12-261-3/+1
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
| * 2.0: Remove inArray shimRick Waldron2012-12-261-19/+1
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
| * 2.0: Remove JSON.parse shimRick Waldron2012-12-261-33/+1
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
| * 2.0: Remove trim shimRick Waldron2012-12-261-17/+3
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
| * 2.0: Removes attachEvent paths for jQuery.ready()Rick Waldron2012-12-261-44/+3
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* | Merge branch 'event20' of https://github.com/dmethvin/jqueryRick Waldron2012-12-311-190/+20
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * 'event20' of https://github.com/dmethvin/jquery: Clean up comments, including browser support levels. Remove try/catch around focus events needed by oldIE. Remove obsolete event object fixups. Remove oldIE proprietary event methods/properties. Remove oldIE change and submit special-event code.
| * | Clean up comments, including browser support levels.Dave Methvin2012-12-261-3/+4
| | |
| * | Remove try/catch around focus events needed by oldIE.Dave Methvin2012-12-261-15/+4
| | |
| * | Remove obsolete event object fixups.Dave Methvin2012-12-261-21/+2
| | |
| * | Remove oldIE proprietary event methods/properties.Dave Methvin2012-12-261-43/+9
| | |
| * | Remove oldIE change and submit special-event code.Dave Methvin2012-12-261-108/+1
| |/
* | Merge branch '2.0-manipulation' of https://github.com/orkel/jqueryRick Waldron2012-12-312-345/+213
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '2.0-manipulation' of https://github.com/orkel/jquery: (51 commits) Rename fixCloneNodeIssues helper to fixInput Move support comment Add tests for th element Add empty line Add more tests for wrapMap Add test for td append wrapMap.col = wrapMap.tr wrapMap.thead = wrapMap.tr Add support comments Rewrite tests for colgroup, caption Add tests for thead, tbody, tfoot Remove fix for #11280 Remove fieldset from wrapMap Add comments for optgroup and option elements in wrapMap Add tests for optgroup element Remove fix for #4484, add more tests Use tabs instead of spaces Simplify getAll helper Simplify check for non-Elements Remove fix for object element Save 43 bytes Use common loop iteration idiom Remove fix for #9587 Use correct comments ...
| * | Rename fixCloneNodeIssues helper to fixInputOleg2012-12-281-4/+4
| | | | | | | | | | | | Move support comment
| * | Add tests for th elementOleg2012-12-281-2/+2
| | |
| * | Add empty lineOleg2012-12-281-0/+1
| | |