jaubourg
bf514bc085
latest jshint requires "use strict"; declaration when enforcing strict mode
2012-10-16 07:32:53 -04:00
Mike Sherov
d70e64bff2
fix effects tests failure
2012-10-16 00:17:39 -04:00
Rick Waldron
6aae3e1038
Latest JSHint gets cranky with the _ vars in catch() {}
2012-10-15 18:05:36 -04:00
Rick Waldron
87bd3b5ada
Fix style nit: indent inside if statement
2012-10-15 17:21:18 -04:00
David Bonner
9104a3d5f2
Deprecate fn toggle Closes gh-970 https://github.com/jquery/2012-dev-summit/issues/24
2012-10-15 17:20:33 -04:00
Rick Waldron
d6c84c5bb5
Breakout JSONP domain-related tests
2012-10-15 17:11:21 -04:00
Timmy Willison
cc172a862b
Move deprecated.js to the bottom of the build to ensure nothing depends on a deprecated feature
2012-10-15 16:51:16 -04:00
Timmy Willison
add8503036
Update Sizzle: focus test was failing if browser window was not in focus
2012-10-15 16:09:58 -04:00
Rick Waldron
e092b64195
Don't try to be dynamic, just get the damn job done. Expects = 30.
...
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2012-10-15 16:04:02 -04:00
Rick Waldron
a0cbf60192
Split failing cross domain tests into two separate test bodies.
...
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2012-10-15 16:00:50 -04:00
Erick Ruiz
be1f1d7b5b
Fixing style for test unit ajax.js. https://github.com/jquery/2012-dev-summit/issues/56
2012-10-15 15:53:39 -04:00
Rick Waldron
f3323901f9
Adds missing expect() call in test/unit/support.js, fixes failing IE tests
2012-10-15 14:09:03 -04:00
Rick Waldron
8a4dc3657e
Adds missing expect() call, fixes failing IE tests
2012-10-15 14:04:58 -04:00
James Huston
b36d58d4e8
Enforce expects in ajax.js ( https://github.com/jquery/2012-dev-summit/issues/53 ) Closes gh-964
2012-10-15 12:37:02 -04:00
Rick Waldron
611d7660cd
Remove duplicate expect. Add QUnit.config.requireExpects to testrunner.js QUnit configurations.
2012-10-15 12:31:27 -04:00
James Huston
0c44743496
Enforce expects in manipulation.js ( https://github.com/jquery/2012-dev-summit/issues/53 ) Closes gh-963
2012-10-15 12:19:20 -04:00
James Huston
435fbe1793
Enforce expects in events.js ( https://github.com/jquery/2012-dev-summit/issues/53 ) Closes gh-962
2012-10-15 12:18:14 -04:00
James Huston
6ac8716789
Enforce expects in events.js ( https://github.com/jquery/2012-dev-summit/issues/53 ) Closes gh-961
2012-10-15 12:16:49 -04:00
James Huston
57aa7977dd
Enforce expects in effects.js ( https://github.com/jquery/2012-dev-summit/issues/53 ) Closes gh-960
2012-10-15 12:14:54 -04:00
James Huston
c2a6bad60a
Enforce expects in css.js ( https://github.com/jquery/2012-dev-summit/issues/53 )
2012-10-15 12:11:20 -04:00
Ben Truyman
96492b1d44
Format @DATE to ISO 8601 format. Fixes #12725 , Closes gh-957
2012-10-15 11:49:56 -04:00
jaubourg
d01253e201
Fixes update submodule task for windows (uses an npm based task)
2012-10-15 11:38:00 -04:00
Timmy Willison
cb67571dd2
Sizzle: Fix :focus selector with elements that have a tabIndex !== -1
2012-10-15 10:40:32 -04:00
Mike Sherov
1cda1120e3
Remove the Makefile and replace the submodule update with a grunt task. Thanks to @ryanneufeld. Closes gh-953.
2012-10-15 09:38:27 -04:00
Timmy Willison
077989e8c0
Update Sizzle: Fixes #12606 , #12671 , #12672 .
2012-10-14 12:07:05 -04:00
Dave Methvin
1450305402
Use the correct escape for BOM; add build code to detect non-ASCII.
2012-10-11 10:25:43 -04:00
Dave Methvin
798a7a7ea2
Use Uglify's ascii_only to avoid converting UTF-8 escapes.
...
Thanks @curiousdannii!
2012-10-11 09:39:21 -04:00
Dave Methvin
a60fed4dec
Fix #12690 . Avoid use of UTF-8 chars in final files.
2012-10-10 13:00:45 -04:00
Dave Methvin
5a21150c9b
Skip jQuery.sub() test since IE6 can't handle it.
2012-10-09 20:42:33 -04:00
Dave Methvin
fde2e44f86
Break big-html check into its own test for IE6.
2012-10-09 20:06:47 -04:00
Timo Tijhof
7e8b854152
Test: Clean up and fix misc issues
...
* Clean up testinit and testrunner
* Uncomment isLocal (at least make sure it is declared)
* Rephrase environment assertions to make sense if one reads
them when they pass.
* Optimise an expensive loop that might be the cause of this
in IE6: http://cl.ly/image/3f20053m112n
2012-10-09 20:06:31 -04:00
jaubourg
bb38f70646
Do not iterate over functions. Fixes #12665 . Unit tests added. Thanks to @kselden for finding the bug.
2012-10-06 22:00:43 +02:00
Richard Gibson
cfe95a8643
fix failure from bad markup leaving an element behind. Closes gh-946
2012-10-05 20:31:43 -04:00
Dave Methvin
71c17257c7
Update AUTHORS.txt based on CLA responses.
2012-10-05 10:47:59 -04:00
Rick Waldron
60f546acb1
body default display is always block. @mikesherov was right and this is the proof. Fixes #10227
2012-10-04 13:25:50 -04:00
Timmy Willison
52a8422559
Sizzle: throw an invalid selector exception for trailing-comma selectors. Fixes #12643 .
2012-10-04 09:49:20 -04:00
Richard Gibson
425d17de83
Fix #12583 : Don't ignore disabled property of select-one, close gh-932.
2012-10-03 21:14:08 -04:00
Richard Gibson
da3ff3afe4
Fix #12637 : restore 1.8.1 ajax crossDomain logic. Close gh-944.
2012-10-03 21:07:50 -04:00
Dave Methvin
ebf4d43011
Revert "Chrome fails in ajax.js tests because TestSwarm/Ngnix won't give HEAD requests any respect. Skip them rather than hear Swarmy call FAILURE on each run."
...
This reverts commit 9c5089a60d
.
These were not the droids we were looking for. Actually caused by a BrowserStack issue.
2012-09-30 22:23:02 -04:00
Dave Methvin
631fbc769c
Since .getAttribute() returns strings, we should check for them.
2012-09-30 22:19:31 -04:00
Mike Sherov
9ced027465
Fix #12537 , element.css('filter') returns undefined in IE9. Close gh-942.
2012-09-30 22:14:49 -04:00
Richard Gibson
22fac5c2e4
Fix #12357 : be more kind to non-browser environments. Close gh-938.
2012-09-30 20:54:28 -04:00
Mike Sherov
f9ef91d6d6
Fix #10943 , tabindex not set properly on clone in IE7. Close gh-937.
...
This is only a unit test fix because the bug was tangentially fixed by a different commit
2012-09-30 20:40:45 -04:00
Callum Macrae
c3b1367f4c
Fixes to contributing.md. Closes gh-931
2012-09-25 16:19:38 -04:00
Dave Methvin
d57363e800
Updating the source version to 1.8.3pre
2012-09-20 21:13:14 -04:00
Dave Methvin
6e995583a1
Tagging the 1.8.2 release.
2012-09-20 21:12:38 -04:00
Dave Methvin
044ee41282
Update release notes script to 1.8.2 and add debug option.
2012-09-20 21:05:40 -04:00
Timmy Willison
022b265956
Sizzle: removes nth-child cache
2012-09-20 17:00:43 -04:00
Timmy Willison
a44463f83f
Sizzle: account for external document contexts (such as iframes) in combinator checks. Fixes #12572 .
2012-09-20 12:00:57 -04:00
Timmy Willison
6ad4a0ef34
Update Sizzle: fix a failing test in traversing. Move an attribute selector test to jQuery-only.
2012-09-19 20:46:18 -04:00