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

279 Коммитов

Автор SHA1 Сообщение Дата
Scott Downe 916a5aa406 [#1185] Removed dead code in youtube html test page. 2012-07-09 12:40:23 -04:00
Scott Downe 9a17fc8b97 [#1185] Youtube height and width fixes, by way of deleted code :) 2012-07-09 12:38:37 -04:00
Christopher De Cairos 95478cfa1b Merge pull request #118 from mjschranz/t1174
T1174
2012-07-06 08:49:03 -07:00
Christopher De Cairos bb8bf2cbe8 Merge pull request #50 from cadecairos/t1045
New Popcorn.js Test runner
2012-07-06 08:20:41 -07:00
Christopher De Cairos 24d0af0715 Merge pull request #112 from mjschranz/t1158
T1158
2012-07-06 07:52:36 -07:00
Matthew Schranz 9e8731741c [#1174] Youtube canPlayType now checks that source is a string 2012-06-28 16:40:33 -04:00
stevenaw 987a496659 [#1102] Update 'exec', 'listen' to 'cue', 'on' 2012-06-27 20:54:50 -04:00
Matthew Schranz 0addcf6388 [#1158] Fixed Whitespace 2012-06-27 09:18:08 -04:00
Scott Downe d31520db16 [#1166] Some more tests. 2012-06-20 12:50:28 -04:00
Matthew Schranz c74f408e8b [#1158] Added youtube player tests for ticket 1155 2012-06-20 11:54:36 -04:00
Scott Downe ae894c467d [#1164] linting fix. 2012-06-19 15:46:34 -04:00
Scott Downe 679fe9a012 [#1164] wmode for youtube iframe player. 2012-06-19 14:51:40 -04:00
Matthew Schranz cd892eb788 [#1155] Fixed youtube not checking for width/height set on the container style attribute 2012-06-15 11:49:57 -04:00
Scott Downe 37c3101731 [#1147] cache broken youtube so it can still like in its broken world. I also added a test. 2012-06-14 16:01:14 -04:00
Scott Downe 9a0a8f8167 [#1147] Added comments for what things are for. 2012-06-14 11:24:06 -04:00
Scott Downe 09c5d98f44 [#1147] Use a version of youtube we can trust, blow away the rest. 2012-06-14 11:16:01 -04:00
Christopher De Cairos 78dc050439 Re-wrote test runnner to use query strings for choosing tests to run. Updated to uses tests.conf file. [#1045] 2012-06-11 12:02:14 -04:00
Kate Hudson 7bcfc2922c minor fixes 2012-06-05 11:02:39 -04:00
Kate Hudson fc8c015d78 changed youtube div to inline so that clientwidth is calculated as expected 2012-06-04 19:11:28 -04:00
Kate Hudson 99f09ef8ff removed unused variable 2012-06-04 13:51:51 -04:00
Kate Hudson 54580e7dca removed ratios and examples 2012-06-04 13:50:16 -04:00
Kate Hudson a074abfa79 removed global variables 2012-06-01 19:07:09 -04:00
Kate Hudson 080023f4cd style fixes 2012-06-01 19:04:46 -04:00
Kate Hudson 70d12c86b0 [t1120] Youtube width is calculated based on offset width and 16:9 aspect ratio, instead of a style.width and style.height 2012-06-01 16:06:31 -04:00
David Seifried 86281b8592 Merge pull request #66 from dseif/t1060
[#1060] Made sure we reset the seeking flag after a seek
2012-05-28 17:17:28 -07:00
David Seifried a429eea6dc [#1060] Increased timeout time as this seems to be network related/a caching issue 2012-05-28 19:08:35 -04:00
Scott Downe a9d3d99cf9 [#1023] Review fixes. 2012-05-28 15:31:32 -04:00
Scott Downe 9febc314ae [#1023] Moving to iframe youtube player. 2012-05-28 15:22:43 -04:00
Scott Downe e0a6977bb5 [#1023] removed some console.logs I left from last commit. Removed the youtube seeking hack. No longer update via youtube player seeks, only via butter seeks. 2012-05-28 15:20:42 -04:00
Scott Downe 771b9b75a8 [#1023] Removed a piece of the hack stack, to make it easier to change things. Fixed soundcloud tests. Made all players compensate for the removed piece of the hack stack. 2012-05-28 15:20:42 -04:00
Scott Downe 7afb08b8b7 [#1023] whitespace fixes. 2012-05-28 15:20:41 -04:00
Scott Downe ef5b6f858f [#1023] Another bug where the asynch paused value is not always in synch with the synch paused value. I now cache a paused value, for external checks, but internal checks wait for the real value. 2012-05-28 15:20:41 -04:00
Scott Downe c11dd0debb [#1023] fixed tests to pass, would fail because of invalid assumptions on video's ready state, exposed by ticket #1044. 2012-05-28 15:18:27 -04:00
root 74ae25a73e [#1023] typo in comment. 2012-05-28 15:18:27 -04:00
Scott Downe 6f21999e0b [#1023] moved player queue next to happen if paused or playing, as it should not matter. 2012-05-28 15:18:27 -04:00
ScottDowne 15626cbeaf [#1023] added player queue to easily allow player authors to fire play and pause asynch in the proper order. 2012-05-28 15:18:26 -04:00
ScottDowne 023eaf4505 Merge pull request #76 from humphd/t1094
Guard against youtubeObject going away in _teardown
2012-05-28 11:50:46 -07:00
David Seifried 1e3c1b27c1 [#621] Fixed a fail in the soundcloud unit tests and made sure we clean up after ourselves a bit more 2012-05-28 09:49:43 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca e1dccf8bf0 Guard against youtubeObject going away in _teardown 2012-05-23 11:37:28 -04:00
Scott Downe 4faf13c7e2 [#1083] youtube tests no longer call currenttime before video is loaded. This is more on lines with HTMl5 video spec. 2012-05-18 11:34:29 -04:00
David Seifried 2e1d8e1491 [#1060] Cleaned up initial implementation, also dispatching a seeking event now. Added tests. 2012-05-17 14:17:48 -04:00
Jon Buckley 7534862275 Merge pull request #58 from ScottDowne/t1044
Added start time media fragment support to YouTube [#1044]
2012-05-16 15:28:34 -07:00
ScottDowne dc28fb3273 Merge pull request #54 from ScottDowne/t1016
T1016
2012-05-16 10:36:10 -07:00
David Seifried 82e761e599 [#1060] Made sure we reset the seeking flag after a seek 2012-05-14 12:30:58 -04:00
Scott Downe 6672440068 [#1044] some whitespace fixes. 2012-05-11 17:47:55 -04:00
ScottDowne 4d27310436 Merge pull request #33 from ScottDowne/t1020
[#1020] youtube height and width test fails fixed.
2012-05-10 09:37:51 -07:00
Scott Downe 76238a50c1 [#1044] youtube media fragment start times work with just minutes or just seconds. Removed pointless check. More tests. 2012-05-10 12:33:23 -04:00
Christopher De Cairos ab073cca33 Link each test runner to every other runner [#1045] 2012-05-09 13:36:19 -04:00
Scott Downe 35cdabaa36 [#1016] adding tests for error object 2012-05-08 16:25:28 -04:00
Scott Downe 7f57d2a15b [#1044] youtube player start time media fragment. 2012-05-08 13:30:29 -04:00