| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |\ \ |
|
| | | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
src/event.js
|
| | | | | |
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
bound for that type.
|
| |_|_|/ /
|/| | | | |
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | | |
Conflicts:
src/event.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
|
| | | | |
| | | | |
| | | | |
| | | | | |
http://bugs.jquery.com/ticket/7783
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
rwldrn-eventprops.1.6final
Conflicts:
test/unit/event.js
|
| | | | | | |
|
| | | | | | |
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
objects
|
| |_|_|/
|/| | |
| | | |
| | | | |
bug, and instead check for colon in the event name. Thanks to daguej for scoping this out -- a colonoscopy you might say.
|
| | | |
| | | |
| | | |
| | | | |
have duplicate events.
|
| | | |
| | | |
| | | |
| | | | |
Ride that, Cowboy!
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
check the current element for an inline handler regardless. Make some other size optimizations as well.
|
| | | |
| | | |
| | | |
| | | | |
namespace processing out of event handler, since it has to always go through trigger.
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | | |
rwldrn-ticket_7883
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
https://github.com/dmethvin/jquery into dmethvin-fix-8456-lost-mouseenter
|
| | | | |
| | | | |
| | | | |
| | | | | |
mouseenter is triggered on a mouseover event.
|
|/ / / /
| | | |
| | | |
| | | | |
focusin/focusout event on non-IE browsers. Allow native DOM methods to fire events other than the currently active one back into jQuery.
|
| | | |
| | | |
| | | |
| | | | |
via .live()
|
| | | |
| | | |
| | | |
| | | | |
compatibility-breaking changes until a proper fix can be landed in 1.6.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
that we don't accidentally stop propagation on it. Remove a bunch of return statements that could also cancel the event. DRY out the liveFired change from #6359 by moving it to the trigger() function.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
mouseleave. Fixes #8209.
Follow up to https://github.com/jquery/jquery/commit/4a828c93d40eb67b2041b08bbed0f1973442bd03
which was stupid and got reversed.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
in no trigger of a mouseleave."
This reverts commit 4a828c93d40eb67b2041b08bbed0f1973442bd03.
|
| | | |
| | | |
| | | |
| | | | |
trigger of a mouseleave. Fixes #8209.
|
| |_|/
|/| |
| | |
| | | |
objects in order to hide attached metadata from JSON.stringify. Remove event.js code that was doing this before specifically for events, which is now redundant. Fixes #8108. 1.5-stable
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
was causing problems with the focusin event, see: #7340.
This reverts commit 88068f82c199847d3679b130664dd91cc2e89f00.
Conflicts:
src/event.js
test/unit/event.js
|
|\ \ \
| | | |
| | | |
| | | | |
checks for leaky stuff.
|
| |/ /
| | |
| | |
| | | |
collision between user data and internal data. Fixes #6968.
|
|\ \ \
| |/ /
|/| | |
|
| | | |
|
| |/
| |
| |
| | |
correct isDefaultPrevented value is reflected by jQuery's Event object. Fixes #7793.
|
|\ \ |
|
| | |
| | |
| | |
| | | |
IE. This issue causing memory leaks between pages was fixed in MS07-033.
|
| |/ |
|
|/
|
|
| |
correct isDefaultPrevented value is reflected by jQuery's Event object. Fixes #7793.
|
|\ |
|
| |
| |
| |
| | |
IE too. Fixes 6398.
|