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 |
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 |
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 |
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 |
scott
|
08c2e95bce
|
[#1016] youtube reports custom error code.
|
2012-05-07 17:36:56 -04:00 |
ScottDowne
|
6ed2b2a751
|
Merge pull request #51 from dseif/t1056
[#1056] Fixed issue where vimeo was firing loadeddata prematurely
|
2012-05-06 17:27:42 -07:00 |
David Seifried
|
915ab77ed7
|
[#1056] Fixed issue where vimeo was firing loadeddata prematurely
|
2012-05-04 14:16:48 -04:00 |
David Seifried
|
431299a417
|
[#861] Fixed lint issues for all players
|
2012-05-03 13:27:18 -04:00 |
ScottDowne
|
2f19386c5e
|
[#1041] 1: soundcloud player listens for soundcloud widget play pause. 2: removed hack.
|
2012-05-02 16:38:21 -04:00 |
ScottDowne
|
5bbac5f43f
|
[#1035] removed a console.log that went rogue.
|
2012-05-02 10:02:28 -04:00 |
ScottDowne
|
c3e1b22a4b
|
[#1035] 1: No longer plays while paused. Used events to make sure things are ready and loaded in a proper order. 2: Removed seeking hack. 3. hide the player's ui until play and pause have been cycled to trigger ready state, by hiding it, the user cannot interact with it, thus ensuring it stays in synch.
|
2012-05-01 15:56:06 -04:00 |
ScottDowne
|
d3a8bb09de
|
[#1032] soundcloud setter properly setting.
|
2012-05-01 14:40:04 -04:00 |
David Seifried
|
1bf82d3536
|
[#478] Added in new way to handle soundcloud urls, so the old style works. Also updated stuff based on peer review
|
2012-04-30 17:11:31 -04:00 |
David Seifried
|
2fa945d98a
|
[#478] Soundcloud now works with old soundcloud urls and new, beginning of teardown function
|
2012-04-30 15:12:56 -04:00 |
ScottDowne
|
b4ef74badf
|
[#1020] youtube height and width test fails fixed.
|
2012-04-24 19:33:50 -04:00 |
David Seifried
|
7055bea779
|
[#478] Added in a hack so you can set the currentTime while paused and the player will update
|
2012-04-10 18:26:48 -04:00 |
David Seifried
|
ca069327c7
|
[#478] Fixed youtube unit tests, everything should be fine now
|
2012-04-10 18:00:07 -04:00 |
David Seifried
|
304b0946b0
|
[#478] Cleanup up the html file a bit
|
2012-04-09 18:44:01 -04:00 |
David Seifried
|
2cbc3ae2fd
|
Soundcloud rewritten, need tests
|
2012-04-09 17:54:44 -04:00 |
Christopher De Cairos
|
2e79edd8af
|
Fix YouTube teardown [#959]
|
2012-03-08 17:31:52 -05:00 |
Jon Buckley
|
164ad3bc61
|
Prettyify scott's fixes [#959]
|
2012-03-08 17:20:22 -05:00 |
ScottDowne
|
58f831c0bd
|
[#959] youtube checks for destroyed state before using flash object
|
2012-03-08 17:08:49 -05:00 |
ScottDowne
|
af324c89ee
|
[#959] youtube using is destroyed flag before removing object element
|
2012-03-08 15:37:43 -05:00 |
Jon Buckley
|
f9709c83ed
|
Fix unit test by comparing to the actual vimeo object [#956]
|
2012-03-08 12:18:04 -05:00 |
Jon Buckley
|
9da81ac055
|
Add whitespace [#956]
|
2012-03-08 12:07:56 -05:00 |
Jon Buckley
|
587169dbd3
|
Fix vimeo clip_id [#956]
|
2012-03-08 01:55:25 -05:00 |
Jon Buckley
|
e5af0d1862
|
Remove default width test for soundcloud because it autoscales to the screen width by default [#231]
|
2012-03-08 01:23:26 -05:00 |
Jon Buckley
|
2d2db78398
|
Fix Soundcloud unit test 2.14 failing based on dseif's fixes in #893 [#231]
|
2012-03-07 22:07:25 -05:00 |
Jon Buckley
|
ee5ecb4246
|
Convert vimeo player tests to be async [#231]
|
2012-03-07 21:04:09 -05:00 |
Jon Buckley
|
f28959c09f
|
Convert youtube player tests to be async [#231]
|
2012-03-07 20:27:14 -05:00 |
Jon Buckley
|
a4a668adfb
|
Convert soundcloud player tests to be async [#231]
|
2012-03-07 17:26:07 -05:00 |
Jon Buckley
|
29e4984eaa
|
Rename Qunit.equals() to Qunit.equal() for non-core tests [#231]
|
2012-03-07 16:58:19 -05:00 |
ScottDowne
|
8e367be9d8
|
[#947] fixing fails in youtube and player tests.
|
2012-03-06 15:01:29 -05:00 |
Jon Buckley
|
1e7fba6cf4
|
Added IE8 support [#895]
|
2012-03-06 13:48:04 -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 |