Commit Graph

4740 Commits

Author SHA1 Message Date
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
Dave Methvin
705755ce48 Update to QUnit 1.10.0 2012-09-05 16:22:40 -04:00
Dave Methvin
6bc2a87943 Updating the source version to 1.8.2pre 2012-08-30 17:17:27 -04:00
Dave Methvin
e06a8cae3a Tagging the 1.8.1 release. 2012-08-30 17:17:08 -04:00
Dave Methvin
a31f28b026 Update release script and notes builder. 2012-08-30 17:07:03 -04:00
Dave Methvin
0ca936d2c9 Fix #12370. Explicitly coerce bool/undef to integer. 2012-08-30 10:47:47 -04:00
Timmy Willison
3a633b0082 Sizzle: POS selectors make more extensive use of tokenization. Fixes #12303.
http://jqbug.com/12303
2012-08-29 12:49:39 -04:00
Mike Sherov
670e3ff040 Fix #12243, $("col").width() should return the column's width. Close gh-916. 2012-08-29 12:34:12 -04:00
Timmy Willison
be2899b3b1 Sizzle: tweak for root selector shortcut. Fixes #12419. 2012-08-29 10:40:15 -04:00
Timmy Willison
9683f82d9d Update Sizzle: minor edits 2012-08-29 00:04:52 -04:00
Timmy Willison
fbdf8bed4f Sizzle: support negative numbers in :eq. Fixes #12241. 2012-08-28 20:34:23 -04:00
Timmy Willison
a66b5c7569 Sizzle: adjust caching to avoid IE errors on xml descendent selectors. Fixes #12369. 2012-08-28 20:09:37 -04:00
Timmy Willison
c2f298c8e5 Sizzle: use tokenization to complex check pseudo arguments. Fixes #12412. 2012-08-28 19:47:45 -04:00
Dave Methvin
b6a7d022ee Fix #12347 and #12384. Use a fresh div in jQuery.clean each time.
Regression was introduced in 22ad8723ce most likely because the clown who fixed http://bugs.jquery.com/ticket/4011 didn't add a unit test.
2012-08-28 17:02:01 -04:00
Timmy Willison
7d076f5d79 Reverting Sizzle is bad, Dave. 2012-08-28 11:31:13 -04:00
Dave Methvin
84e45301c5 Update placeholder references to tickets. 2012-08-28 10:09:22 -04:00
Dave Methvin
afd717df9e Fix #12383. All selectors should be delegateTarget-relative 2012-08-28 10:07:16 -04:00
Mike Sherov
c078b83b3f Fix #12313, .height()/.width() just use CSS if no offsetWidth. Close gh-909. 2012-08-28 08:56:06 -04:00
Dave Methvin
9a92c5423f Update authors. 2012-08-28 08:52:09 -04:00
Timmy Willison
3ec8daa69d Update Sizzle: size reduction, -85 bytes 2012-08-27 17:44:47 -04:00
Timmy Willison
f15eb3ce5b Sizzle: provide backwards-compatibility for creating custom pseudos with arguments. Fixes #12409. 2012-08-27 16:53:57 -04:00
Timmy Willison
157c561c15 Sizzle: make html from assertions xhtml compliant. Fixes #12359. 2012-08-27 12:39:14 -04:00
Timmy Willison
f42cc8eab8 Sizzle: fix compilation of the same selector with different contexts. Fixes #12403. 2012-08-27 10:20:18 -04:00
Timmy Willison
2be615eaa1 Update Sizzle: passing null to $.contains should not throw an error. Fixes #12314 2012-08-24 18:08:13 -04:00
Timmy Willison
b2698928bb Update Sizzle: Use tokenization rather than regex for grouping. Fixes #12237, #12205, #12285. 2012-08-24 17:43:54 -04:00
Timmy Willison
6ad57e91a5 Do not watch the dist files to make infinite change loops less common. 2012-08-24 17:43:54 -04:00
Dave Methvin
05337e78fa Revert "Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL."
This reverts commit c01e022f33.

We actually changed DELETE to accept a body on purpose, see http://bugs.jquery.com/ticket/7285 .
2012-08-24 11:59:01 -04:00
Dave Methvin
a5be986206 Revert "Fix #12120. Always stack .before/.after, and fix disconnected nodes."
This reverts commit e2eac3f4d2.

There is a 1.7 regression with isDisconnected() that we should fix before tackling this.
2012-08-24 11:57:48 -04:00
Dave Methvin
e2eac3f4d2 Fix #12120. Always stack .before/.after, and fix disconnected nodes. 2012-08-23 23:25:57 -04:00
Dave Methvin
2263134b22 Fix #10863. Allow newlines in JSON data- attributes. 2012-08-23 22:19:06 -04:00
Dave Methvin
c01e022f33 Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL. 2012-08-23 21:33:29 -04:00
Mike Sherov
a9c2a9bf61 Scorch the earth and retreat on readyState interactive! Close gh-907. 2012-08-23 20:28:22 -04:00
Elijah Manor
10901f7d9f Fix #12266. IE9/10 says document[0] is document.frames[0]? Close gh-903. 2012-08-22 21:48:02 -04:00
Dave Methvin
ae1d2b3173 Neuter the partialLoadReady test until it's ngnix-ready 2012-08-22 21:47:59 -04:00
Mike Pennisi
9f7e4fcf6a Correct documentation of custom grunt task. Closes gh-904 2012-08-22 17:40:15 -04:00
Richard Gibson
9e246dd7fa Fix #12350: jQuery.trim should remove BOM 2012-08-21 08:59:51 -04:00
Dave Methvin
465959e75c Fix #12333. Chrome needs $.browser.webkit too. 2012-08-20 23:09:46 -04:00
Dave Methvin
ac043b1bc8 Revert "Fix #12350. Remove BOM in jQuery.trim. Close gh-897."
This reverts commit 2b5b4ebbd7.

String.prototype.trim doesn't trim BOM in Safari 5.0 so this won't work without additional feature detects.

http://swarm.jquery.org/result/165379
2012-08-20 09:33:35 -04:00
Mike Sherov
0f553ed0ca Fix #12282. IE has premature .readyState == "interactive". Close gh-901. 2012-08-20 08:16:07 -04:00
Dave Methvin
f3ea073dc0 Fix #12329. Remove leftover jQuery.bindReady reference.
jQuery.ready already fires "ready" event properly, the undefined reference had no effect.
2012-08-20 08:02:36 -04:00
Mike Sherov
ad040181dc Fix #12283. Return null for dimension getters on non elements. Fix gh-900. 2012-08-19 22:58:05 -04:00
Mike Sherov
9f86dc922e Fix #12324, line-height "normal" isn't always "1". Close gh-898. 2012-08-19 22:46:06 -04:00
Wesley Walser
2b5b4ebbd7 Fix #12350. Remove BOM in jQuery.trim. Close gh-897. 2012-08-19 22:39:16 -04:00