aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
Commit message (Collapse)AuthorAgeFilesLines
* Add a way to fire native events using dispatchEvent/fireEvent in ↵timmywil2011-10-281-1/+15
| | | | testinit.js; fixes failing click test in FF3.6
* Landing pull request 550. IE6,7,8 cannot use cached fragments from unknown ↵timmywil2011-10-231-0/+3
| | | | | | | | elems. Fixes #10501. More Details: - https://github.com/jquery/jquery/pull/550 - http://bugs.jquery.com/ticket/10501
* Run ajax tests in swarmtimmywil2011-10-131-1/+1
|
* Update sizzle; Add sizzle cache collision iframe test. Fixes #8539.timmywil2011-10-132-22/+62
|
* Landing pull request 331. Add support for registering jQuery as an AMD ↵jrburke2011-09-191-1/+13
|\ | | | | | | | | | | | | | | module. Fixes #7102. More Details: - https://github.com/jquery/jquery/pull/331 - http://bugs.jquery.com/ticket/7102
| * Add support for registering jQuery as an AMD module. Only does so if the AMD ↵jrburke2011-04-161-1/+13
| | | | | | | | loader indicates it has special allowances for multiple versions of jQuery being loaded in a page.
* | Removing topic.js as it will be a plugintimmywil2011-09-1911-10/+1
| |
* | $.Callbacks, $.Topic and notify/progress on $.Deferred.jaubourg2011-09-1910-0/+20
| |
* | Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, ↵timmywil2011-09-192-2/+133
| | | | | | | | | | | | #9261, #9570, #10178. Bug fixed on the side: $(window).is('a') was throwing an exception. Fixes #10178.
* | Revert "Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385"timmywil2011-08-261-2/+2
| | | | | | | | This reverts commit dd93d0eb32dc638ff3319792a885acd6d3c25c30.
* | Revert "Updated version numbers; Fixes #9385"timmywil2011-08-261-2/+2
| | | | | | | | This reverts commit 09fe3ea265d730cc5e2dd2705d5a60ffd382d166.
* | Add test page for crashing IE8 when the testElement in support has a ↵timmywil2011-08-041-0/+19
| | | | | | | | background (will run from the test suite). Supplements #9823.
* | Merge pull request #416 from gnarf37/ticket_6652Dave Methvin2011-08-041-0/+2
|\ \ | | | | | | CSS: Remove filter from style when setting opacity to 1 - Fixes #6652 - R
| * | Unit test for #6652Corey Frang2011-07-131-0/+2
| | |
* | | Merge pull request #417 from rwldrn/9385Dave Methvin2011-08-041-2/+2
|\ \ \ | | | | | | | | Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385
| * | | Updated version numbers; Fixes #9385rwldrn2011-06-231-2/+2
| | | |
| * | | Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385rwldrn2011-06-201-2/+2
| |/ /
* | | Fixes #9854: propagates native statusText onto jqXHR.statusText. statusText ↵jaubourg2011-07-231-0/+5
| | | | | | | | | | | | in callbacks is still normalized. Unit test added.
* | | Landing pull request 433. Fix testswarm test cases. Fixes #9555.Krinkle2011-07-122-2/+2
|/ / | | | | | | | | | | More Details: - https://github.com/jquery/jquery/pull/433 - http://bugs.jquery.com/ticket/9555
* | Attribute hooks do not need to be attached in XML docs. Fixes #9568.timmywil2011-06-131-1/+1
| |
* | Check classes passed for duplicates. Fixes #9499.timmywil2011-06-071-1/+1
| |
* | Attach background data to divs as welltimmywil2011-05-251-1/+1
| |
* | Remove unnecessary background setting in support now that we have the div ↵timmywil2011-05-251-0/+4
| | | | | | | | reversion. Test added.
* | Adds iframe code for #9239.jaubourg2011-05-131-0/+37
| |
* | Adds unit/support.js to unit tests. Still have to test for #8763 has to be ↵jaubourg2011-05-102-0/+52
| | | | | | | | done in its own file however, since Firefox refuses to notify global errors in the iframe (attachEvent, window.onerror and script.onerror all fail).
* | Avoid changing html in two places; add minified jQuery as an option to the ↵timmywil2011-05-022-3/+8
| | | | | | | | main test page
* | Syntax in testrunnertimmywil2011-04-281-2/+3
| |
* | Landing pull request 354. Adds QUnit Aliases to testrunner.js. Fixes #8991.Rick Waldron2011-04-281-0/+9
|/ | | | | | More Details: - https://github.com/jquery/jquery/pull/354 - http://bugs.jquery.com/ticket/8991
* Merge branch '8099' of https://github.com/rwldrn/jquery. Fixes #8099.jeresig2011-04-141-1/+6
|\ | | | | | | | | Conflicts: test/data/testsuite.css
| * Ticket #8099 Performance tweaking, creditsrwldrn2011-04-131-0/+2
| |
| * Ticket 8099, Reattempt with iframerwldrn2011-04-121-0/+3
| |
* | VML.type test was causing multiple test suite fails, fix attributes.js fail ↵timmywil2011-04-121-0/+3
|/ | | | in IE6 where the val(String/Number) tests were interfering with the val(Function) tests
* Revert "QUnit test for overriding important css declarations, references #4427"jeresig2011-04-121-4/+0
| | | | | | | | This reverts commit 1299e89dcd803ee0ed48622c716dc3d4c8567cb7. Conflicts: test/unit/css.js
* Merge branch 'fix_8403' of https://github.com/lrbabe/jquery into lrbabe-fix_8403jeresig2011-04-121-1/+1
|\
| * Adding unit tests for #8403louisremi2011-03-071-1/+1
| |
* | QUnit test for overriding important css declarations, references #4427Azatoth2011-04-121-0/+4
| |
* | Create jQuery.holdReady(true/false) method to encapsulate jQuery.readyWait++ ↵Dave Methvin2011-04-071-3/+3
| | | | | | | | / jQuery.ready(true) logic. Fix problem where jQuery.ready may trigger twice, causing the (unsupported) document.onready to run twice. Fixes #8803 .
* | Fix test cases for bug #8316 fix.timmywil2011-03-312-30/+1
| | | | | | | | | | | | - Removed special page, just needed another test in the fixed offset tests - Checks it's position related to scrolling
* | Oops, that test file for bug #8316 was needed - was also missing an include ↵jeresig2011-03-241-0/+30
| | | | | | | | and was causing errors.
* | Moves Deferred-related code into a separate module. Context handling has ↵jaubourg2011-03-037-0/+7
|/ | | | been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization).
* Fixes #8297. Makes sure response headers with empty values are handled ↵jaubourg2011-02-171-0/+2
| | | | 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 ↵Anton M2011-02-151-3/+0
| | | | | | | | | | | rwldrn-8099" This reverts commit bb9408516aa0fc8892f4e07a99b1a47bce06081b, reversing changes made to 3ad8dd242acec1066f43a9349f4c1a352680d37b. Conflicts: src/effects.js
* Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8099jeresig2011-02-141-0/+3
|\
| * Bug #8099 - Always restore to correct display value based on element's ↵rwldrn2011-01-311-0/+3
| | | | | | | | expected default display
* | Merge branch 'fix8033' of https://github.com/SlexAxton/jquery into ↵jeresig2011-02-147-13/+13
|\ \ | | | | | | | | | SlexAxton-fix8033
| * | Moved jQuery global leak to end of file so accidental gEBCN overrides in ↵Alex Sexton2011-01-237-13/+13
| | | | | | | | | | | | prototype don't get caught up in confusion. Fixed tests to reference jQuery variable instead of $ (best practice). Fixes #8033
* | | Remove old cruft from test folder. Change "polluted" test suite loader to ↵Anton M2011-02-132-16/+0
| | | | | | | | | | | | use CDN hosted libraries.
* | | Add readyWait tests. Fixes #8145.jrburke2011-02-122-0/+26
| | | | | | | | | | | | Adds tests for the fix to #6781.
* | | Remove an invalid ajax test and some code that is no longer used by any test.Anton M2011-02-052-7/+1
| |/ |/|
* | Script dataType now supports ecmascript mimetypes.jaubourg2011-01-311-1/+5
|/