Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Sizzle: tagged versions are now in the repo; update selector engine list | Timmy Willison | 2012-09-11 | 1 | -0/+0 | |
| | | ||||||
* | | Fix #12436, make delegated events fast again. Close gh-923. | Dave Methvin | 2012-09-09 | 1 | -1/+4 | |
| | | | | | | | | Retains the rooted-at-delegateTarget behavior fixed in #12383 by afd717df9e. | |||||
* | | Remove useless guard for `a`. Close gh-918. | Dave Methvin | 2012-09-09 | 1 | -1/+1 | |
| | | | | | | | | Thanks @staabm! | |||||
* | | Sizzle: adjustment for speed totals display | Timmy Willison | 2012-09-08 | 1 | -0/+0 | |
| | | ||||||
* | | Update Sizzle: adds custom performance suite for testing across multiple ↵ | Timmy Willison | 2012-09-08 | 1 | -0/+0 | |
| | | | | | | | | selector engines and multiple versions of Sizzle | |||||
* | | Update Sizzle: authors.txt update and fix failing tests caused by QUnit's ↵ | Timmy Willison | 2012-09-05 | 1 | -0/+0 | |
| | | | | | | | | html addition | |||||
* | | Fix #12370. Explicitly coerce bool/undef to integer. | Dave Methvin | 2012-08-30 | 1 | -0/+1 | |
| | | ||||||
* | | Sizzle: POS selectors make more extensive use of tokenization. Fixes #12303. | Timmy Willison | 2012-08-29 | 1 | -0/+0 | |
| | | | | | | | | http://jqbug.com/12303 | |||||
* | | Fix #12243, $("col").width() should return the column's width. Close gh-916. | Mike Sherov | 2012-08-29 | 1 | -3/+8 | |
| | | ||||||
* | | Sizzle: tweak for root selector shortcut. Fixes #12419. | Timmy Willison | 2012-08-29 | 1 | -0/+0 | |
| | | ||||||
* | | Update Sizzle: minor edits | Timmy Willison | 2012-08-29 | 1 | -0/+0 | |
| | | ||||||
* | | Sizzle: support negative numbers in `:eq`. Fixes #12241. | Timmy Willison | 2012-08-28 | 1 | -0/+0 | |
| | | ||||||
* | | Sizzle: adjust caching to avoid IE errors on xml descendent selectors. Fixes ↵ | Timmy Willison | 2012-08-28 | 1 | -0/+0 | |
| | | | | | | | | #12369. | |||||
* | | Sizzle: use tokenization to complex check pseudo arguments. Fixes #12412. | Timmy Willison | 2012-08-28 | 1 | -0/+0 | |
| | | ||||||
* | | Fix #12347 and #12384. Use a fresh div in jQuery.clean each time. | Dave Methvin | 2012-08-28 | 1 | -8/+8 | |
| | | | | | | | | Regression was introduced in 22ad8723ce07569a9b039c7901f29e86ad14523c most likely because the clown who fixed http://bugs.jquery.com/ticket/4011 didn't add a unit test. | |||||
* | | Reverting Sizzle is bad, Dave. | Timmy Willison | 2012-08-28 | 1 | -0/+0 | |
| | | ||||||
* | | Update placeholder references to tickets. | Dave Methvin | 2012-08-28 | 1 | -1/+1 | |
| | | ||||||
* | | Fix #12383. All selectors should be delegateTarget-relative | Dave Methvin | 2012-08-28 | 1 | -7/+2 | |
| | | ||||||
* | | Fix #12313, .height()/.width() just use CSS if no offsetWidth. Close gh-909. | Mike Sherov | 2012-08-28 | 1 | -1/+4 | |
| | | ||||||
* | | Update authors. | Dave Methvin | 2012-08-28 | 1 | -0/+0 | |
| | | ||||||
* | | Update Sizzle: size reduction, -85 bytes | Timmy Willison | 2012-08-27 | 1 | -0/+0 | |
| | | ||||||
* | | Sizzle: provide backwards-compatibility for creating custom pseudos with ↵ | Timmy Willison | 2012-08-27 | 1 | -0/+0 | |
| | | | | | | | | arguments. Fixes #12409. | |||||
* | | Sizzle: make html from assertions xhtml compliant. Fixes #12359. | Timmy Willison | 2012-08-27 | 1 | -0/+0 | |
| | | ||||||
* | | Sizzle: fix compilation of the same selector with different contexts. Fixes ↵ | Timmy Willison | 2012-08-27 | 1 | -0/+0 | |
| | | | | | | | | #12403. | |||||
* | | Update Sizzle: passing null to $.contains should not throw an error. Fixes ↵ | Timmy Willison | 2012-08-24 | 1 | -0/+0 | |
| | | | | | | | | #12314 | |||||
* | | Update Sizzle: Use tokenization rather than regex for grouping. Fixes ↵ | Timmy Willison | 2012-08-24 | 1 | -0/+0 | |
| | | | | | | | | #12237, #12205, #12285. | |||||
* | | Revert "Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL." | Dave Methvin | 2012-08-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | This reverts commit c01e022f33575ed45fb8da65be756fc464d40a24. We actually changed DELETE to accept a body on purpose, see http://bugs.jquery.com/ticket/7285 . | |||||
* | | Revert "Fix #12120. Always stack .before/.after, and fix disconnected nodes." | Dave Methvin | 2012-08-24 | 1 | -3/+8 | |
| | | | | | | | | | | | | This reverts commit e2eac3f4d2e7f47b67635704df8e3b6675a91ed6. There is a 1.7 regression with isDisconnected() that we should fix before tackling this. | |||||
* | | Fix #12120. Always stack .before/.after, and fix disconnected nodes. | Dave Methvin | 2012-08-23 | 1 | -8/+3 | |
| | | ||||||
* | | Fix #10863. Allow newlines in JSON data- attributes. | Dave Methvin | 2012-08-23 | 1 | -1/+1 | |
| | | ||||||
* | | Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL. | Dave Methvin | 2012-08-23 | 1 | -1/+1 | |
| | | ||||||
* | | Scorch the earth and retreat on readyState interactive! Close gh-907. | Mike Sherov | 2012-08-23 | 1 | -2/+2 | |
| | | ||||||
* | | Fix #12266. IE9/10 says document[0] is document.frames[0]? Close gh-903. | Elijah Manor | 2012-08-22 | 1 | -8/+4 | |
| | | ||||||
* | | Fix #12350: jQuery.trim should remove BOM | Richard Gibson | 2012-08-21 | 1 | -3/+3 | |
| | | ||||||
* | | Fix #12333. Chrome needs $.browser.webkit too. | Dave Methvin | 2012-08-20 | 1 | -4/+5 | |
| | | ||||||
* | | Revert "Fix #12350. Remove BOM in jQuery.trim. Close gh-897." | Dave Methvin | 2012-08-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | This reverts commit 2b5b4ebbd78ce10cbbe2a6f057feea615fc69629. 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 | |||||
* | | Fix #12282. IE has premature .readyState == "interactive". Close gh-901. | Mike Sherov | 2012-08-20 | 1 | -3/+4 | |
| | | ||||||
* | | Fix #12329. Remove leftover jQuery.bindReady reference. | Dave Methvin | 2012-08-20 | 1 | -5/+0 | |
| | | | | | | | | jQuery.ready already fires "ready" event properly, the undefined reference had no effect. | |||||
* | | Fix #12283. Return null for dimension getters on non elements. Fix gh-900. | Mike Sherov | 2012-08-19 | 1 | -1/+1 | |
| | | ||||||
* | | Fix #12324, line-height "normal" isn't always "1". Close gh-898. | Mike Sherov | 2012-08-19 | 1 | -2/+1 | |
| | | ||||||
* | | Fix #12350. Remove BOM in jQuery.trim. Close gh-897. | Wesley Walser | 2012-08-19 | 1 | -2/+2 | |
| | | ||||||
* | | Fix #12273. Don't call easing functions for duration 0 animations. Close gh-895. | Corey Frang | 2012-08-19 | 1 | -1/+7 | |
| | | ||||||
* | | Fix #12278. Promises on non-default queue wait until a dequeue is attempted ↵ | Corey Frang | 2012-08-19 | 1 | -2/+6 | |
| | | | | | | | | on an empty queue. Close gh-893. | |||||
* | | jQuery.contains() handles document objects directly. Close gh-879. | Oleg Gaidarenko | 2012-08-19 | 1 | -1/+1 | |
| | | ||||||
* | | Fix #12149. Avoid memory leak on oldIE change events. Close gh-878. | Nikita Govorov | 2012-08-19 | 1 | -1/+1 | |
| | | ||||||
* | | Makes sure "adding" a string to a Callbacks object doesn't cause a stack ↵ | jaubourg | 2012-08-16 | 1 | -2/+3 | |
| | | | | | | | | overflow, just ignore the value like 1.7.x righfully did. Fixes #12233. Unit tests added. | |||||
* | | Calling load with null as the data parameter now properly issues a GET ↵ | jaubourg | 2012-08-16 | 1 | -1/+1 | |
| | | | | | | | | request, not a POST request. Unit tests added. Fixes #12234. | |||||
* | | Update Sizzle | Timmy Willison | 2012-08-14 | 1 | -0/+0 | |
| | | ||||||
* | | Update comments about window.getComputedStyle in both locations. | Rick Waldron | 2012-08-11 | 2 | -5/+3 | |
| | | ||||||
* | | Use window.getComputedStyle to prevent breaking jsdom/node.js . Fixes #12235 | Rick Waldron | 2012-08-10 | 1 | -2/+2 | |
| | |