Mike Sherov
|
f35ba5e699
|
Fix #10691. Remove all instances of equals() and same(), as these are deprecated in QUnit.
|
2011-11-06 15:27:42 -05:00 |
|
timmywil
|
006fde228d
|
Pass iframe support tests at doc ready. Fixes support fail in FF7
|
2011-10-31 18:24:34 -04:00 |
|
timmywil
|
38f087b5ae
|
Add a way to fire native events using dispatchEvent/fireEvent in testinit.js; fixes failing click test in FF3.6
|
2011-10-28 14:17:14 -04:00 |
|
timmywil
|
f3a4d261ec
|
Landing pull request 550. IE6,7,8 cannot use cached fragments from unknown elems. Fixes #10501.
More Details:
- https://github.com/jquery/jquery/pull/550
- http://bugs.jquery.com/ticket/10501
|
2011-10-23 16:08:10 -04:00 |
|
timmywil
|
7bef99e94d
|
Run ajax tests in swarm
|
2011-10-13 12:07:54 -04:00 |
|
timmywil
|
8723f3b9e1
|
Update sizzle; Add sizzle cache collision iframe test. Fixes #8539.
|
2011-10-13 11:11:41 -04:00 |
|
jrburke
|
bba3d610c7
|
Landing pull request 331. Add support for registering jQuery as an AMD module. Fixes #7102.
More Details:
- https://github.com/jquery/jquery/pull/331
- http://bugs.jquery.com/ticket/7102
|
2011-09-19 16:37:22 -04:00 |
|
timmywil
|
25205d3f90
|
Removing topic.js as it will be a plugin
|
2011-09-19 15:42:30 -04:00 |
|
jaubourg
|
4092e3d275
|
$.Callbacks, $.Topic and notify/progress on $.Deferred.
|
2011-09-19 15:42:30 -04:00 |
|
timmywil
|
92405d4f5f
|
Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, #9261, #9570, #10178.
Bug fixed on the side: $(window).is('a') was throwing an exception. Fixes #10178.
|
2011-09-19 15:42:30 -04:00 |
|
timmywil
|
2a045f8269
|
Revert "Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385"
This reverts commit dd93d0eb32 .
|
2011-08-26 10:10:35 -04:00 |
|
timmywil
|
e2187f4963
|
Revert "Updated version numbers; Fixes #9385"
This reverts commit 09fe3ea265 .
|
2011-08-26 10:10:21 -04:00 |
|
timmywil
|
e18cad6f88
|
Add test page for crashing IE8 when the testElement in support has a background (will run from the test suite). Supplements #9823.
|
2011-08-04 18:56:49 -04:00 |
|
Dave Methvin
|
8d5c874227
|
Merge pull request #416 from gnarf37/ticket_6652
CSS: Remove filter from style when setting opacity to 1 - Fixes #6652 - R
|
2011-08-04 15:09:31 -07:00 |
|
Dave Methvin
|
5417a2cf6b
|
Merge pull request #417 from rwldrn/9385
Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385
|
2011-08-04 14:31:56 -07:00 |
|
jaubourg
|
0ed99097bd
|
Fixes #9854: propagates native statusText onto jqXHR.statusText. statusText in callbacks is still normalized. Unit test added.
|
2011-07-23 02:39:12 +02:00 |
|
Corey Frang
|
5b0c3060f0
|
Unit test for #6652
|
2011-07-13 22:54:25 -05:00 |
|
Krinkle
|
28b470d7d3
|
Landing pull request 433. Fix testswarm test cases. Fixes #9555.
More Details:
- https://github.com/jquery/jquery/pull/433
- http://bugs.jquery.com/ticket/9555
|
2011-07-12 17:12:07 -04:00 |
|
rwldrn
|
09fe3ea265
|
Updated version numbers; Fixes #9385
|
2011-06-23 08:46:26 -04:00 |
|
rwldrn
|
dd93d0eb32
|
Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385
|
2011-06-20 09:57:26 -04:00 |
|
timmywil
|
641ad80211
|
Attribute hooks do not need to be attached in XML docs. Fixes #9568.
|
2011-06-13 10:02:13 -04:00 |
|
timmywil
|
db437be6e3
|
Check classes passed for duplicates. Fixes #9499.
|
2011-06-07 21:00:44 -04:00 |
|
timmywil
|
a5396bde70
|
Attach background data to divs as well
|
2011-05-25 14:01:33 -04:00 |
|
timmywil
|
e5457a5a1f
|
Remove unnecessary background setting in support now that we have the div reversion. Test added.
|
2011-05-25 13:58:05 -04:00 |
|
jaubourg
|
0f81cf8991
|
Adds iframe code for #9239.
|
2011-05-13 17:50:57 +02:00 |
|
jaubourg
|
38de389a8e
|
Adds unit/support.js to unit tests. Still have to test for #8763 has to be done in its own file however, since Firefox refuses to notify global errors in the iframe (attachEvent, window.onerror and script.onerror all fail).
|
2011-05-10 12:24:36 +02:00 |
|
timmywil
|
ea24cd106b
|
Avoid changing html in two places; add minified jQuery as an option to the main test page
|
2011-05-02 17:53:55 -04:00 |
|
timmywil
|
b8a9c2ba34
|
Syntax in testrunner
|
2011-04-28 16:31:51 -04:00 |
|
Rick Waldron
|
ebac797ac2
|
Landing pull request 354. Adds QUnit Aliases to testrunner.js. Fixes #8991.
More Details:
- https://github.com/jquery/jquery/pull/354
- http://bugs.jquery.com/ticket/8991
|
2011-04-28 15:28:01 -04:00 |
|
jrburke
|
0b1c2e642a
|
Add support for registering jQuery as an AMD module. Only does so if the AMD loader indicates it has special allowances for multiple versions of jQuery being loaded in a page.
|
2011-04-16 20:35:18 -07:00 |
|
jeresig
|
1dda994c46
|
Merge branch '8099' of https://github.com/rwldrn/jquery. Fixes #8099.
Conflicts:
test/data/testsuite.css
|
2011-04-14 15:57:47 -04:00 |
|
rwldrn
|
a76decc476
|
Ticket #8099 Performance tweaking, credits
|
2011-04-13 15:43:15 -04:00 |
|
timmywil
|
69866fd2e5
|
VML.type test was causing multiple test suite fails, fix attributes.js fail in IE6 where the val(String/Number) tests were interfering with the val(Function) tests
|
2011-04-12 19:32:18 -04:00 |
|
rwldrn
|
7164615f67
|
Ticket 8099, Reattempt with iframe
|
2011-04-12 11:48:07 -04:00 |
|
jeresig
|
312df0441b
|
Revert "QUnit test for overriding important css declarations, references #4427"
This reverts commit 1299e89dcd .
Conflicts:
test/unit/css.js
|
2011-04-12 00:54:12 -04:00 |
|
jeresig
|
430d9e0b06
|
Merge branch 'fix_8403' of https://github.com/lrbabe/jquery into lrbabe-fix_8403
|
2011-04-12 00:35:51 -04:00 |
|
Azatoth
|
1299e89dcd
|
QUnit test for overriding important css declarations, references #4427
|
2011-04-12 00:17:07 -04:00 |
|
Dave Methvin
|
14193e449e
|
Create jQuery.holdReady(true/false) method to encapsulate jQuery.readyWait++ / jQuery.ready(true) logic. Fix problem where jQuery.ready may trigger twice, causing the (unsupported) document.onready to run twice. Fixes #8803 .
|
2011-04-07 11:26:42 -04:00 |
|
timmywil
|
f9cc5597a4
|
Fix test cases for bug #8316 fix.
- Removed special page, just needed another test in the fixed offset tests
- Checks it's position related to scrolling
|
2011-03-31 02:55:16 -04:00 |
|
jeresig
|
7b985c4ca0
|
Oops, that test file for bug #8316 was needed - was also missing an include and was causing errors.
|
2011-03-24 19:52:45 -04:00 |
|
louisremi
|
c6b891fb1c
|
Adding unit tests for #8403
|
2011-03-07 14:43:08 +01:00 |
|
jaubourg
|
2d0bc7ce72
|
Moves Deferred-related code into a separate module. Context handling has been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization).
|
2011-03-03 19:38:06 +01:00 |
|
jaubourg
|
5b38439011
|
Fixes #8297. Makes sure response headers with empty values are handled properly and do not prevent proper parsing of the entire response headers string. Unit test amended.
|
2011-02-17 17:03:09 +01:00 |
|
Anton M
|
faa6fe32f7
|
Revert "Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8099"
This reverts commit bb9408516a , reversing
changes made to 3ad8dd242a .
Conflicts:
src/effects.js
|
2011-02-15 22:30:34 +01:00 |
|
jeresig
|
bb9408516a
|
Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8099
|
2011-02-14 12:36:49 -05:00 |
|
jeresig
|
3ad8dd242a
|
Merge branch 'fix8033' of https://github.com/SlexAxton/jquery into SlexAxton-fix8033
|
2011-02-14 12:35:27 -05:00 |
|
Anton M
|
fbf79c0b49
|
Remove old cruft from test folder. Change "polluted" test suite loader to use CDN hosted libraries.
|
2011-02-13 01:34:31 +01:00 |
|
jrburke
|
d99268a4b7
|
Add readyWait tests. Fixes #8145.
Adds tests for the fix to #6781.
|
2011-02-12 13:53:05 +01:00 |
|
Anton M
|
08fcde6a59
|
Remove an invalid ajax test and some code that is no longer used by any test.
|
2011-02-05 00:20:23 +01:00 |
|
rwldrn
|
0d2e4796dc
|
Bug #8099 - Always restore to correct display value based on element's expected default display
|
2011-01-31 14:31:15 -05:00 |
|