Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Make sure that Internet Explorer 6-8 won't give a "failed" error, when a ↵ | Steen Nielsen | 2011-07-15 | 1 | -3/+4 | |
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | request for type is made on vml objects | |||||
* | | | | | | | Merge pull request #451 from scottjehl/master | Dave Methvin | 2011-08-04 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Check body existence before referencing its properties (fixes Nokia error) | |||||
| * | | | | | | | Make sure body is defined before attempting to use its properties. This ↵ | scottjehl | 2011-08-02 | 1 | -2/+3 | |
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | check prevents an error from occurring when the width() or height() methods are called before the body is defined in browsers that return false on the first condition and proceed on to the second. For example, simply calling $( window ).width() from a script in the HEAD will throw an error in Nokia webkit browsers without this check in place. | |||||
* | | | | | | | Merge pull request #419 from rwldrn/9630 | Dave Methvin | 2011-08-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Unit tests assert that .contents().hasClass() works as expected. Fixes #9630 | |||||
| * | | | | | | | Filter hasClass by nodeType 1; Fixes #9630 | rwldrn | 2011-06-22 | 1 | -1/+1 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #417 from rwldrn/9385 | Dave Methvin | 2011-08-04 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385 | |||||
| * | | | | | | | Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385 | rwldrn | 2011-06-20 | 1 | -1/+3 | |
| |/ / / / / / | ||||||
* | / / / / / | Non-breaking-space should achieve the same effect as a visible character. ↵ | Rick Waldron | 2011-07-25 | 1 | -1/+1 | |
| |/ / / / / |/| | | | | | | | | | | | | | | | | | Fixes #9634 | |||||
* | | | | | | Fixes #9255: xml parsing error in $.parseXML is now properly detected for ↵ | jaubourg | 2011-07-23 | 1 | -15/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | all browsers. Unit test added. | |||||
* | | | | | | Fixes #9854: propagates native statusText onto jqXHR.statusText. statusText ↵ | jaubourg | 2011-07-23 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | in callbacks is still normalized. Unit test added. | |||||
* | | | | | | Makes sure that status -1 (used when an internal error occured) will not tag ↵ | jaubourg | 2011-07-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | jqXHR.readyState as complete (4). | |||||
* | | | | | | Fixes #9887: ajax now supports circular references into objects passed as ↵ | jaubourg | 2011-07-23 | 1 | -16/+34 | |
| |/ / / / |/| | | | | | | | | | | | | | | context. Prefilter and transport developpers should add their own custom option into flatOptions when needed. Unit test added. | |||||
* | | | | | Check the attribute node value for false for HTML5 booleans when not ↵ | timmywil | 2011-07-09 | 1 | -1/+3 | |
| |/ / / |/| | | | | | | | | | | | supported. Fixes #9504. | |||||
* | | | | Fixes #9632. Adds res:// protocol to the list of local protocols. | jaubourg | 2011-07-01 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fixes #9682. Removes data from the options for request with no content so ↵ | jaubourg | 2011-07-01 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | that it is not used again in case of a retry. Unit test added. | |||||
* | | | | Fixes #9446. Context is properly propagated using pipe. If context was the ↵ | jaubourg | 2011-07-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | original deferred, then context is updated to next deferred in the chain. Unit tests added. | |||||
* | | | | Replaces typo (status instead of state) as observed in #9585. | jaubourg | 2011-07-01 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Set timerId to true instead of a number so that intervals set to 1 are not ↵ | timmywil | 2011-06-28 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | | | | | | | accidentally cleared when stopped. Fixes #9678. - Adding a working test case would not be possible in this case, but all tests pass. | |||||
* | | | Allow similarly named classes (regression from 9499) and switch class ↵ | timmywil | 2011-06-19 | 1 | -11/+9 | |
| | | | | | | | | | | | | retrieval to property when passing class to value functions. Fixes #9617. | |||||
* | | | Landing pull request 413. Move border/padding checks to after width ↵ | Mike Sherov | 2011-06-17 | 1 | -11/+10 | |
|/ / | | | | | | | | | | | | | | | | | | | validation to avoid unnecessary fallbacks. Fixes #9598. More Details: - https://github.com/jquery/jquery/pull/413 - http://bugs.jquery.com/ticket/9300 - http://bugs.jquery.com/ticket/9441 - http://bugs.jquery.com/ticket/9598 | |||||
* | | Landing pull request 378. Comment typo in core.js. | Schalk Neethling | 2011-06-14 | 1 | -1/+1 | |
| | | | | | | | | | | More Details: - https://github.com/jquery/jquery/pull/378 | |||||
* | | Landing pull request 409. Adds fillOpacity to internal cssNumber. Fixes #9548. | rwldrn | 2011-06-14 | 1 | -4/+5 | |
| | | | | | | | | | | | | More Details: - https://github.com/jquery/jquery/pull/409 - http://bugs.jquery.com/ticket/9548 | |||||
* | | Landing pull request 410. Moves jQuery attachment comment to outro. | Greg Hazel | 2011-06-14 | 2 | -1/+1 | |
| | | | | | | | | | | More Details: - https://github.com/jquery/jquery/pull/410 | |||||
* | | Landing pull request 397. withinElement rewrite in event. Fixes #6234, ↵ | rwldrn | 2011-06-14 | 1 | -18/+11 | |
| | | | | | | | | | | | | | | | | | | | | #9357, #9447. More Details: - https://github.com/jquery/jquery/pull/397 - http://bugs.jquery.com/ticket/6234 - http://bugs.jquery.com/ticket/9357 - http://bugs.jquery.com/ticket/9447 | |||||
* | | Attribute hooks do not need to be attached in XML docs. Fixes #9568. | timmywil | 2011-06-13 | 1 | -14/+17 | |
| | | ||||||
* | | Revert "Add catch block to try/finally in deferred. Fixes #9033. Test case ↵ | timmywil | 2011-06-08 | 1 | -3/+2 | |
| | | | | | | | | | | | | needed." Line of exception was lost when debugging. This reverts commit 0a80be67f4fe968d99777564a02aeddbde1fbf35. | |||||
* | | Check classes passed for duplicates. Fixes #9499. | timmywil | 2011-06-07 | 2 | -24/+27 | |
| | | ||||||
* | | Add catch block to try/finally in deferred. Fixes #9033. Test case needed. | timmywil | 2011-06-07 | 1 | -2/+3 | |
| | | ||||||
* | | Remove fellback in width/height cssHook | timmywil | 2011-06-07 | 1 | -1/+1 | |
| | | ||||||
* | | Landing pull request 401. Nulling all elements created in support.js; Fixes ↵ | rwldrn | 2011-06-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | #9471. More Details: - https://github.com/jquery/jquery/pull/401 - http://bugs.jquery.com/ticket/9471 | |||||
* | | Optimize width/height retrieval (moved logic to getWH, removed adjustWH). ↵ | timmywil | 2011-06-06 | 2 | -65/+42 | |
| | | | | | | | | Supplements #9441, #9300. | |||||
* | | Add margin after checking width. Add tests. Fixes #9441. Fixes #9300. | Mike Sherov | 2011-06-06 | 1 | -21/+46 | |
| | | ||||||
* | | Landing pull request 403. Check for both camelized and hyphenated data ↵ | rwldrn | 2011-06-06 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | property names; Fixes #9301. More Details: - https://github.com/jquery/jquery/pull/403 - http://bugs.jquery.com/ticket/9301 | |||||
* | | Landing pull request 404. Removes unused hasOwn var declaration. Fixes #9510. | rwldrn | 2011-06-06 | 1 | -2/+1 | |
| | | | | | | | | | | | | More Details: - https://github.com/jquery/jquery/pull/404 - http://bugs.jquery.com/ticket/9510 | |||||
* | | Move the value attrHook to the main attrHooks object to save bytes | timmywil | 2011-05-26 | 1 | -20/+19 | |
| | | ||||||
* | | Move window/document test to dimensions for consistency | timmywil | 2011-05-25 | 2 | -11/+6 | |
| | | ||||||
* | | Return null for outer/inner width/height calls on window/document. Fixes #7557. | timmywil | 2011-05-25 | 2 | -5/+11 | |
| | | ||||||
* | | elem.getElementsByTagName calls the function in IE6/7. Fixes #9370. | timmywil | 2011-05-25 | 1 | -1/+1 | |
| | | ||||||
* | | Landing pull request 389. Null elements in clone to avoid memory leak in IE. ↵ | Scott Hughes | 2011-05-25 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | Fixes #9341. More Details: - https://github.com/jquery/jquery/pull/389 - http://bugs.jquery.com/ticket/9341 | |||||
* | | Landing pull request 383. Relocating jQuery.camelCase to core; Fixes #9368. | rwldrn | 2011-05-25 | 2 | -10/+15 | |
| | | | | | | | | | | | | More Details: - https://github.com/jquery/jquery/pull/383 - http://bugs.jquery.com/ticket/9368 | |||||
* | | detachEvent is unnecessary since we're nulling div. Fixes #8873. | timmywil | 2011-05-25 | 1 | -2/+1 | |
| | | ||||||
* | | Null created elements in support to avoid leaks in IE. Tested IE6-8. Leaks ↵ | timmywil | 2011-05-25 | 1 | -0/+3 | |
| | | | | | | | | are contained to the byte. Fixes #9294. | |||||
* | | Remove unnecessary background setting in support now that we have the div ↵ | timmywil | 2011-05-25 | 1 | -3/+1 | |
|/ | | | | reversion. Test added. | |||||
* | Landing pull request 352. Slightly improved defaultDisplay() and Throbber of ↵ | Mathias Bynens | 2011-05-20 | 1 | -6/+8 | |
| | | | | | | | | Doom. Fixes #8994. More Details: - https://github.com/jquery/jquery/pull/352 - http://bugs.jquery.com/ticket/8994 | |||||
* | Landing pull request 382. Adds support for number values (meter,progress); ↵ | rwldrn | 2011-05-20 | 1 | -1/+7 | |
| | | | | | | | | Fixes #9319. More Details: - https://github.com/jquery/jquery/pull/382 - http://bugs.jquery.com/ticket/9319 | |||||
* | Unnecessary var removed. | timmywil | 2011-05-18 | 1 | -1/+0 | |
| | ||||||
* | Handle unset value attributes consistently depending on property existence. ↵ | timmywil | 2011-05-18 | 1 | -3/+4 | |
| | | | | Supplements #9328. | |||||
* | Make the value hook less obtrusive for elements which do not inherently have ↵ | timmywil | 2011-05-18 | 1 | -1/+3 | |
| | | | | a value property. Fixes #9328. | |||||
* | Switched title attribute to getAttributeNode for IE6/7. Fixes #9329. | timmywil | 2011-05-18 | 1 | -1/+1 | |
| | ||||||
* | Landing pull request 377. Check custom data != null(undefined), allows zero; ↵ | Rick Waldron | 2011-05-16 | 1 | -1/+1 | |
| | | | | | | | | Fixes #9285. More Details: - https://github.com/jquery/jquery/pull/377 - http://bugs.jquery.com/ticket/9285 |