Commit | Date | |
---|---|---|
2010-04-13 07:23:27 | Tree | |
2010-04-12 23:59:07 | Tree | |
2010-04-12 22:46:19 | Tree | |
2010-04-12 20:34:37 | Tree | |
[r1506]
by
briggs@adobe.com
Remove (undocumented) setupOverriddenTraits method. A ProxyElement subclass should set up its own traits by overriding setupTraits instead. If the subclass needs to access the proxiedElement during its trait setup operation, then it should override the proxiedElement setter to gain access to it and do that logic there. Updated plugins (captioning, MAST) and examples in ExamplePlayer to demonstrate this. Note that with this fix, overridden traits apply for the lifetime of the ProxyElement, rather than for the lifetime of the proxiedElement, which ought to be more intuitive. |
2010-04-12 18:22:20 | Tree |
2010-04-12 16:27:02 | Tree | |
[r1504]
by
evrijkom@adobe.com
Fixing attempted listener removal after trait reference has been nullified. |
2010-04-09 11:39:16 | Tree |
2010-04-09 10:33:04 | Tree | |
[r1502]
by
evrijkom@adobe.com
Fixing build: unit tests expect the seek to complete over a timer. Adding this behavior on signaling the seek completion event from the newly added path. |
2010-04-09 10:04:45 | Tree |
[r1501]
by
evrijkom@adobe.com
Fix for FM-475. When play is invoked on a netstream while it is seeking, the expected notification event for the seek completing will not be fired. Adding code to signal the event manually on detecting play being invoked. |
2010-04-09 08:57:45 | Tree |