History log of /yui3/src/yui/tests/object.html
Revision Date Author Comments Expand
7d9f4a49ef5e163b5f38d09a20f72208ab859e65 20-Oct-2011 Ryan Grove <ryan@wonko.com>

Use the new Test Console widget.

/yui3/src/autocomplete/tests/assets/test-console.css /yui3/src/autocomplete/tests/assets/test-console.js /yui3/src/autocomplete/tests/functional/autocomplete.html /yui3/src/escape/tests/assets/test-console.css /yui3/src/escape/tests/assets/test-console.js /yui3/src/escape/tests/functional/escape.html /yui3/src/event-valuechange/tests/assets/test-console.css /yui3/src/event-valuechange/tests/assets/test-console.js /yui3/src/event-valuechange/tests/functional/event-valuechange.html /yui3/src/highlight/tests/assets/test-console.css /yui3/src/highlight/tests/assets/test-console.js /yui3/src/highlight/tests/functional/highlight.html /yui3/src/history/tests/assets/test-console.css /yui3/src/history/tests/assets/test-console.js /yui3/src/history/tests/functional/history-base.html /yui3/src/history/tests/functional/history-hash.html /yui3/src/history/tests/functional/history-html5.html /yui3/src/oop/tests/oop.html /yui3/src/pjax/tests/pjax.html /yui3/src/text/tests/assets/test-console.css /yui3/src/text/tests/assets/test-console.js /yui3/src/text/tests/functional/text-accentfold.html /yui3/src/text/tests/functional/text-wordbreak.html array.html get.html lang.html object.html
22ee3fb6efa18732e70308b365e15ccacfc93ed2 09-May-2011 Ryan Grove <ryan@wonko.com>

Additional unit tests for Y.Object. Added missing tests for Y.Object(), each(), hasKey(), hasValue(), isEmpty(), keys(), owns(), size(), some(), and values().

0d5c8130d4f4b9b6f527146c2c2fbd328bbb022c 09-May-2011 Ryan Grove <ryan@wonko.com>

Refactor Y.Object unit tests.

173310d032abe522e8645dd148cc28591cd128ea 08-Oct-2010 Adam Moore <adamoore@yahoo-inc.com>

Y.Object() optimization -- uses cached throwaway function and will use native Object.create() if available.

9982ae2753aea312f8260f66903f5cfb1d202d22 22-Feb-2010 Adam Moore <adamoore@yahoo-inc.com>

test update

cb4f4f79feb7498d1f3406b88fb62209e5f5a444 22-Feb-2010 Adam Moore <adamoore@yahoo-inc.com>

test updates

4390434761f176b0f8d7a71c00a6e0141aa1752c 06-Jan-2010 Adam Moore <adamoore@yahoo-inc.com>

moved hasOwnProperty check so that Y.Object.size works right when some messes around with Object.prototype [fixes #2528467].

0dca577a07715960da42d47787eecc25b285182f 06-Nov-2009 Adam Moore <adamoore@yahoo-inc.com>

getValue returns undefined if source isn't an object [fixes #2528347].

0771d781138a507b3e657573703f511291640bf3 12-Aug-2009 Adam Moore <adamoore@yahoo-inc.com>

Initial custom event split

/yui3/build/event-custom/event-custom-base-debug.js /yui3/build/event-custom/event-custom-base-min.js /yui3/build/event-custom/event-custom-base.js /yui3/build/event-custom/event-custom-complex-debug.js /yui3/build/event-custom/event-custom-complex-min.js /yui3/build/event-custom/event-custom-complex.js /yui3/build/event-custom/event-custom-debug.js /yui3/build/event-custom/event-custom-min.js /yui3/build/event-custom/event-custom.js /yui3/build/event/event-base-debug.js /yui3/build/event/event-base-min.js /yui3/build/event/event-base.js /yui3/build/event/event-debug.js /yui3/build/event/event-min.js /yui3/build/event/event.js /yui3/build/loader/loader-debug.js /yui3/build/loader/loader-min.js /yui3/build/loader/loader.js /yui3/sandbox/event/dom.html /yui3/src/collection/tests/collection.html /yui3/src/dump/tests/dump.html /yui3/src/event-custom/README /yui3/src/event-custom/build-base.properties /yui3/src/event-custom/build-base.xml /yui3/src/event-custom/build-complex.properties /yui3/src/event-custom/build-complex.xml /yui3/src/event-custom/build.properties /yui3/src/event-custom/build.xml /yui3/src/event-custom/js/event-custom.js /yui3/src/event-custom/js/event-facade.js /yui3/src/event-custom/js/event-target.js /yui3/src/event-custom/tests/customevent.html /yui3/src/event/js/event-facade-dom.js /yui3/src/event/tests/delegate.html /yui3/src/event/tests/dom.html /yui3/src/loader/js/loader.js /yui3/src/oop/tests/oop.html /yui3/src/substitute/tests/substitute.html array.html core.html lang.html namespace.html object.html
35cf6dd5c2320d93c353e64d1b4aa8c50ebf7722 12-May-2009 Adam Moore <adamoore@yahoo-inc.com>

Info about dynamically loaded modules is stored globally, keyed by version number to avoid duplicate CSS inserts by multiple YUI instances [fixes #2139465]. # Please enter the commit message for your changes. Lines starting

eb86457f85638a9eb7c4d5f84eb367d24061abfb 01-Apr-2009 Adam Moore <adamoore@yahoo-inc.com>

Added Array.numericSort [ fixes bug #2526013 ]

3395e5fc071521d4e6b258ef4c7c0ef38601b94e 01-Apr-2009 Adam Moore <adamoore@yahoo-inc.com>

Added Object.getValue Object.setValue [ fixes bug #2526054 ]