Cross Reference: /yui3/src/history/tests/functional/history-html5.html
History log of /yui3/src/history/tests/functional/history-html5.html
Revision Date Author Comments + Modified files
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 history-base.html history-hash.html 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 /yui3/src/yui/tests/array.html /yui3/src/yui/tests/get.html /yui3/src/yui/tests/lang.html /yui3/src/yui/tests/object.html
896cd5258152d0ecaa16a66e122f4ae0a6542430 19-Apr-2011 Ryan Grove <ryan@wonko.com>

Add allowRollup: false to tests.

fd8cc25f4b45140335df27a04ce976b9251ea857 19-Apr-2011 Ryan Grove <ryan@wonko.com>

Update unit test scaffolding to support "filter" query param. The value of the param is passed to YUI's filter config, so filter=raw loads raw files, filter=debug loads debug files, etc. If no filter is specified, 'min' is used.

96f90701a09dfccf7b2503c9a3014b80d48f0c01 16-Jul-2010 Ryan Grove <ryan@wonko.com>

Add Y.config.useHistoryHTML5 property. When true, the Y.History alias will always point to Y.HistoryHTML5 when the history-html5 module is loaded, even if the current browser doesn't support HTML5 history. When false, the Y.History alias will always point to Y.HistoryHash when history-hash is loaded, even if the current browser supports HTML5 history. When neither true nor false, the Y.History alias will point to the best available history adapter that the browser supports. This is the default behavior.

8cd254d0dce086b53ca23716e564309f8da89edd 10-Jul-2010 Ryan Grove <ryan@wonko.com>

history-html5 implementation and tests.