Commit Graph

4676 Commits

Author SHA1 Message Date
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
Timmy Willison
c9b894c98c Sizzle: fixes failing test in css 2012-09-19 12:30:57 -04:00
Timmy Willison
99f4825707 Update Sizzle: fix position caching with child selectors. Fixes #12337. 2012-09-19 12:04:09 -04:00
Timmy Willison
2f92685a9c Fixes failing tests in selector/traversing 2012-09-19 12:00:47 -04:00
Timmy Willison
f7980d4d68 Update Sizzle: Fixes #12303, #12474, #12523, #12526, #12541. 2012-09-19 11:32:02 -04:00
Richard Gibson
15b5dbfe23 Fix #12229, size/consistency improvements. Close gh-887. 2012-09-18 18:04:31 -04:00
Dave Methvin
e8e3e90a86 Fix #12423. Ensure we can .apply() before we try.
I can't think of an uncontrived way to unit test this, it only occurs in IE when a BHO monkeys with the links.
2012-09-18 14:26:40 -04:00
Rick Waldron
1474c067f2 CONTRIBUTING.md: more contents links 2012-09-17 14:57:20 -04:00
Rick Waldron
b4d23e4773 CONTRIBUTING.md: adds top header 2012-09-17 14:55:02 -04:00
Rick Waldron
4b469ead3d CONTRIBUTING.md: fixes fragment url, #jquery-core-style-guide 2012-09-17 14:54:24 -04:00
Rick Waldron
42dd6b1c16 Second draft of CONTRIBUTING.md 2012-09-17 14:53:05 -04:00
Rick Waldron
3cb36f7a42 Initial draft of CONTRIBUTING.md 2012-09-17 14:29:58 -04:00
Dave Riddle
86f8d9f1a5 Minor typo with Homebrew link. Close gh-929. 2012-09-15 16:19:51 -04:00
Richard Gibson
e755c19416 Fix #12447: Ensure starting-point calc takes finite time. Close gh-922. 2012-09-15 13:10:37 -04:00
Dave Methvin
560c178c82 Fix #12536. Start at .offset() 0,0 if no getBoundingClientRect.
This lets us still add the other offset components to the number so they're less wrong. Affects BlackBerry 5 and iOS 3, everyone else has gBCR.
2012-09-14 10:15:10 -04:00
Dave Methvin
b0a352bfa7 Fix #12534. Don't die on browsers lacking getBoundingClientRect. 2012-09-13 18:47:07 -04:00
jaubourg
74cdd78497 deferred.promise(obj) should work with non-objects. Fixes #12521. Much needed unit tests added! 2012-09-13 15:44:12 +02:00
Dave Methvin
9c5089a60d 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. 2012-09-11 15:42:10 -04:00
Timmy Willison
01d4065220 Sizzle: fix selector in Chrome 21. Fixes #12492. 2012-09-11 14:50:23 -04:00
Timmy Willison
71c1ae1718 Sizzle: tagged versions are now in the repo; update selector engine list 2012-09-11 13:10:59 -04:00
Markus Staab
b62e552291 Fix #12554. Sanitize data from POST. Close gh-908. 2012-09-09 22:03:25 -04:00
Dave Methvin
5fb258b895 Remove superfluous @ in compressed header. Close gh-925.
Thanks @vlakoff!
2012-09-09 21:23:34 -04:00
Dave Methvin
9b67b4c0ef Fix #12436, make delegated events fast again. Close gh-923.
Retains the rooted-at-delegateTarget behavior fixed in #12383 by afd717df9e.
2012-09-09 21:21:42 -04:00
Dave Methvin
c79a533ffd Remove useless guard for a. Close gh-918.
Thanks @staabm!
2012-09-09 21:21:08 -04:00
Sindre Sorhus
949dfe52bc Update .editorconfig with new properties. Close gh-915.
See http://editorconfig.org
2012-09-09 21:19:27 -04:00
Timmy Willison
1c99b568fd Sizzle: adjustment for speed totals display 2012-09-08 14:31:31 -04:00
Timmy Willison
bc3a47f83a Update Sizzle: adds custom performance suite for testing across multiple selector engines and multiple versions of Sizzle 2012-09-08 13:06:17 -04:00
Dave Methvin
2a1e5eccf5 Shim/shiv the datalist element for crabby Uncle oldIE. 2012-09-05 22:01:35 -04:00
Timmy Willison
1ad614b4a9 Update Sizzle: authors.txt update and fix failing tests caused by QUnit's html addition 2012-09-05 18:13:31 -04:00