Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fixes a weird IE7 bug in the unit tests. If anybody can shed some light on ↵ | jaubourg | 2011-09-22 | 1 | -1/+6 | |
| | | | | | | | | this one, I'm a taker. | |||||
* | | Allow more cases to use `innerHTML` in the `.html` method. | Dave Methvin | 2011-09-21 | 1 | -1/+9 | |
|\ \ | | | | | | | | | | Thanks @cmcnulty for the pull and the patience! | |||||
| * | | move embed tests to area where objects tests are already happening | cmcnulty | 2011-03-09 | 1 | -15/+11 | |
| | | | ||||||
| * | | Forgot to update the test counts | cmcnulty | 2011-02-25 | 1 | -2/+2 | |
| | | | ||||||
| * | | (no commit message) | cmcnulty | 2011-02-25 | 1 | -0/+13 | |
| | | | ||||||
* | | | Trimmed down $.Callbacks and $.Deferred. | jaubourg | 2011-09-21 | 1 | -13/+1 | |
| | | | ||||||
* | | | Remove the rarely-used pseudos from quickis.html | Dave Methvin | 2011-09-21 | 1 | -10/+7 | |
| | | | | | | | | | | | | The cutting will continue until file size is improved. | |||||
* | | | Don't fire change on an already-selected radio. | Dave Methvin | 2011-09-20 | 1 | -9/+8 | |
| |/ |/| | | | | | Thanks to Brandon Wallace (@bman654) for his code review. Also tweaks delegatetest.html output. | |||||
* | | Remove stop argument in manipulation test, which no longer sets a timeout | timmywil | 2011-09-20 | 1 | -4/+3 | |
| | | ||||||
* | | Fix #9901, verified by this unit test. | Dave Methvin | 2011-09-20 | 1 | -1/+3 | |
| | | ||||||
* | | Landing pull request 491. Fix #7322. Make `.is()` with a positional selector ↵ | Dave Methvin | 2011-09-19 | 1 | -0/+40 | |
| | | | | | | | | | | | | | | | | work like delegated event logic. Fixes #7322. More Details: - https://github.com/jquery/jquery/pull/491 - http://bugs.jquery.com/ticket/7322 | |||||
* | | Update qunit. | Dave Methvin | 2011-09-19 | 1 | -0/+0 | |
| | | ||||||
* | | Move filter tests to proper location | timmywil | 2011-09-19 | 1 | -44/+45 | |
| | | ||||||
* | | Added filtering tests and updating sizzle to fix filtering with positional ↵ | timmywil | 2011-09-19 | 1 | -0/+43 | |
| | | | | | | | | selectors. Fixes #10315. | |||||
* | | Landing pull request 512. 1.7 - removeData now takes space separated lists ↵ | Corey Frang | 2011-09-19 | 1 | -1/+23 | |
| | | | | | | | | | | | | | | | | and arrays of keys - Fixes #7323. More Details: - https://github.com/jquery/jquery/pull/512 - http://bugs.jquery.com/ticket/7323 | |||||
* | | Landing pull request 492. 1.7 Remove multiple attributes (Symmetry with ↵ | Rick Waldron | 2011-09-19 | 1 | -0/+22 | |
| | | | | | | | | | | | | | | | | removeClass) Combines patches submitted by leeoniya, zertosh and my own tests. Fixes #5479. More Details: - https://github.com/jquery/jquery/pull/492 - http://bugs.jquery.com/ticket/5479 | |||||
* | | Landing pull request 477. 1.7 jQuery.offset.supportsFixedPosition. Fixes #6809. | Rick Waldron | 2011-09-19 | 1 | -4/+2 | |
| | | | | | | | | | | | | More Details: - https://github.com/jquery/jquery/pull/477 - http://bugs.jquery.com/ticket/6809 | |||||
* | | Landing pull request 490. 1.7 HTML5 Support for innerHTML, clone & style. ↵ | Rick Waldron | 2011-09-19 | 2 | -0/+41 | |
| | | | | | | | | | | | | | | | | Fixes #6485. More Details: - https://github.com/jquery/jquery/pull/490 - http://bugs.jquery.com/ticket/6485 | |||||
* | | Landing pull request 331. Add support for registering jQuery as an AMD ↵ | jrburke | 2011-09-19 | 2 | -1/+19 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | module. Fixes #7102. More Details: - https://github.com/jquery/jquery/pull/331 - http://bugs.jquery.com/ticket/7102 | |||||
| * | | Add support for registering jQuery as an AMD module. Only does so if the AMD ↵ | jrburke | 2011-04-16 | 2 | -2/+20 | |
| | | | | | | | | | | | | loader indicates it has special allowances for multiple versions of jQuery being loaded in a page. | |||||
* | | | Landing pull request 503. 1.7 data: set a flag in the private data cache to ↵ | Corey Frang | 2011-09-19 | 1 | -0/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | avoid having to scan attributes multiple times - Fixes #8909. More Details: - https://github.com/jquery/jquery/pull/503 - http://bugs.jquery.com/ticket/8909 | |||||
* | | | Landing pull request 500. 1.7 - "public data" stored as a key on "internal ↵ | Corey Frang | 2011-09-19 | 1 | -7/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | data" - Fixes #8921. More Details: - https://github.com/jquery/jquery/pull/500 - http://bugs.jquery.com/ticket/8921 | |||||
* | | | Landing pull request 496. 1.7 animate: allow named queues to be used by ↵ | Corey Frang | 2011-09-19 | 1 | -0/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | animate. Fixes #9280. More Details: - https://github.com/jquery/jquery/pull/496 - http://bugs.jquery.com/ticket/9280 | |||||
* | | | Add sparse array performance improvement for inArray. Thanks rwaldron, ↵ | timmywil | 2011-09-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | rkatic, and jdalton | |||||
* | | | Call .is(:visible) on the window or document does not thrown an error in IE. ↵ | timmywil | 2011-09-19 | 1 | -5/+8 | |
| | | | | | | | | | | | | Fixes #10267. | |||||
* | | | Check for property support in the boolHook before falling back to attribute ↵ | timmywil | 2011-09-19 | 1 | -8/+12 | |
| | | | | | | | | | | | | node. Fixes #10278. | |||||
* | | | Revert "Fix #6593. Don't trigger `change` event twice when simulating it on ↵ | Dave Methvin | 2011-09-19 | 1 | -10/+12 | |
| | | | | | | | | | | | | | | | | | | IE." Add inline handler monitor to delegatetest.html so we can see it fail. This reverts commit e77686495b6e34938575c9c0fe978cb4a0be6f05. | |||||
* | | | Improve delegation/change tests to display event firing order and duplicate ↵ | Dave Methvin | 2011-09-19 | 1 | -228/+158 | |
| | | | | | | | | | | | | events. | |||||
* | | | Remove the relatedTarget adjustment for mouseenter/leave events, it's an ↵ | Dave Methvin | 2011-09-19 | 1 | -5/+19 | |
| | | | | | | | | | | | | ambiguous case anyway and it is expensive to do. | |||||
* | | | Fix the special event handler for mouseover/out events. | Dave Methvin | 2011-09-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | And use the /dist version of jquery.js, willya? | |||||
* | | | Split out mouse hover/enter/leave tests into a separate file and add several ↵ | Dave Methvin | 2011-09-19 | 2 | -14/+144 | |
| | | | | | | | | | | | | more scenarios. | |||||
* | | | Rework #1486 patch to avoid `try/catch` and look for hidden elements by ↵ | Dave Methvin | 2011-09-19 | 1 | -0/+25 | |
| | | | | | | | | | | | | `.offsetWidth`. Unit test currently disabled due to Chrome bug. | |||||
* | | | Fixes for IE8. Avoid killer recursion in special events during removal. Use ↵ | Dave Methvin | 2011-09-19 | 1 | -3/+12 | |
| | | | | | | | | | | | | q instead of quote in unit tests. | |||||
* | | | Rework the special events interface to add handle and trigger hooks. Modify ↵ | Dave Methvin | 2011-09-19 | 1 | -0/+3 | |
| | | | | | | | | | | | | IE change/submit special events to take advantage of them. Rewrite mouseover/enter code as special events rather than inline code. In the event unit test, set a tabindex on the div element and focus it first to justify a legitimate blur event. | |||||
* | | | Fixes #8858. Pass the .trigger(..., data) to the event.special._default method. | Dave Methvin | 2011-09-19 | 1 | -5/+6 | |
| | | | ||||||
* | | | Add unit tests for quickIs cases and fix the regexp as a result. | Dave Methvin | 2011-09-19 | 1 | -5/+37 | |
| | | | ||||||
* | | | Cleanup for on/off unit test. | Dave Methvin | 2011-09-19 | 1 | -4/+5 | |
| | | | ||||||
* | | | jQuery 1.7 event work: | Dave Methvin | 2011-09-19 | 1 | -2/+110 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Add .on() and .off() methods. Write existing methods in terms of on/off. Rewrite delegated handling to remove "live" event. Fix existing code for jQuery style guide. Fix existing bug in unit tests calling .undelegate() | |||||
* | | | Fix bad calls to .undelegate(). | Dave Methvin | 2011-09-19 | 1 | -11/+4 | |
| | | | | | | | | | | | | Remove two tests that assume "live" data structure. | |||||
* | | | Remove unnecessary commented code | timmywil | 2011-09-19 | 1 | -16/+0 | |
| | | | ||||||
* | | | Allow second argument to be passed to array.indexOf. Fixes #9453. | timmywil | 2011-09-19 | 1 | -0/+36 | |
| | | | ||||||
* | | | Removing topic.js as it will be a plugin | timmywil | 2011-09-19 | 13 | -80/+1 | |
| | | | ||||||
* | | | $.Callbacks, $.Topic and notify/progress on $.Deferred. | jaubourg | 2011-09-19 | 14 | -117/+386 | |
| | | | ||||||
* | | | Animation state is tracked on toggled/stopped animations using the private ↵ | timmywil | 2011-09-19 | 1 | -88/+154 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | data cache. Fixes #8685. See full commit message for more. Fixes #6641. - Example: http://jsfiddle.net/timmywil/gqZL5/24/ - http://bugs.jquery.com/ticket/8685 - Check the completed timer has not been removed already so other timers do not get accidentally removed. Fixes #6641. - Style edits, code reductions, and optimizations for the effects module | |||||
* | | | Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, ↵ | timmywil | 2011-09-19 | 6 | -12/+282 | |
| | | | | | | | | | | | | | | | | | | #9261, #9570, #10178. Bug fixed on the side: $(window).is('a') was throwing an exception. Fixes #10178. | |||||
* | | | Fix #10208. Check for `button` as well as `input` when performing the #7071 ↵ | Dave Methvin | 2011-09-07 | 1 | -1/+5 | |
| | | | | | | | | | | | | VML crash workaround for IE special-events submit code. | |||||
* | | | Bug in rmultidash. Fixes #10194 | rwldrn | 2011-09-07 | 1 | -10/+13 | |
| | | | ||||||
* | | | Considers Safari XMLHttpRequest's bug when testing for custom status text. ↵ | jaubourg | 2011-08-27 | 1 | -2/+2 | |
| | | | | | | | | | | | | Will have to be revisited when $.browser.chrome is introduced. | |||||
* | | | Revert "Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385" | timmywil | 2011-08-26 | 1 | -2/+2 | |
| | | | | | | | | | | | | This reverts commit dd93d0eb32dc638ff3319792a885acd6d3c25c30. | |||||
* | | | Revert "Updated version numbers; Fixes #9385" | timmywil | 2011-08-26 | 1 | -2/+2 | |
| | | | | | | | | | | | | This reverts commit 09fe3ea265d730cc5e2dd2705d5a60ffd382d166. |