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

106 Коммитов

Автор SHA1 Сообщение Дата
Asier Iturralde Sarasola 5835bbf749 Added the possibility to specify the id of the document element that the subtitles are appended to.
Made target an options object, with keys and values, as suggested by @ScottDowne.
2014-02-21 10:19:20 -05:00
scottdowne 7f647e8825 [#969960] Adding youtube wrapper to smart. 2014-02-13 16:24:38 -05:00
Matthew Schranz a79e56806e Fix Bug 968885 - Reduce repositroy size. Remove sequence submodule and shrink test video sizes 2014-02-06 12:17:15 -05:00
scottdowne b645bf1ebc [929264] encode source urls. 2013-10-22 15:10:22 -04:00
scottdowne 5803b6df6c jwplayer on popcorn side, so far. 2013-10-17 16:13:35 -04:00
Matthew Schranz bb226a9a54 Fix Bug 890556 - Popcorn.smart shouldn't overwrite any existing child elements inside it's container when creating HTML5 media. 2013-07-09 15:51:28 -04:00
Christopher De Cairos f38088a190 [#1313] Fix leaking variable "srcLength" in popcorn.player.js 2012-09-14 12:54:45 -04:00
scottdowne 8bac29d220 [#1308] Check to make sure a media wrapper exists before we start using it. 2012-08-24 14:06:28 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 194c658b1e [#1257] Make smart use the HTMLMediaElement wrappers 2012-08-16 15:29:20 -04:00
Matthew Schranz faf543664a [#1221] Fixed failing player module tests. Tests now pass in all supported browsers 2012-07-24 11:29:42 -04:00
Jon Buckley 610144e8bb Bug 955 - Vimeo Universal API. r=scott 2012-07-18 11:57:09 -04:00
secretrobotron ac8cad94f8 [t1204] review changes - styling 2012-07-17 10:10:00 -04:00
secretrobotron d4390940cd [t1204] Added webm/ogv/mp4 test to smart tests 2012-07-16 18:28:48 -04: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
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