| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
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
|
| | |
| | |
| | |
| | | |
http://bugs.jquery.com/ticket/7783
|
|\ \ \
| | | |
| | | |
| | | | |
danheberden-map-object.1.6
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
.length detection
|
| | | | |
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* 'bug_2616' of https://github.com/jboesch/jquery:
Bug 2616; Adding object support to jQuery.map
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
timmywil-2773_find_closest
Conflicts:
test/unit/traversing.js
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
tests added
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Conflicts:
src/core.js
src/support.js
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
testing. Will figure out a way to shorten after the test suite passes.
|
| | | | | |
|
|\ \ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
ensure proper context. Unit tests added.
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
/ jQuery.ready(true) logic. Fix problem where jQuery.ready may trigger twice, causing the (unsupported) document.onready to run twice. Fixes #8803 .
|
| | | | |
| | | | |
| | | | |
| | | | | |
constructor (#7990).
|
|\ \ \ \ \ |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| |/ / / /
|/| | | |
| | | | |
| | | | | |
use native thrown exceptions if window.JSON.parse is available
|
| | | | |
| | | | |
| | | | |
| | | | | |
been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization).
|
| |/ / /
|/| | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
block gets executed in IE7 and IE6."
This reverts commit cacea6f7e778d42cda56066a6b1da8fb163410cc.
|
| | | |
| | | |
| | | |
| | | | |
calls as much as possible.
|
| | | |
| | | |
| | | |
| | | | |
gets executed in IE7 and IE6.
|
| | | |
| | | |
| | | |
| | | | |
variable declared as parameter trick anymore.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
that is resolved when the underlying deferred is rejected and rejected when the underlying deferred is resolved."
This reverts commit 4e975430510f443ef76a90d077bc8956fb8b8cc0.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
SlexAxton-fix8033
|
| | | | |
| | | | |
| | | | |
| | | | | |
prototype don't get caught up in confusion. Fixed tests to reference jQuery variable instead of $ (best practice). Fixes #8033
|
| | | | |
| | | | |
| | | | |
| | | | | |
"script.type = text/javascript".
|
| | | | |
| | | | |
| | | | |
| | | | | |
resolved when the underlying deferred is rejected and rejected when the underlying deferred is resolved.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes #7979.
|
| | | | | |
|
|/ / / / |
|
| | | |
| | | |
| | | |
| | | | |
the whole code (for better backward compatibility) and removes redefinition of the function itself (in order not to clash with proxying). Also, in jQuery.when(), removes unnecessary closure and early rejection test and makes use of then instead of done/fail (better interoperability).
|
|\ \ \ \
| |_|_|/
|/| | | |
|
| | | | |
|
|\ \ \ \ |
|
| |\ \ \ \ |
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
respectively.
|