Christopher De Cairos
|
bb8bf2cbe8
|
Merge pull request #50 from cadecairos/t1045
New Popcorn.js Test runner
|
2012-07-06 08:20:41 -07:00 |
Jon Buckley
|
94d758d8c9
|
Merge pull request #110 from mjschranz/t1006
T1006
|
2012-07-06 08:01:52 -07:00 |
Scott Downe
|
d31520db16
|
[#1166] Some more tests.
|
2012-06-20 12:50:28 -04:00 |
Scott Downe
|
44b7ee84d3
|
[#1166] Popcorn.smart vs query strings. Are we smart yet?
|
2012-06-20 10:54:33 -04:00 |
Matthew Schranz
|
2ef33e720f
|
[#1006] Fixed review nits
|
2012-06-19 17:18:14 -04:00 |
Matthew Schranz
|
27f83b7fa7
|
[#1006] Made defaulting simpler, less complicated
|
2012-06-19 17:00:15 -04:00 |
Matthew Schranz
|
ade066f4cc
|
[#1006] Changed to have defaulting in place, but still accept an option being passed in
|
2012-06-17 20:14:58 -04:00 |
Matthew Schranz
|
19f198c411
|
[#1006] Fixed failure in lint
|
2012-06-17 19:35:37 -04:00 |
Matthew Schranz
|
33b1275454
|
[#1006] Popcorn.smart can now accept a flag for controls to be set to visible on created HTML5 Media
|
2012-06-17 19:14:26 -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 |
Scott Downe
|
618a6aaa17
|
[#1114] Lint fix.
|
2012-06-01 19:19:22 -04:00 |
Scott Downe
|
577efb24ab
|
[#1114] Added tests for multiple, mixed media sources.
|
2012-06-01 18:50:35 -04:00 |
Scott Downe
|
89c099277a
|
[#1114] removed console.log.
|
2012-06-01 14:51:15 -04:00 |
Scott Downe
|
1b9a4c75c2
|
[114] Initial walk media sources to find a type we can play
|
2012-06-01 14:35:06 -04:00 |
secretrobotron
|
9b6fb21b0c
|
[t1109] fixed tests
|
2012-05-29 13:05:07 -04:00 |
secretrobotron
|
488015f72e
|
[t1109] removed unwanted code
|
2012-05-29 12:48:33 -04:00 |
secretrobotron
|
8aa8ebeb35
|
[t1109] removed type attribute entirely
|
2012-05-29 11:59:27 -04:00 |
secretrobotron
|
4217c2e779
|
[t1109] Fixing Popcorn.smart extensions -> types
Added extensionTypes array to convert extensions to types when necessary.
|
2012-05-29 11:48:19 -04:00 |
Scott Downe
|
3af0f4bcac
|
[#1023] whitespace change.
|
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
|
674588f6a1
|
[#1023] Fixed a bug where player paused state could be out of synch before the flash player is ready.
|
2012-05-28 15:18:27 -04:00 |
Scott Downe
|
e5b6a1cac0
|
[#1023] removed limit on player queue.
|
2012-05-28 15:18:27 -04:00 |
Scott Downe
|
4a5cbc78c5
|
[#1023] added space.
|
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 |
Jon Buckley
|
b7a817db05
|
Added multiple media support to smart
Conflicts:
modules/player/popcorn.player.js
|
2012-05-11 16:07:44 -04:00 |
ScottDowne
|
38e9586e4e
|
Merge pull request #57 from stanica/t1036
[1036] 1. Allow Popcorn.smart to accept targets without '#'.
|
2012-05-10 13:02:09 -07:00 |
Christopher De Cairos
|
8837c88673
|
Merge pull request #53 from humphd/t320
Fix lint issues in plugin unit tests.
|
2012-05-10 08:46:19 -07:00 |
secretrobotron
|
9555c5ca6d
|
[t1066] review changes - lint fixes
|
2012-05-09 17:01:40 -04:00 |
secretrobotron
|
08e56cf9f3
|
[t1066] review changes
1. Some more rigorous tests
2. Whitespace fixes
3. Used Popcorn.dom.find instead of doc.getEl()
|
2012-05-09 15:35:56 -04:00 |
secretrobotron
|
947b8318d9
|
[t1066] whitespace fix
|
2012-05-09 14:46:51 -04:00 |
Christopher De Cairos
|
ab073cca33
|
Link each test runner to every other runner [#1045]
|
2012-05-09 13:36:19 -04:00 |
secretrobotron
|
e14629abb3
|
[t1066] Added support for multiple sources
1. Popcorn.smart tries to give multiple source tags to html5 media elements
2. Tests for the above
|
2012-05-09 12:30:12 -04:00 |
Robert Stanica
|
fa8560ad17
|
Changes as per review
|
2012-05-09 11:00:12 -04:00 |
Robert Stanica
|
7d1fd1c31c
|
[1062] Add garbage collection for player test 4 to fix failing test in block 5.
|
2012-05-08 15:05:50 -04:00 |
Robert Stanica
|
9493f4981e
|
[1036] Changes as per review
|
2012-05-08 13:54:30 -04:00 |
Robert Stanica
|
821130dc9b
|
[1036] 1. Allow Popcorn.smart to accept targets without '#'.
2. Throws meaningful error when target is invalid or not found.
|
2012-05-08 12:24:49 -04:00 |
David Humphrey (:humph) david.humphrey@senecacollege.ca
|
2852723d48
|
Fix lint issues in plugin unit tests.
|
2012-05-04 19:41:22 -04:00 |
Christopher De Cairos
|
aae612a455
|
Spacing issues fixed, added missing newlines [#1045]
|
2012-05-04 15:45:45 -04:00 |
Christopher De Cairos
|
add4fb2c90
|
renamed complete test runner, added runners for each type, made core tests index.html again. [#1045]
|
2012-05-04 14:29:59 -04:00 |
Christopher De Cairos
|
82ab82b139
|
Added Upgraded Test runner for all project unit tests [#1045]
|
2012-05-03 21:01:02 -04:00 |
ScottDowne
|
4d9879b13b
|
Merge pull request #27 from ScottDowne/t972
[#972] Only play the media if it was specified to do so.
|
2012-05-01 07:01:35 -07:00 |
ScottDowne
|
cc38a82a4b
|
[#972] Only play the media if it was specified to do so.
|
2012-04-09 16:44:27 -04:00 |
David Seifried
|
129aac07d9
|
[#977] Fixed up tests, replaced all instances of exec with cue, reverted back to upercase as comparison is easier
|
2012-03-28 12:56:56 -04:00 |
David Seifried
|
f254b98235
|
[#977] Fixed typo of asyncTest
|
2012-03-28 11:46:37 -04:00 |
David Seifried
|
95ee218811
|
[#977] Updated tests so they use newest QUnit methods now
|
2012-03-28 11:44:04 -04:00 |
David Seifried
|
51d2b0288f
|
[#977] Removed use of uppercase AUDIO and VIDEO
|
2012-03-28 11:40:11 -04:00 |
David Seifried
|
eecdc893d3
|
[#977] Changed from using nodeType to nodeName, added support for audio and video elements
|
2012-03-19 16:47:15 -04:00 |
David Seifried
|
9b84a3c7fa
|
[#962] Added in injection script for tests that didn't have it, also increased heartbeat timeout
|
2012-03-08 15:33:35 -05:00 |
Jon Buckley
|
ab7237582c
|
Convert player module tests to be async [#231]
|
2012-03-07 16:58:24 -05:00 |
Jon Buckley
|
f89e56e687
|
Convert parser module tests to be async [#231]
|
2012-03-07 16:58:23 -05:00 |