| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
| |
and keeping checked setting Fixes #8060, #8500.
More Details:
- https://github.com/jquery/jquery/pull/332
- http://bugs.jquery.com/ticket/8060
- http://bugs.jquery.com/ticket/8500
|
|
|
|
| |
of radio inputs resets when type is set after the value in all IEs. Fixes #8570 ([bug](http://bugs.jquery.com/ticket/8570)).
|
|
|
|
| |
API. Also fix bug with proxy failing when a name is provided. Fixes #8893.
|
|
|
|
| |
"manual" garbage collection.
|
|
|
|
| |
erroneously due to the body to which the div was attached having a width of 0
|
|\ |
|
| |
| |
| |
| | |
code that crept into attributes.js
|
|\ \
| |/
|/|
| | |
gf3-proxy-native-bind
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* master: (194 commits)
Revert "Make sure that focusin/focusout bubbles in non-IE browsers." This was causing problems with the focusin event, see: #7340.
Replaces "text in-between" technique with a full-fledged one-level transitive search for converters (unit tests added). Also cleans up auto dataType determination and adds converter checks in order to guess the best dataType possible.
Moves determineResponse logic into main ajax callback. Puts responseXXX fields definitions into ajaxSettings.
Removes misleading comment.
Bring jQuery('#id') and jQuery('body') logic back into core (while leaving it in Sizzle at the same time). Was causing too much of a performance hit to leave it all to Sizzle.
Renames Deferred's fire and fireReject methods as resolveWith and rejectWith respectively.
Fix typo in regex tweak from previous commit.
Renames determineDataType as determineResponse. Makes it more generic as a first step into integrating the logic into the main ajax done callback. Also fixes some comments in ajax/xhr.js.
Move jQuery(...) selector speed-up logic into Sizzle(...) qSA handling. Additionally add in a new catch for Sizzle('.class') (avoid using qSA and use getElementsByClassName instead, where applicable).
Revises the way arguments are handled in ajax.
Makes sure statusCode callbacks are ordered in the same way success and error callbacks are. Unit tests added.
Cleans up and simplifies code shared by ajaxPrefilter and ajaxTransport. Removes chainability of ajaxSetup, ajaxPrefilter and ajaxTransport. Also makes sure context is handled properly by ajaxSetup (unit test added).
Rework unit tests to check actual result elements.
Moves active counter test after all other ajax tests where it should be.
Revised the Nokia support fallback. It turns out that Nokia supports the documentElement property but does not define document.compatMode. Adding this third fallback allows Nokia to run jQuery error-free and return proper values for window width and height.
Moves things around to make jsLint happier.
Fixes crossDomain test so that it assumes port to be 80 for http and 443 for https when it is not provided.
Moves determineDataType into ajaxSettings so that it is accessible to transports without the need for a second argument and so that we can now pass the original options to the transport instead. Also ensures the original options are actually propagated to prefilters (they were not).
Re-adds hastily removed variable and simplifies statusCode based callbacks handling.
Use undefined instead of 0 to deference transport for clarity.
...
Conflicts:
src/event.js
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
As per the suggestion by ajpiano: https://github.com/gf3/jquery/commit/9f8cd6c499844451468257140e71f611abb3a040#commitcomment-218658
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
src/core.js
src/support.js
|
| | | |
| | | |
| | | |
| | | | |
assumed the style support check failed in IE8, which it now does
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
we can make to shorten and simplify.
- removeAttr now only uses setAttribute if camelCase setAttribute is not supported
+ Might want to rename jQuery.support.getSetAttribute
- tabIndex is a special case now for hooks where undefined should be returned.
+ Should we be checking if hooks returns undefined? undefined might be the desired return value in future hooks.
As of now, tabIndex is the only one that needs it, but the test suite will still pass if we don't check if hooks are undefined.
|
| | | |
| | | |
| | | |
| | | | |
testing. Will figure out a way to shorten after the test suite passes.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
testing, but solves some issues
|
| | | |
| | | |
| | | |
| | | | |
regarding test expression in support map initialization.
|
| | | |
| | | |
| | | |
| | | | |
they are the last argument of a function call.
|
|/ / /
| | |
| | |
| | | |
to have to wait for the document to be ready for boxModel-related support tests.
|
| | |
| | |
| | |
| | | |
IE memory cleanup. Based on a patch by davidmurdoch in pull 226.
|
| | | |
|
| | |
| | |
| | |
| | | |
#3333 - .css("marginRight") is incorrect in WebKit
|
| | |
| | |
| | |
| | | |
feature detect relating to clone in IE, fixes the last remaining issue with IE 9 RC. Fixes #8365.
|
| | |
| | |
| | |
| | | |
Follow up to 462bb1f66abf239492ee33c60feee3402fe64f77.
|
| | |
| | |
| | |
| | | |
instead. Fixes #8200.
|
| | |
| | |
| | |
| | | |
#8052. 1.5-stable
|
| |/
|/|
| |
| | |
Fixes #7398.
|
| |
| |
| |
| | |
trigger any eval on load (not sure if it's the best tweak, definitely not ideal). Add a test page as well so that it's easier to catch problem.
|
| |
| |
| |
| | |
inline-script violations from occuring. Fixes #7371.
|
|/
|
|
| |
have borders, causing unnecessary slowness in some browsers. Thanks to matjas for his $.support test page.
|
|
|
|
| |
#6897 - suggestion by dmethvin
|
|
|
|
| |
with removeData() (no arguments). Fixes #7209.
|
|
|
|
| |
broken show() test cases.
|
|
|
|
| |
flow outside of the border-box. Add a test for this and do not remove the overflow property after an animation in IE6.
|
|
|
|
| |
non-floated elements), and to use a more proper display mode for those elements. Fixes #2185.
|
|
|
|
| |
element in IE8. Fixes #4512.
|
| |
|
|
|
|
| |
157a383dae5335ef1056d3818d7dd70ac81c25a7.
|
| |
|
|
|
|
| |
separately AND jQuery.noConflict(true) is used. Fixes #7011.
|
|
|
|
| |
suite (but you'll still need a checkout of QUnit and Sizzle, at least).
|
|
|
|
| |
DBJDBJ. More details here: http://forum.jquery.com/topic/faster-jquery-trim Fixes #2279, #4452, and #4835.
|
| |
|
|
|
|
| |
as it does work in IE.
|
|
|
|
| |
element if it's possible.
|
|
|
|
| |
as a fragment in IE. Fixes #5829.
|
|
|
|
| |
Michael, required better test cases and in doing so found more edge cases. Introduced a new check into jQuery.support as a result. Fixes #5929.
|
| |
|