]> source.dussan.org Git - jquery.git/commit
Fix #10814. Make support tests lazy and broken out to components. 1342/head
authorMichał Gołębiowski <m.goleb@gmail.com>
Mon, 26 Aug 2013 22:54:13 +0000 (00:54 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Fri, 6 Sep 2013 01:38:22 +0000 (03:38 +0200)
commitbbbdd947256a3fcd788fb9d4f306046082a1ef1f
tree2fc5a02969653d281a44a7b3ff6426b5561c8140
parent776012b8b3898fad2e0727880f1dc4af5c7b33c1
Fix #10814. Make support tests lazy and broken out to components.
38 files changed:
Gruntfile.js
README.md
src/ajax/xhr.js
src/attributes/attr.js
src/attributes/prop.js
src/attributes/support.js [new file with mode: 0644]
src/attributes/val.js
src/core.js
src/core/swap.js [deleted file]
src/css.js
src/css/hidden-visible-selectors.js [deleted file]
src/css/hiddenVisibleSelectors.js [new file with mode: 0644]
src/css/support.js [new file with mode: 0644]
src/css/swap.js [new file with mode: 0644]
src/effects/animated-selector.js [deleted file]
src/effects/animatedSelector.js [new file with mode: 0644]
src/event.js
src/event/support.js [new file with mode: 0644]
src/jquery.js
src/manipulation.js
src/manipulation/support.js [new file with mode: 0644]
src/support.js [deleted file]
src/var/support.js [new file with mode: 0644]
test/data/css/cssWidthBeforeDocReady.html
test/data/dimensions/documentSmall.html [deleted file]
test/data/jquery-1.9.1.ajax_xhr.min.js
test/data/support/bodyBackground.html
test/data/support/boxSizing.html [deleted file]
test/data/support/csp.js
test/data/support/csp.php
test/data/support/getComputedSupport.js [new file with mode: 0644]
test/data/support/shrinkWrapBlocks.html [deleted file]
test/data/support/testElementCrash.html [deleted file]
test/data/testsuite.css
test/unit/css.js
test/unit/dimensions.js
test/unit/manipulation.js
test/unit/support.js