Andrew Dupont
|
ab8cc48b8d
|
Account for context to assure Element#down, et al., work properly with Selectors API.
|
2008-03-31 12:51:44 -05:00 |
Andrew Dupont
|
ee52460014
|
Refactored unittest.js so that it does not rely on Selector methods. (Easier to debug Selector test failures.)
|
2008-03-31 12:07:46 -05:00 |
Tobie Langel
|
78c4b99df7
|
prototype: Instanciate Test.Unit.Logger on window load.
|
2008-03-16 20:00:07 +00:00 |
Tobie Langel
|
f530309461
|
prototype: fix Unit.Test.Assertions#assertHidden message.
|
2008-01-14 15:37:30 +00:00 |
Tobie Langel
|
584acba3b2
|
prototype: Add Test.Unit.MessageTemplate class. Add flunk, buildMessage and assertBlock methods to Test.Unit.Assertions. Refactor accordingly.
|
2008-01-14 14:16:27 +00:00 |
Tobie Langel
|
a246e777f5
|
prototype: Fix Selector.matchElements to allow for coma-separated selectors in Element#up/next/previous and Event#findElement.
|
2008-01-06 21:49:16 +00:00 |
Tobie Langel
|
e9be4660e1
|
prototype: unittest.js cleanup.
|
2008-01-06 07:38:02 +00:00 |
Tobie Langel
|
c48c1496ec
|
prototype: forgot a semicolon.
|
2008-01-06 00:44:18 +00:00 |
Tobie Langel
|
0008fe4aed
|
prototype: Test.Unit refactoring. Allow running multiple instances of Test.Unit.Runner on the same page. Allow rake to run specific testcases. Closes #10704, #10705, #10706.
|
2008-01-06 00:34:39 +00:00 |
Tobie Langel
|
a427d4a1b0
|
prototype: jstest.rb cleanup.
|
2007-12-30 11:16:15 +00:00 |
Tobie Langel
|
143b13d069
|
prototype: Allow WEBrick to simulate slow or dropped connections and to ease Ajax request inspection.
|
2007-12-30 10:54:34 +00:00 |
Sam Stephenson
|
1c5e3fe3fb
|
prototype: Fix the test runner for Firefox in Leopard.
|
2007-10-23 17:41:44 +00:00 |
Tobie Langel
|
ba96fa77bf
|
prototype: Minor cosmetic changes to the display of unit tests in terminal.
|
2007-10-21 01:47:30 +00:00 |
Thomas Fuchs
|
f3d9cb2579
|
Add line numbers to failures when unit testing in Firefox. Closes #9231.
|
2007-08-09 21:48:14 +00:00 |
Sam Stephenson
|
aa4602b459
|
prototype: Merge -r7242:HEAD from ../branches/1-6-0-events. Adds support for DOM-based custom events with Event.fire/Element.Methods.fire, cross-browser DOMContentLoaded support, extended and normalized event objects, and improvements to the observe and stopObserving APIs.
|
2007-08-04 07:20:45 +00:00 |
Sam Stephenson
|
52cf3f2550
|
prototype: Merge -r7016:HEAD from ../branches/ajax. Add Ajax.Response object which supports the following methods: responseJSON, headerJSON, getHeader, getAllHeaders and handles browser discrepancies in the other response methods. Add sanitizeJSON, evalJS and evalJSON to Ajax.Request. Closes #8122, #8006, #7295.
|
2007-08-04 04:40:22 +00:00 |
Thomas Fuchs
|
03ae9dd3ee
|
* Make document.getElementsByClassName match the WHATWG Web Applications 1.0 specification which was adopted in Firefox 3 (http://www.whatwg.org/specs/web-apps/current-work/#getelementsbyclassname). It now supports multiple class names given as an array or a space-separated list in a string. The method will only return the nodes that match all the class names. In browsers that implement the method natively it will not be overwritten. Closes #8401. [Mislav Marohnic]
|
2007-06-17 22:26:46 +00:00 |
Thomas Fuchs
|
431dd4e994
|
Prototype: Test library fixes: make rake dist work on Windows, only teardown if a browser is supported. Closes #8463, #8498. [Mislav Marohnic, grant]
|
2007-06-04 10:02:01 +00:00 |
Sam Stephenson
|
310b3eccfa
|
prototype: Fix jstest.rb IE support so you don't have to close the IE window after each test (yay!). Closes #8207.
|
2007-04-28 02:41:00 +00:00 |
Sam Stephenson
|
b360a93999
|
prototype: Fix jstest.rb Konqueror support. Closes #7140.
|
2007-04-28 02:37:53 +00:00 |
Thomas Fuchs
|
5f2acb4be5
|
Make Hash.toQueryString serialize undefined values. Ensure consistency with String.prototype.toQueryParams. Closes #7806. [Mislav Marohnic]
|
2007-03-27 20:55:56 +00:00 |
Thomas Fuchs
|
296cada736
|
Prototype: Make automatic unit testing work smoother on non-english versions of Windows
|
2007-03-27 18:31:25 +00:00 |
Sam Stephenson
|
00bce412d2
|
prototype: Merge the selector branch into trunk, bringing vast performance improvements, bug fixes, and near-complete CSS3 compliance to $$ and Selector. Closes #7568.
|
2007-03-09 04:12:13 +00:00 |
Sam Stephenson
|
bb4d189b37
|
prototype: Reorganize the source tree.
|
2007-01-18 22:24:27 +00:00 |