Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'master' of github.com:jquery/jquery | jaubourg | 2011-01-27 | 2 | -16/+27 | |
|\ \ | ||||||
| * | | Remove unneeded and confusing variable definition for better readability. | gnarf | 2011-01-27 | 1 | -3/+2 | |
| | | | ||||||
| * | | Fix Makefile to use plain sed agin. Remove unicode trickery. Thanks to ↵ | Anton M | 2011-01-26 | 1 | -2/+1 | |
| | | | | | | | | | | | | danheberden and gnarf for figuring out why it previously faild on Mac OS X. | |||||
| * | | Merge branch 'master' of github.com:jquery/jquery | jeresig | 2011-01-26 | 5 | -51/+88 | |
| |\ \ | ||||||
| * | | | Make sure that init is run before jquery is built (avoiding weird warnings ↵ | jeresig | 2011-01-26 | 1 | -13/+26 | |
| | | | | | | | | | | | | | | | | when running 'make jquery' or 'make min'). Additionally only attempt to run JSLint or the minifier if NodeJS is installed (avoiding a weird warning when you first run 'make' or 'make all'). | |||||
* | | | | Actually does what ↵ | jaubourg | 2011-01-27 | 1 | -1/+1 | |
| |/ / |/| | | | | | | | | https://github.com/jquery/jquery/commit/bab8079593913dbc689404aa4e83c46b9b4c9355 promised: passes the jXHR as the third argument of prefilters and transport factories. Comitted for completness even if if backs this out in the end and only land in 1.5.1. | |||||
* | | | Passes jXHR object as third argument of prefilters and transport factories. | jaubourg | 2011-01-26 | 1 | -5/+5 | |
| | | | ||||||
* | | | Fixes #5866. Issue number in previous commit was wrong both in comments and ↵ | jaubourg | 2011-01-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | commit message. See https://github.com/jquery/jquery/commit/0e5b341cc0f3f9bf0f6659e09704f2267cfdfdba for previous commit. | |||||
* | | | Fixes #5856. Adds document protocol at the beginning of URLs without ↵ | jaubourg | 2011-01-26 | 2 | -11/+20 | |
| | | | | | | | | | | | | protocol (thanks go to skrings for the initial pull request). Simplifies cross-domain detection regexp and logic as a consequence. Also took the opportunity to remove an unused variable. Unit test added. | |||||
* | | | Fixes #8054 by reverting feature enhancement 5812 (4920). Regexps no longer ↵ | jaubourg | 2011-01-26 | 2 | -20/+3 | |
| | | | | | | | | | | | | searches for %3F in url or data to find jsonp callback placeholders. | |||||
* | | | Reworks how values of parameters passed to error callbacks are determined. ↵ | jaubourg | 2011-01-25 | 3 | -12/+60 | |
| | | | | | | | | | | | | Fixes #8050. | |||||
* | | | #8044 Removes unnec. rnonword var | Rick Waldron | 2011-01-25 | 1 | -3/+0 | |
|/ / | ||||||
* | | Updating the source version to 1.5pre. | jeresig | 2011-01-24 | 1 | -1/+1 | |
| | | ||||||
* | | Tagging the 1.5rc1 release.1.5rc1 | jeresig | 2011-01-24 | 1 | -1/+1 | |
| | | ||||||
* | | Bring back in #main prefix on adjacent selectors. | jeresig | 2011-01-24 | 1 | -5/+5 | |
| | | ||||||
* | | Backing out disconnected + and ~ tests as they're not something that we ↵ | jeresig | 2011-01-24 | 1 | -9/+6 | |
| | | | | | | | | actively support. | |||||
* | | Updating the year in the header. | jeresig | 2011-01-24 | 1 | -2/+2 | |
| | | ||||||
* | | Revert "Fix Makefile to use plain sed. Remove unicode trickery" | jeresig | 2011-01-24 | 1 | -3/+5 | |
| | | | | | | | | This reverts commit 6d358c0cdd4f84884c3d776bad0f48a93908b29b. | |||||
* | | Fix Makefile to use plain sed. Remove unicode trickery | Anton M | 2011-01-24 | 1 | -5/+3 | |
| | | ||||||
* | | Makes prefilters and transport inspection more robust and uses better ↵ | jaubourg | 2011-01-24 | 1 | -19/+23 | |
|/ | | | | variable names for readability. | |||||
* | Revised internal implementation of ajaxPrefilter() and ajaxTransport(). ↵ | jaubourg | 2011-01-23 | 1 | -103/+80 | |
| | | | | Everything is shorter and more efficient now. Also fixes a couple spacing issues that remained. | |||||
* | More code style fixes. | jaubourg | 2011-01-23 | 3 | -11/+10 | |
| | ||||||
* | Apply JQuery Core Style Guidelines to ajax.js and ajax/*.js, | jaubourg | 2011-01-23 | 4 | -199/+182 | |
| | ||||||
* | Fixes some coding style issues in core.js. In jQuery.fn.ready(), simplifies ↵ | jaubourg | 2011-01-23 | 1 | -46/+26 | |
| | | | | 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). | |||||
* | Re-organizes ajax.js: prefilters and transports are no longer stored in ↵ | jaubourg | 2011-01-22 | 1 | -314/+261 | |
| | | | | ajaxSettings (their structure is not handled correctly by extend() and was causing some overhead when constructing the final options map in ajax()); base function for ajaxPrefilter and ajaxTransport has been renamed and split in two (one for inspection, one for addition); response/dataType determination and data conversion logics have been externalized from the ajax() internal callback; data conversion no longer sets responseXXX fields; some minor re-formatting and simplifications. | |||||
* | Fix selector scope on some tests, so they don't fail on testswarm. | Anton M | 2011-01-22 | 1 | -5/+5 | |
| | ||||||
* | Merge branch '8017lint' of https://github.com/rwldrn/jquery into 8017lint | rwldrn | 2011-01-22 | 2 | -4/+5 | |
| | ||||||
* | Merge branch 'fix-7398-frameset-docs' of https://github.com/dmethvin/jquery ↵ | jeresig | 2011-01-21 | 1 | -4/+10 | |
|\ | | | | | | | into dmethvin-fix-7398-frameset-docs | |||||
| * | Don't do body-related feature tests on frameset docs that have no body. ↵ | Dave Methvin | 2011-01-21 | 1 | -4/+10 | |
| | | | | | | | | Fixes #7398. | |||||
* | | Merge branch '8013p' of https://github.com/rwldrn/jquery into rwldrn-8013p | jeresig | 2011-01-21 | 3 | -64/+86 | |
|\ \ | |/ |/| | ||||||
| * | Basic unit tests; This patch relies on the 51 existing clone() tests | rwldrn | 2011-01-21 | 1 | -0/+12 | |
| | | ||||||
| * | Cleaned up; fixes per review | rwldrn | 2011-01-20 | 2 | -10/+12 | |
| | | ||||||
| * | cloneCopyEvent; jQuery.clone() review | rwldrn | 2011-01-20 | 1 | -63/+71 | |
| | | ||||||
* | | Revert "Make sure that focusin/focusout bubbles in non-IE browsers." This ↵ | jeresig | 2011-01-21 | 2 | -30/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | was causing problems with the focusin event, see: #7340. This reverts commit 88068f82c199847d3679b130664dd91cc2e89f00. Conflicts: src/event.js test/unit/event.js | |||||
* | | Replaces "text in-between" technique with a full-fledged one-level ↵ | jaubourg | 2011-01-21 | 2 | -40/+108 | |
| | | | | | | | | 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. | |||||
* | | Merge branch 'fix-7853-add-context' of https://github.com/dmethvin/jquery ↵ | John Resig | 2011-01-20 | 2 | -9/+10 | |
|\ \ | | | | | | | | | | into dmethvin-fix-7853-add-context | |||||
| * | | Rework unit tests to check actual result elements. | Dave Methvin | 2011-01-19 | 1 | -6/+6 | |
| | | | ||||||
| * | | By default, use document root rather than current selection's context when ↵ | Dave Methvin | 2010-12-28 | 2 | -9/+10 | |
| | | | | | | | | | | | | add()ing elements. Fixes #7853. | |||||
* | | | Merge branch 'master' of https://github.com/scottjehl/jquery into ↵ | John Resig | 2011-01-20 | 1 | -2/+4 | |
|\ \ \ | | | | | | | | | | | | | scottjehl-master | |||||
| * | | | Revised the Nokia support fallback. It turns out that Nokia supports the ↵ | scottjehl | 2011-01-19 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | 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. | |||||
| * | | | Merge remote branch 'upstream/master' | scottjehl | 2011-01-19 | 43 | -1080/+4396 | |
| |\ \ \ | ||||||
| * | | | | set name to lowercase, since it's passed as initial caps | scottjehl | 2011-01-13 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' of https://github.com/jquery/jquery | scottjehl | 2011-01-13 | 42 | -2069/+2307 | |
| |\ \ \ \ | ||||||
| * | | | | | Getting window dimensions currently fails in Nokia browsers, causing JS ↵ | scottjehl | 2010-12-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | error (and consequently making jQuery Mobile fail to render the page). Based on a tip from Ben Nolan, this fix returns window.screen[width|height] if the other attempts at getting window dimensions fail. On mobile at least, it seems to make sense, and on desktop (assuming this issue would ever show up on desktop), this might be better than returning false or undefined. | |||||
* | | | | | | Merge branch 'make_fix' of https://github.com/danheberden/jquery into ↵ | John Resig | 2011-01-20 | 2 | -3/+6 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | danheberden-make_fix | |||||
| * | | | | | | Revert uglify.js to original and handle build changes in make file | Dan Heberden | 2011-01-19 | 2 | -3/+6 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Moves determineResponse logic into main ajax callback. Puts responseXXX ↵ | jaubourg | 2011-01-20 | 2 | -84/+79 | |
| | | | | | | | | | | | | | | | | | | | | | | | | fields definitions into ajaxSettings. | |||||
* | | | | | | Removes misleading comment. | jaubourg | 2011-01-20 | 1 | -1/+0 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'master' of github.com:jquery/jquery | jeresig | 2011-01-20 | 5 | -52/+78 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' of github.com:jquery/jquery | jaubourg | 2011-01-20 | 1 | -62/+16 | |
| |\ \ \ \ \ \ |