Tobie Langel
|
c01cb850c1
|
prototype: Remove usage of the statement from unit tests.
|
2008-03-16 18:53:51 +00:00 |
Andrew Dupont
|
a1ec25cddb
|
Prevent DOM node expandos _countedByPrototype and _prototypeEventID from being serialized into (inner|outer)HTML in IE. Closes #10909. [dcpedit, Tobie Langel, Andrew Dupont]
|
2008-01-25 18:49:40 +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
|
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
|
6f0def19c5
|
prototype: Add document.loaded, a boolean that is set to true once dom:loaded is fired.
|
2008-01-04 00:30:53 +00:00 |
Tobie Langel
|
26b4b3aee5
|
prototype: add a test to event.html.
|
2007-11-14 12:49:56 +00:00 |
Tobie Langel
|
0b6a6e2f2f
|
prototype: Ensure Event#fire always returns an extended event. Make Event#findElement's expression argument optional. Perf optimizations for Event#findElement.
|
2007-11-13 21:48:09 +00:00 |
Andrew Dupont
|
67cf750956
|
Add event.stopped, a boolean that is set to when Event#stop is called.
|
2007-10-26 19:15:35 +00:00 |
Sam Stephenson
|
115d3e456d
|
prototype: Namespace all custom event names to avoid conflicts with native DOM events.
|
2007-10-11 06:00:45 +00:00 |
Sam Stephenson
|
b2f884b4fa
|
prototype: Event handlers are now bound to the observed element, not the event's target element.
|
2007-08-17 16:17:26 +00:00 |
Sam Stephenson
|
11f25aa995
|
prototype: Make sure Element#observe is always chainable.
|
2007-08-11 19:53:39 +00:00 |
Sam Stephenson
|
d2974cfca3
|
prototype: Make sure Element#stopObserving is always chainable.
|
2007-08-11 19:07:21 +00:00 |
Sam Stephenson
|
14ea77ef39
|
prototype: Event.fire/Element#fire now returns the newly-fired event instead of the event's target element.
|
2007-08-11 18:46:02 +00:00 |
Sam Stephenson
|
2fbb49001c
|
prototype: Make sure event handlers and their wrappers are removed from the cache by Event.stopObserving.
|
2007-08-09 23:45:59 +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 |