Dave Methvin
c0241a47e2
Ref #12945 , IE9/10 still needs safe .getAttribute check.
2013-01-04 22:29:27 -05:00
Dave Methvin
e9ab6a74d4
Fix #12945 . Check for .getAttribute so IE9 is happy.
2013-01-04 17:35:01 -05:00
Zachary Adam Kaplan
8ac7fa71b5
Use new version of grunt-contrib-watch. Close gh-1106.
...
Previous versions of grunt-contrib-watch did not support editors that used safe-writes (vim, etc..).
2013-01-03 21:27:22 -05:00
Dave Methvin
1e5b14a131
Remove appendChecked detect and stranded markup.
2013-01-03 20:57:00 -05:00
Dave Methvin
9a32f12bdf
Remove oldIE styleFloat detect.
2013-01-03 20:56:02 -05:00
Dave Methvin
cef3450228
Remove noCloneEvent detects and white-box unit test.
2013-01-03 20:55:59 -05:00
Dave Methvin
4ee1b03c54
Remove oldIE submit/change bubble detects.
2013-01-03 20:55:56 -05:00
Dave Methvin
11e6a66002
Remove deleteExpando detect.
2013-01-03 20:55:52 -05:00
Dave Methvin
aa529696fb
Remove inlineBlockNeedsLayout and shrinkWrapBlocks.
2013-01-03 20:52:38 -05:00
Dave Methvin
02d7f9aee3
Remove support.reliableHiddenOffsets detect.
2013-01-03 20:52:35 -05:00
Dave Methvin
3d9edb32bc
Remove stranded support.js checks for oldIE.
2013-01-03 20:52:31 -05:00
Dave Methvin
445dbd9d95
Revert data.js rewrite.
...
Reverts the following commits:
commit f717226b3a
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 b9cdc4136b
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 d1de3000c6
Author: Rick Waldron <waldron.rick@gmail.com>
Date: Mon Dec 31 15:09:45 2012 -0500
2.0: Rewrite data.js
2013-01-03 20:43:01 -05:00
Dave Methvin
0d540c3750
Happy New Year! It's 2013.
2013-01-03 17:41:18 -05:00
Dave Methvin
b0e40a4fd3
Update README to include grunt-cli step.
2013-01-02 14:15:33 -05:00
Rick Waldron
f717226b3a
Only splice from internal arrays when item actually exists.
...
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2012-12-31 18:06:38 -05:00
Rick Waldron
b9cdc4136b
Updates to data.js re-write to pass events and manipulation (full pass in local test runs)
...
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2012-12-31 16:23:20 -05:00
Rick Waldron
d1de3000c6
2.0: Rewrite data.js
...
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2012-12-31 16:23:20 -05:00
Dave Methvin
e1dcf96b52
Use a fresh input for the value-lossage check.
2012-12-31 15:17:24 -05:00
Dave Methvin
f75c0627f2
Restore optSelected hack still needed by IE9/10
2012-12-31 14:32:58 -05:00
Rick Waldron
747dd8c042
Remove invalid test "jQuery.getJSON() - Using Native JSON" from test/unit/ajax.js
...
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2012-12-31 13:31:03 -05:00
Rick Waldron
6d1080114d
Merge branch '2.0-core' of https://github.com/rwldrn/jquery
...
* '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()
2012-12-31 13:28:04 -05:00
Rick Waldron
57b268e60f
Merge branch 'event20' of https://github.com/dmethvin/jquery
...
* '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.
2012-12-31 13:26:28 -05:00
Rick Waldron
dc93f8cbb5
Merge branch '2.0-manipulation' of https://github.com/orkel/jquery
...
* '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
...
2012-12-31 13:26:28 -05:00
Rick Waldron
a205aac7f0
Merge branch '2.0-attributes-rebased'
...
* 2.0-attributes-rebased:
2.0: Remove getSetAttribute and getSetInput and oldIE attroperties hooks
Resolved conflict
2.0: Remove style->cssText attroproties fallback
Remove outdated support tests
2.0: Remove support.optSelected
2.0: Remove oldIE enctype propFix
2012-12-31 13:26:27 -05:00
Rick Waldron
7539ba5a1e
Merge branch 'css2' of https://github.com/dmethvin/jquery
...
* 'css2' of https://github.com/dmethvin/jquery :
2.0: Reduce css.js
2012-12-31 13:26:27 -05:00
Rick Waldron
5f5d2e55f7
Merge branch '2.0-traversing' of https://github.com/orkel/jquery
...
* '2.0-traversing' of https://github.com/orkel/jquery :
Code style
Reduce traversing module
2012-12-31 13:26:26 -05:00
Timmy Willison
3f66e928c8
2.0: Remove getSetAttribute and getSetInput and oldIE attroperties hooks
2012-12-31 13:23:32 -05:00
Rick Waldron
d50c18e61f
Resolved conflict
2012-12-31 13:23:26 -05:00
Timmy Willison
d96fa37666
2.0: Remove style->cssText attroproties fallback
2012-12-31 13:21:47 -05:00
Timmy Willison
ccf7abafa6
Remove outdated support tests
2012-12-31 13:20:25 -05:00
Timmy Willison
0b91e836a3
2.0: Remove support.optSelected
2012-12-31 13:20:24 -05:00
Timmy Willison
049cc9d1eb
2.0: Remove oldIE enctype propFix
2012-12-31 13:20:24 -05:00
Rick Waldron
df7431b7dd
Set testswarm browsersets to "popular-no-old-ie"
...
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2012-12-31 13:10:05 -05:00
Rick Waldron
960911e608
Updating the version to 2.0.0pre
...
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2012-12-31 13:02:23 -05:00
Mike Sherov
abead1c86b
Fixes #13088 : under IE8, $(selector).attr('style') always return lowercase string
2012-12-31 12:30:02 -05:00
Dave Methvin
c9b75df7fb
Add release support for map files.
2012-12-28 21:05:01 -05:00
Oleg
39e6792b5c
Rename fixCloneNodeIssues helper to fixInput
...
Move support comment
2012-12-28 23:41:31 +04:00
Oleg
72e9e91612
Add tests for th element
2012-12-28 20:27:59 +04:00
Oleg
1490afe693
Add empty line
2012-12-28 20:16:49 +04:00
Oleg
4862eb43e3
Add more tests for wrapMap
2012-12-28 20:16:28 +04:00
Oleg
acb206a488
Add test for td append
2012-12-28 20:06:04 +04:00
Oleg
ecd106280a
wrapMap.col = wrapMap.tr
2012-12-28 19:59:55 +04:00
Oleg
9dbfbe5b9a
wrapMap.thead = wrapMap.tr
...
Add support comments
2012-12-28 19:50:22 +04:00
Oleg
b3e546c4eb
Rewrite tests for colgroup, caption
...
Add tests for thead, tbody, tfoot
2012-12-28 19:43:01 +04:00
Oleg
6215840995
Remove fix for #11280
2012-12-28 19:16:22 +04:00
Oleg
378ab82865
Remove fieldset from wrapMap
2012-12-28 19:09:50 +04:00
Oleg
d3d8ed443c
Add comments for optgroup and option elements in wrapMap
...
Add tests for optgroup element
2012-12-28 18:56:29 +04:00
Oleg
f193acf3a1
Remove fix for #4484 , add more tests
2012-12-28 18:54:47 +04:00
Dave Methvin
e47dfc6309
Clean up comments, including browser support levels.
2012-12-26 18:38:21 -05:00
Dave Methvin
c228874db1
Remove try/catch around focus events needed by oldIE.
2012-12-26 17:52:04 -05:00