Timmy Willison
be1e4eee60
Convert testrunner to an AMD module and ensure jQuery is on the page when executing the testrunner (another race condition amplified by swarm)
...
Conflicts:
test/data/testinit.js
test/data/testrunner.js
2013-09-06 17:23:45 -04:00
Timmy Willison
d14904d083
Move test loader to testinit.js. Fix race condition with dependency loading.
2013-09-06 17:23:45 -04:00
Timmy Willison
b99972de58
Use requirejs to load the testswarm inject script
2013-09-06 17:23:45 -04:00
Michał Gołębiowski
f044622bae
No ticket. Restore checking individual src/**/*.js files by jsHint.
2013-09-06 20:31:48 +02:00
Michał Gołębiowski
6987220d2b
No ticket. Optimize top/left hooks: move the position check up, don't re-check it inside a hook.
2013-09-06 18:29:53 +02:00
Timmy Willison
3ec6af891b
Remove test element in css/support
2013-09-06 12:08:41 -04:00
Michał Gołębiowski
badcd1b6f3
Fix #10814 . Fix #14084 . Make support tests lazy and broken out to components.
2013-09-06 03:40:49 +02:00
Michał Gołębiowski
9035cab8c8
Fix #13983 . Switch to //# for sourcemap directives. (cherry-picked from dfaee326e6
)
2013-09-05 18:24:13 +02:00
Michał Gołębiowski
e4cfe8242c
No ticket. Update packages, make the devDependencies list alphabetic. (cherry-picked from 3f3a6c5ff5e6f1565ff4ad672ad44f71ad765f29)
2013-09-05 18:19:04 +02:00
Richard Gibson
6a6604b785
No ticket: Hide the testing-support jQuery from tests
...
(cherry picked from commit 0c18520923
)
Conflicts:
test/data/testrunner.js
2013-09-03 11:13:20 -04:00
Amey Sakhadeo
ceb5b4c9a3
Ref #14313 : Optimize 1.x jQuery.merge for size.
...
(cherry picked from commits c75c9a8ebb
f66d53c856
)
2013-09-03 02:02:45 -04:00
Richard Gibson
5cd6868365
Fix #14318 : Cherry-pick interrupted animation fix from master ea5c22ec12
2013-08-30 12:38:43 -04:00
Timmy Willison
8e6e239256
Pass all tests (and load Sizzle fixture correctly) when loading with AMD
...
Conflicts:
src/css.js
2013-08-29 16:25:44 -04:00
Timmy Willison
05d907d1b1
Fix for custom attr handles duck-punching the boolean attr handle
2013-08-28 12:12:37 -04:00
Timmy Willison
2af2e74e27
Update Sizzle to 1.10.7
...
Conflicts:
bower.json
2013-08-27 15:06:03 -04:00
Timmy Willison
0f2f6847ff
Explicitly set bower folder location
2013-08-27 14:22:28 -04:00
Timmy Willison
9f433d9fec
Use window.QUnit to detect the top window when loading with AMD
2013-08-27 00:31:14 -04:00
Timmy Willison
b718a169b5
Update Sizzle: minor change to a test (oldIE must set defaultChecked on creation)
2013-08-27 00:16:14 -04:00
Timmy Willison
6e19d2a094
Make the attr handles a little more readable (+4 bytes)
2013-08-26 23:53:45 -04:00
Timmy Willison
dc0d3b42c9
Fix most of the broken tests in oldIE. Build order issue.
...
- attr requires val for attaching to the nodeHook as a valHook for buttons
2013-08-26 23:29:33 -04:00
Richard Gibson
2b6a7b1caf
No ticket: improve line-height animation test robustness
2013-08-26 16:36:55 -04:00
Michał Gołębiowski
0f03378bdc
No ticket. Correct a support comment for the order
test. (cherry-picked from 2ac1cd91db
)
2013-08-20 15:54:27 +02:00
Oleg
ef5693f7be
Correct QUnit check, this might fix swarm failures
...
Conflicts:
test/jquery.js
2013-08-19 15:39:37 -04:00
Timmy Willison
04f12635c0
Fix tests for testswarm
2013-08-19 15:01:41 -04:00
Michał Gołębiowski
f5f36dbd89
No ticket. Correct a support comment. (cherry-picked from f92a446ee8
)
2013-08-19 20:16:46 +02:00
Michał Gołębiowski
78a80c37a7
Remove redundant prefixes from the CSS order test. (cherry-picked from e3584179fe
)
2013-08-19 19:54:07 +02:00
Daniel Herman
bc2b13915c
No ticket: add assertions for jQuery.when( array ). Close gh-1312. (cherry-picked from 584a4af9c8
)
2013-08-19 18:26:57 +02:00
Chris Price
b414efdd8e
Fix #14150 : revert to ownerDocument.defaultView.getComputedStyle. Close gh-1311. (cherry-picked from 3e3680c2cd
)
2013-08-19 18:13:09 +02:00
Jeremy Dunck
7dfe0ad191
Fix #14164 : assign className in addClass/removeClass only if changed. Close gh-1331. (cherry-picked from c418b94eb4
)
2013-08-19 17:58:00 +02:00
Oleg Gaidarenko
49670c5f48
Don't execute DOM ready tests in AMD mode (they aren't loaded before DOM ready). Close gh-1335.
2013-08-16 14:36:08 -04:00
Timmy Willison
ca4a007524
Minor build change: remove trailing tabs
2013-08-16 14:33:42 -04:00
Timmy Willison
2f985ff826
When converting the source to AMD, don't forget to AMD
2013-08-16 12:56:33 -04:00
Timmy Willison
993418e9e9
Custom builds: Fix source folder location now that build.js is in the tasks folder
2013-08-16 10:13:45 -04:00
Timmy Willison
4d9c62a95c
Custom builds: Remove _evalUrl when excluding ajax
2013-08-16 10:13:39 -04:00
Oleg Gaidarenko
213eaad880
Move jQuery specific tasks to independent files. Close gh-1334.
...
Also:
* Confirm build task to the style guide
* Use grunt API to load jQuery specific tasks
* Add "use strict"; statements
Conflicts:
Gruntfile.js
build/tasks/build.js
2013-08-16 10:04:31 -04:00
Oleg Gaidarenko
723ced4079
Fixed pulling in Sizzle subproject when testing with min/dev.
2013-08-16 09:40:28 -04:00
Timmy Willison
7315861813
Specify support as a dependency wherever it is used. Optimize module order to save 15 bytes.
...
Conflicts:
src/css.js
src/manipulation.js
src/offset.js
src/support.js
2013-08-15 20:41:43 -04:00
Timmy Willison
f5b1a8eab7
Fix build for jenkins
2013-08-15 15:58:44 -04:00
Timmy Willison
217cbb7109
AMD-ify jQuery sourcegit s! Woo! Fixes #14113 , #14163 .
...
Conflicts:
Gruntfile.js
README.md
src/ajax.js
src/ajax/xhr.js
src/attributes.js
src/core.js
src/css.js
src/data.js
src/effects.js
src/event.js
src/manipulation.js
src/offset.js
src/selector-native.js
src/traversing.js
test/unit/core.js
test/unit/data.js
2013-08-15 15:49:49 -04:00
Michał Gołębiowski
144837afdf
correct a typo in README
2013-08-12 18:31:21 +02:00
Oleg
032ef3525c
Correct typos in the test assertion
2013-08-10 10:57:00 +04:00
Oleg
4b74fe1a6e
Fix test of #13855 for Opera 12.1 and IE10
2013-08-10 08:00:09 +04:00
Oleg
ae630c40ba
Correct assertion for #14049 ticket. Close gh-1327
2013-08-10 07:11:24 +04:00
Oleg
34cc465792
Improve test stability for #13855 ticket. Close gh-1328.
2013-08-08 09:45:28 -04:00
Oleg
1e9d43c0be
Support tests
...
* Check all the properties in jQuery.support
* Fix value of "pixelPosition" in new Chrome
2013-08-08 01:18:26 +04:00
terrycojones
03ad042305
Removed an unneeded variable
...
(cherry-picked from the commit 74dadd3eb65301e630a274fa8d65e9b81bfade54)
2013-08-08 01:18:15 +04:00
Timmy Willison
c56a9a64e8
Update QUnit to 1.12.0
2013-07-24 21:29:32 -04:00
Timmy Willison
755e46522d
No need to remove if they ain't nuthin thar
2013-07-24 21:24:37 -04:00
Oleg
353fe2a749
Fix paths for qunit files
...
(cherry picked from commit c8c32f1d05
)
2013-07-24 18:45:06 +04:00
Oleg
bfa05f029a
Change Windows install explanation
...
(cherry picked from commit 831a532c3c
)
2013-07-24 18:44:32 +04:00