|
|
|
@9061
|
[9061]
|
03/19/08 13:01:47 |
tobie |
prototype: Prevent Hash#toQueryString from serializing objets. |
|
|
|
@9039
|
[9039]
|
03/16/08 20:00:07 |
tobie |
prototype: Instanciate Test.Unit.Logger on window load. |
|
|
|
@9038
|
[9038]
|
03/16/08 19:47:17 |
tobie |
prototype: unit tests clean-up. |
|
|
|
@9036
|
[9036]
|
03/16/08 18:53:51 |
tobie |
prototype: Remove usage of the statement from unit tests. |
|
|
|
@9001
|
[9001]
|
03/09/08 08:05:29 |
tobie |
prototype: Make Element#writeAttribute handle frameborder attribute in IE. … |
|
|
|
@8999
|
[8999]
|
03/09/08 07:21:45 |
tobie |
prototype: Make String#unescapeHTML strip tags in IE. Closes #10173. |
|
|
|
@8998
|
[8998]
|
03/09/08 07:14:28 |
tobie |
prototype: Stop form observers in unit tests. Closes #10938. |
|
|
|
@8800
|
[8800]
|
02/04/08 23:22:18 |
tobie |
prototype: Avoid breaking Element.prototype in browsers which support it. … |
|
|
|
@8799
|
[8799]
|
02/03/08 22:29:29 |
tobie |
prototype: Prevent Element#cumulativeOffset, Element#getOffsetParent, … |
|
|
|
@8798
|
[8798]
|
02/03/08 21:08:13 |
tobie |
prototype: Prevent Enumerable#eachSlice from entering into an endless loop … |
|
|
|
@8797
|
[8797]
|
02/03/08 19:45:32 |
tobie |
prototype: Allow Selector to correctly detect the presence of namespaced … |
|
|
|
@8796
|
[8796]
|
02/03/08 19:36:35 |
tobie |
prototype: Make Element#absolutize and Element#relativize always return … |
|
|
|
@8724
|
[8724]
|
01/25/08 22:03:39 |
andrew |
Add tests for Element#descendantOf that deal with dynamically-created … |
|
|
|
@8723
|
[8723]
|
01/25/08 22:02:12 |
andrew |
Ensure positionedOffset properly considers "position: fixed" elements. … |
|
|
|
@8722
|
[8722]
|
01/25/08 18:54:22 |
andrew |
Roll back the fix for #9609, since it does not work in Opera. Instead, … |
|
|
|
@8721
|
[8721]
|
01/25/08 18:49:40 |
andrew |
Prevent DOM node expandos _countedByPrototype and _prototypeEventID from … |
|
|
|
@8713
|
[8713]
|
01/24/08 02:24:33 |
andrew |
Properly serialize form fields with names that collide with built-in JS … |
|
|
|
@8712
|
[8712]
|
01/24/08 01:33:28 |
tobie |
prototype: Make Object.isArray correctly identify arrays created in … |
|
|
|
@8709
|
[8709]
|
01/23/08 20:05:17 |
andrew |
Fixed issue where Element#match failed on attribute selectors with single … |
|
|
|
@8704
|
[8704]
|
01/23/08 12:45:28 |
tobie |
prototype: Add tests for Element#match. |
|
|
|
@8703
|
[8703]
|
01/23/08 12:17:26 |
tobie |
prototype: Fix Element#writeAttribute to work with 'cellspacing' and … |
|
|
|
@8693
|
[8693]
|
01/23/08 00:51:25 |
tobie |
prototype: Prevent a potential security issue for cross-site ajax … |
|
|
|
@8692
|
[8692]
|
01/23/08 00:33:04 |
tobie |
prototype: Test for attribute existence before applying more complex CSS3 … |
|
|
|
@8656
|
[8656]
|
01/18/08 04:52:38 |
andrew |
Fixed selector parsing so that "#foo [bar=baz]" is treated the same way as … |
|
|
|
@8655
|
[8655]
|
01/18/08 04:33:34 |
andrew |
Reverted accidental change to dom.html. |
|
|
|
@8654
|
[8654]
|
01/18/08 04:31:23 |
andrew |
Fix Element#descendantOf logic in IE. Closes #10413. [martymix, … |
|
|
|
@8644
|
[8644]
|
01/14/08 15:37:30 |
tobie |
prototype: fix Unit.Test.Assertions#assertHidden message. |
|
|
|
@8643
|
[8643]
|
01/14/08 14:16:27 |
tobie |
prototype: Add Test.Unit.MessageTemplate class. Add flunk, buildMessage … |
|
|
|
@8639
|
[8639]
|
01/14/08 01:22:37 |
tobie |
prototype: Make Object.inspect more robust. |
|
|
|
@8580
|
[8580]
|
01/06/08 21:49:16 |
tobie |
prototype: Fix Selector.matchElements to allow for coma-separated … |
|
|
|
@8574
|
[8574]
|
01/06/08 07:38:02 |
tobie |
prototype: unittest.js cleanup. |
|
|
|
@8573
|
[8573]
|
01/06/08 00:44:18 |
tobie |
prototype: forgot a semicolon. |
|
|
|
@8572
|
[8572]
|
01/06/08 00:34:39 |
tobie |
prototype: Test.Unit refactoring. Allow running multiple instances of … |
|
|
|
@8548
|
[8548]
|
01/04/08 00:30:53 |
tobie |
prototype: Add document.loaded, a boolean that is set to true once … |
|
|
|
@8537
|
[8537]
|
01/03/08 01:50:36 |
tobie |
prototype: Make Element#insert standard-compliant. Fixes an issue in FF3b2 … |
|
|
|
@8514
|
[8514]
|
12/30/07 11:16:15 |
tobie |
prototype: jstest.rb cleanup. |
|
|
|
@8512
|
[8512]
|
12/30/07 10:54:34 |
tobie |
prototype: Allow WEBrick to simulate slow or dropped connections and to … |
|
|
|
@8451
|
[8451]
|
12/20/07 15:47:32 |
tobie |
prototype: Ensure creates an empty array when its argument's length is … |
|
|
|
@8449
|
[8449]
|
12/20/07 00:17:24 |
andrew |
Fix the way Selector handles [pseudoclass + combinator] with no space in … |
|
|
|
@8266
|
[8266]
|
12/04/07 04:28:27 |
andrew |
Change document.viewport.getDimensions to exclude scrollbars in all cases. … |
|
|
|
@8264
|
[8264]
|
12/04/07 03:58:44 |
andrew |
Changed some unit tests to filter out false test failures in Opera. |
|
|
|
@8263
|
[8263]
|
12/04/07 01:57:26 |
andrew |
Oops, correcting previous checkin |
|
|
|
@8262
|
[8262]
|
12/04/07 01:53:56 |
andrew |
Updated a Selector test to reflect a recent bug fix. |
|
|
|
@8232
|
[8232]
|
11/29/07 00:24:54 |
sam |
prototype: Ensure that an Ajax.Request's parameters option can be a Hash. … |
|
|
|
@8223
|
[8223]
|
11/27/07 18:43:56 |
andrew |
* Ensure no comment nodes are returned in Selector queries (IE improperly … |
|
|
|
@8222
|
[8222]
|
11/27/07 18:21:50 |
andrew |
* Re-enable the XPath approach in Selector for Safari 3. Falls back to the … |
|
|
|
@8221
|
[8221]
|
11/27/07 17:59:46 |
andrew |
* Fix a bug in the IE-specific Element#descendantOf logic. [Nicholas, … |
|
|
|
@8190
|
[8190]
|
11/23/07 11:55:42 |
madrobby |
Add a test to check that defer handles arguments correctly |
|
|
|
@8152
|
[8152]
|
11/15/07 23:14:36 |
tobie |
prototype: Prevent memory leaks in Ajax.PeriodicalUpdater. Closes #10049 |
|
|
|
@8148
|
[8148]
|
11/15/07 19:37:26 |
tobie |
prototype: Make String#isJSON return false for empty or blank strings. … |
|
|
|
@8140
|
[8140]
|
11/14/07 12:49:56 |
tobie |
prototype: add a test to event.html. |
|
|
|
@8139
|
[8139]
|
11/14/07 11:56:15 |
tobie |
prototype: Remove the now redundant forked declaration of Hash#_each. |
|
|
|
@8133
|
[8133]
|
11/13/07 21:48:09 |
tobie |
prototype: Ensure Event#fire always returns an extended event. Make … |
|
|
|
@8078
|
[8078]
|
11/06/07 01:44:24 |
sam |
prototype: Fix Class#addMethods for "toString" and "valueOf" methods in … |
|
|
|
@8072
|
[8072]
|
11/05/07 17:43:56 |
tobie |
Ensure Element#hasClassName always returns a boolean. Closes #10075. |
|
|
|
@8071
|
[8071]
|
11/05/07 17:11:41 |
andrew |
Ensure selectors of the form "[href]" (attribute token with no preceding … |
|
|
|
@8067
|
[8067]
|
11/01/07 15:11:52 |
andrew |
Performance optimizations for Element#descendantOf. Costliness should no … |
|
|
|
@8037
|
[8037]
|
10/26/07 19:15:35 |
andrew |
Add event.stopped, a boolean that is set to when Event#stop is called. |
|
|
|
@8024
|
[8024]
|
10/26/07 03:10:06 |
sam |
prototype: Reset the browser's dimensions to their original settings after … |
|
|
|
@8004
|
[8004]
|
10/23/07 17:41:44 |
sam |
prototype: Fix the test runner for Firefox in Leopard. |
|
|
|
@7991
|
[7991]
|
10/22/07 13:14:56 |
tobie |
prototype: In IE, allow opacity to be set on elements not yet attached to … |
|
|
|
@7989
|
[7989]
|
10/22/07 11:30:52 |
tobie |
prototype: Add more tests to Element.update. |
|
|
|
@7988
|
[7988]
|
10/22/07 11:20:21 |
tobie |
prototype: Make the Ajax.Response#headerJSON property correctly decode … |
|
|
|
@7983
|
[7983]
|
10/21/07 01:47:30 |
tobie |
prototype: Minor cosmetic changes to the display of unit tests in … |
|
|
|
@7956
|
[7956]
|
10/17/07 14:14:27 |
sam |
prototype: Fix template evaluation with empty replacements. Closes #9692. |
|
|
|
@7955
|
[7955]
|
10/17/07 13:39:46 |
sam |
prototype: Hash#toTemplateReplacements is an alias for Hash#toObject so … |
|
|
|
@7936
|
[7936]
|
10/16/07 05:11:42 |
andrew |
* Ensure Event.* generic methods work in IE, even when the event is not … |
|
|
|
@7926
|
[7926]
|
10/16/07 03:19:38 |
sam |
prototype: Cross-browser Event#isLeftClick with the addition of … |
|
|
|
@7922
|
[7922]
|
10/16/07 02:21:24 |
andrew |
* Changed Selector pattern match so that descendant combinators after … |
|
|
|
@7920
|
[7920]
|
10/15/07 17:19:16 |
tobie |
prototype: Make sure $w always returns an array. |
|
|
|
@7877
|
[7877]
|
10/14/07 11:35:59 |
tobie |
Add more tests to Hash. |
|
|
|
@7875
|
[7875]
|
10/14/07 10:54:06 |
tobie |
Make Function#argumentNames work with named functions. Closes #9826 |
|
|
|
@7874
|
[7874]
|
10/14/07 08:08:42 |
tobie |
Add Object.isHash. |
|
|
|
@7861
|
[7861]
|
10/13/07 19:05:19 |
tobie |
Performance improvements to String#times. |
|
|
|
@7853
|
[7853]
|
10/13/07 11:05:29 |
tobie |
Fix a the failing ClassCreate test case in IE. |
|
|
|
@7852
|
[7852]
|
10/13/07 10:55:52 |
tobie |
Complete rewrite of the Hash class. |
|
|
|
@7836
|
[7836]
|
10/11/07 06:11:26 |
sam |
prototype: Element#wrap now returns the wrapper instead of the element … |
|
|
|
@7835
|
[7835]
|
10/11/07 06:00:45 |
sam |
prototype: Namespace all custom event names to avoid conflicts with native … |
|
|
|
@7833
|
[7833]
|
10/11/07 05:02:07 |
sam |
prototype: Clean up the new class API. |
|
|
|
@7808
|
[7808]
|
10/08/07 21:14:24 |
sam |
prototype: Date#toJSON now returns times in UTC for better compatibility … |
|
|
|
@7760
|
[7760]
|
10/06/07 12:24:46 |
madrobby |
Add tests for Object.extend and Object.clone. |
|
|
|
@7728
|
[7728]
|
10/03/07 17:58:33 |
madrobby |
Prototype: Add a test for Form.Observer. |
|
|
|
@7358
|
[7358]
|
08/23/07 21:12:02 |
sam |
prototype: Simplify Class.create by establishing a prototype chain when … |
|
|
|
@7352
|
[7352]
|
08/21/07 16:15:59 |
sam |
prototype: Ensure that classes always have an initialize method. |
|
|
|
@7343
|
[7343]
|
08/18/07 23:04:28 |
sam |
prototype: Change Abstract.TimedObserver to subclass PeriodicalExecuter … |
|
|
|
@7341
|
[7341]
|
08/18/07 22:55:35 |
sam |
prototype: Fix superclass method call breakage from [7337]. |
|
|
|
@7337
|
[7337]
|
08/17/07 17:35:22 |
sam |
prototype: Change Class.extend to allow for superclass method resolution … |
|
|
|
@7336
|
[7336]
|
08/17/07 16:17:26 |
sam |
prototype: Event handlers are now bound to the observed element, not the … |
|
|
|
@7334
|
[7334]
|
08/17/07 11:20:56 |
madrobby |
prototype: Define Node constants conditionally after checking for … |
|
|
|
@7333
|
[7333]
|
|
|
|
|
|
|
@7308
|
[7308]
|
08/11/07 19:53:39 |
sam |
prototype: Make sure Element#observe is always chainable. |
|
|
|
@7307
|
[7307]
|
08/11/07 19:07:21 |
sam |
prototype: Make sure Element#stopObserving is always chainable. |
|
|
|
@7306
|
[7306]
|
08/11/07 18:46:02 |
sam |
prototype: Event.fire/Element#fire now returns the newly-fired event … |
|
|
|
@7303
|
[7303]
|
08/10/07 14:24:28 |
madrobby |
Make IE position unit test work |
|
|
|
@7301
|
[7301]
|
08/10/07 14:19:30 |
madrobby |
Fix Element#positionedOffset and Element#getOffsetParent for static … |
|
|
|
@7299
|
[7299]
|
08/09/07 23:45:59 |
sam |
prototype: Make sure event handlers and their wrappers are removed from … |
|
|
|
@7298
|
[7298]
|
08/09/07 21:48:14 |
madrobby |
Add line numbers to failures when unit testing in Firefox. Closes #9231. |
|
|
|
@7293
|
[7293]
|
08/08/07 23:19:45 |
sam |
prototype: Add Object.isString, Object.isNumber, and Object.isUndefined, … |
|
|
|
@7291
|
[7291]
|
08/08/07 20:42:46 |
sam |
prototype: Add the document.viewport object for querying dimensions and … |
|
|
|
@7286
|
[7286]
|
08/07/07 20:33:53 |
sam |
prototype: Add support for brackets in quoted attribute value selectors. … |