-
Makes globalEval unit tests more consistent.
jaubourg committedMar 5, 2011
-
Merge branch 'master' of github.com:jquery/jquery into support.1.6
jaubourg committedMar 4, 2011
-
Moves Deferred-related code into a separate module. Context handling …
jaubourg committedMar 3, 2011 …has been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization).
-
Fix for #8421. Makes sure resolveWith can be called with only one par…
jaubourg committedMar 3, 2011 …ameter.
-
Fixes completely wrong and misleading comment.
jaubourg committedFeb 26, 2011 -
jaubourg committed
Feb 26, 2011 -
jaubourg committed
Feb 26, 2011 + Uses a temporary body element to do the tests so that there is no need to wait for the document to be ready to make all boxModel and dimension related tests + Removes scriptEval tests since globalEval has been rewritten (see below) + Makes code smaller and removes unnecessary function calls + Applies the JQuery Core Style Guidelines Refactors globalEval so that it doesn't use script tag injection anymore. ( based on http://weblogs.java.net/blog/driscoll/archive/2009/09/08/eval-javascript-global-context ) Unit tests added in unit/core.js
-
gnarf committed
Feb 24, 2011 -
A quick change to detect AIR urls
gnarf committedFeb 24, 2011 -
Removes unnecessary parenthesis from regular expression.
jaubourg committedFeb 24, 2011
-
Revert "Fixes #8353. Adds a catch block in resolveWith so that the fi…
jaubourg committedFeb 23, 2011 …nally block gets executed in IE7 and IE6." This reverts commit cacea6f.
-
Updating the source version to 1.5.2pre.
jeresig committedFeb 23, 2011 -
jeresig committed
Feb 23, 2011 -
Make a new jQuery.support.noCloneChecked - splitting apart the previo…
jeresig committedFeb 23, 2011 …us feature detect relating to clone in IE, fixes the last remaining issue with IE 9 RC. Fixes #8365.
-
Refactors jQuery.when to avoid unnecessary recursion and limit functi…
jaubourg committedFeb 23, 2011 …on calls as much as possible.
-
Fixes #8353. Adds a catch block in resolveWith so that the finally bl…
jaubourg committedFeb 23, 2011 …ock gets executed in IE7 and IE6.
-
Makes the promise method of Deferreds a bit more readable by not usin…
jaubourg committedFeb 21, 2011 …g the variable declared as parameter trick anymore.
-
Updating the source version to 1.5.1pre.
jeresig committedFeb 18, 2011 -
jeresig committed
Feb 18, 2011 -
Bug #6911 - Prevent action on disabled elements, both triggering and …
danheberden committedFeb 18, 2011 …bound via .live()
-
Revert "Adds an invert method to promises that returns a "inverted" p…
jaubourg committedFeb 18, 2011 …romise that is resolved when the underlying deferred is rejected and rejected when the underlying deferred is resolved." This reverts commit 4e97543.
-
A temporary workaround for #8018 that avoids any chance of compatibil…
…ity-breaking changes until a proper fix can be landed in 1.6.
-
Fix a some inaccuracies in the original test case for #7912.
jitter committedFeb 17, 2011 - Use fresh div instead of one outside the test-fixture - make sure the empty string test tests actually that (not 0% 0%) - actually test for < -10000 (#7193) - fixed some whitespace issues
-
Fixes #7912. Make sure .cur() only returns 0 as fallback value when i…
…t needs to ("", auto, undefined, null). This change makes .cur() more .cssHooks friendly. .cur() now returns the unmodified value by .css() if it isn't a number, number-alike or a value that needs a fallback to 0. This way fx.start doesn't need to be recalculated for complex values.
-
Only perpetrate the .toJSON hack on data caches when they are attache…
…d to a plain Javascript object. Part of the continuing saga of #8108.
-
Fixes #8297. Makes sure response headers with empty values are handle…
jaubourg committedFeb 17, 2011 …d properly and do not prevent proper parsing of the entire response headers string. Unit test amended.
-
Revert "Merge branch '8099' of https://github.com/rwldrn/jquery into …
jitter committedFeb 15, 2011 -
jitter committed
Feb 15, 2011 -
Fixes #7922. Copy the donor event when simulating a bubbling submit i…
…n IE so 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.
-
Fixes #8277. Sets data to undefined rather than null when it is not p…
jaubourg committedFeb 15, 2011 …rovided in ajax helpers so that it won't revent data set in ajaxSettings from being used. Unit test added.
-
Fix some unscoped tests which failed after recent changes to QUnit.
jitter committedFeb 15, 2011
-
Update jQuery.data to use jQuery.noop for toJSON hack instead of an a…
csnover committedFeb 14, 2011 …dditional superfluous function.
-
Hide metadata when serializing JS objects using JSON.stringify via a …
csnover committedFeb 14, 2011 …toJSON hack. Fixes #8108.
-
jitter committed
Feb 14, 2011 -
Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8099
jeresig committedFeb 14, 2011