Граф коммитов

2204 Коммитов

Автор SHA1 Сообщение Дата
Rick Waldron waldron.rick@gmail.com 3c1f9d37b2 console.logs are deadly.
Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
2012-03-07 16:47:09 -05:00
Rick Waldron waldron.rick@gmail.com be46ba1087 [#231] Upgrade to pass in latest qunit!
Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
2012-03-07 13:38:13 -05:00
Rick Waldron waldron.rick@gmail.com e85e679773 Upgrade qunit to 1.3
Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
2012-03-07 13:18:02 -05:00
Rick Waldron waldron.rick@gmail.com b2b75c33a9 Update equals=>equal
Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
2012-03-07 13:17:42 -05:00
Jon Buckley 63832219ac Added Make target for ie8 shim [#939] 2012-03-07 08:59:24 -05:00
Christopher De Cairos 7c949b83d4 Fix errors related to console.warn in IE9 [#946] 2012-03-06 17:22:50 -05:00
Christopher De Cairos 475c324905 Fix plugin factory core tests on IE9 [#950] 2012-03-06 17:18:53 -05:00
Jon Buckley ad73f4c4cd Fix IE9 pokeyness in tests [#950] 2012-03-06 16:53:00 -05:00
Christopher De Cairos 0db7bd343c Fix YouTube ready state tests [#947] 2012-03-06 16:52:34 -05:00
Christopher De Cairos 4e07e410a2 Fix test failures with duration in Safari [#948] 2012-03-06 16:18:29 -05:00
Christopher De Cairos d4aeeabf4f Fix Popcorn.ready constructor firing before DOMContentLoaded [#949] 2012-03-06 16:08:07 -05:00
ScottDowne 251c081c9b [#948] safari reports a different duration, probably because it is not using the ogg. Instead test against the duration, so it works on all browser. 2012-03-06 15:54:43 -05:00
Jon Buckley eb684e39ef Fix Popcorn.ready constructor firing before DOMContentLoaded [#949] 2012-03-06 15:48:55 -05:00
David Humphrey 847a5f5dc1 Add ie8 target to Makefile [ticket 939] 2012-03-06 15:22:09 -05:00
Rick Waldron waldron.rick@gmail.com b651262369 console.warn workaround for ie9 2012-03-06 15:13:27 -05:00
Rick Waldron waldron.rick@gmail.com 87f98a0308 Don't actually call console.warn from tests 2012-03-06 15:04:27 -05:00
ScottDowne 8e367be9d8 [#947] fixing fails in youtube and player tests. 2012-03-06 15:01:29 -05:00
Rick Waldron waldron.rick@gmail.com fa199a5cef add typeof !== undefined check to implementation 2012-03-06 14:52:58 -05:00
Jon Buckley 1e7fba6cf4 Added IE8 support [#895] 2012-03-06 13:48:04 -05:00
Jon Buckley 7439011ed3 [#895] Move hasOwn variable inside scope where it is being used 2012-03-06 13:45:40 -05:00
Rick Waldron waldron.rick@gmail.com 7ee019fa43 Safer check with typeof !== undefined 2012-03-06 13:12:20 -05:00
Rick Waldron waldron.rick@gmail.com 61b1b1ffd9 [#946] Do not run deprecated warning tests when no console exists. 2012-03-06 13:01:57 -05:00
Jon Buckley 10092f295c Fixed link to plugins in the README [#940] 2012-03-06 12:38:54 -05:00
Christopher De Cairos 20439d44f4 Fix hangs for in/out alias tests on Chrome [#938] 2012-03-06 12:31:39 -05:00
David Seifried bc7664c180 Fixed merge conflict 2012-03-06 12:28:30 -05:00
ScottDowne e18b39b10e [#895] moved ie8 out of modules and into its own entity. Whitespace fixes. 2012-03-06 11:55:54 -05:00
Christopher De Cairos 16a3cac0f0 Fix Tumblr Plugin unit tests [#930] 2012-03-06 11:54:24 -05:00
Jon Buckley 7a74def3e5 Added check for document.hasFocus() in core tests [#943]
Prefer on() over listen()

Conflicts:
	test/popcorn.unit.js
2012-03-06 10:31:08 -05:00
David Seifried 0cdf1a42f1 [#940] Updated a link to the list of plugins to the list in our docs 2012-03-06 09:33:57 -05:00
ScottDowne ace6073b12 [#895] whitespace changes and removal of dead file. 2012-03-06 09:20:30 -05:00
Jon Buckley 02cb124cb5 Added warnings to deprecated methods [#935] 2012-03-05 17:27:18 -05:00
Jon Buckley 99ffd5ba7a Fixed youtube not dispatching loaded, loadeddata, and canplaythrough [#499]
Conflicts fixed with #820
Changed toLower to toLowerCase

Conflicts:
	modules/player/popcorn.player.js
	players/youtube/popcorn.youtube.unit.js
2012-03-05 17:20:17 -05:00
Matthew Schranz 94285f977b [#930]Fixed Tumblr Tests incorrect functionality. 2012-03-05 17:19:31 -05:00
Christopher De Cairos 846fc60d46 Check for existence of document.hasFocus() before calling [#943] 2012-03-05 17:05:06 -05:00
David Seifried f75338d7db [#938] Fix to make the In/Out alias tests no longer hang 2012-03-05 17:02:17 -05:00
Christopher De Cairos 49ea776edf End is not fired if end time is false or undefined [#429] 2012-03-05 16:38:53 -05:00
Rick Waldron waldron.rick@gmail.com 5b180618f8 [#935] Restore deprecated method after first use
Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
2012-03-05 15:54:52 -05:00
ScottDowne 3655de3f32 [#895] youtube tests passing in ie8 and others with ie8 shim included, for now keeping original youtube tests as is, and included ie8 shim tests in modules/ie8. Also, not yet using es5-shim wholesale. I got it working without. 2012-03-05 14:52:03 -05:00
Matthew Schranz cadbc2a69a Try catch not seeming to work 2012-03-05 12:39:11 -05:00
Matthew Schranz 9c203a8fc0 Updates. Some tests failing.... 2012-03-05 12:28:40 -05:00
Rick Waldron waldron.rick@gmail.com fbbf3133e3 [#935] Add null handler; trigger=>emit,exec=>cue;
Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
2012-03-05 11:59:41 -05:00
Rick Waldron waldron.rick@gmail.com 6e8a75b4c1 [#935] Cleanup, adds comments about approach
Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
2012-03-05 10:58:27 -05:00
Rick Waldron waldron.rick@gmail.com 8516b4e687 [#935] Log warnings for deprecated methods. listen=>on, unlisten=>off
Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
2012-03-05 10:52:44 -05:00
Jon Buckley 2d554b8927 Fixed plugin manifests broken in #828 [#932] 2012-03-05 10:17:08 -05:00
ScottDowne b14af7df6c [#932] added much needed commas #3 2012-03-04 14:48:04 -05:00
ScottDowne 4da9e0ef60 [#932] added much needed commas 2012-03-04 14:45:09 -05:00
Jon Buckley 88c3fcf698 Added Popcorn.smart [#916]
Fixed conflict with #804
Added parentheses around players regex to prevent JSLint from complaining

Conflicts:
	modules/player/popcorn.player.js
	modules/player/popcorn.player.unit.js
2012-03-04 14:32:47 -05:00
Jon Buckley 7bc8b7a784 Remove unused parser data [#933] 2012-03-04 14:10:48 -05:00
ScottDowne 12bac84c5f [#932] added much needed commas 2012-03-04 14:08:16 -05:00
ScottDowne c51666f7b7 [#933] removed dead files 2012-03-04 13:52:49 -05:00