denise rigato
09b24b65b2
changed demo
2012-03-02 12:48:22 -05:00
denise rigato
102f16a1ca
changed demo
2012-03-02 12:48:22 -05:00
denise rigato
7bacb98d03
changed demo
2012-03-02 12:48:22 -05:00
denise rigato
a8a9914f4e
changed demo
2012-03-02 12:48:22 -05:00
denise rigato
31256ef802
changed demo
2012-03-02 12:48:22 -05:00
denise rigato
8b2f663bd4
fixed indentation
2012-03-02 12:48:22 -05:00
unknown
0528eb0168
added rdio plugin files
2012-03-02 12:48:21 -05:00
Christopher De Cairos
0d8804c6f6
Make Facebook Plugin divs initially hidden [ #897 ]
2012-03-02 12:05:06 -05:00
Christopher De Cairos
10ccce1318
Fix for Core Test failures on Safari [ #864 ]
2012-03-02 12:03:21 -05:00
Christopher De Cairos
6056aded44
Alias listen, unlisten, trigger as on, off, emit [ #914 ]
2012-03-02 11:58:11 -05:00
ScottDowne
5dcebb5eed
[ #832 ] defaults being applied to definition called via function
2012-03-01 16:14:35 -05:00
ScottDowne
c8e8504ab5
[ #836 ] events passed to options object for timely listening of events like error and load
2012-03-01 13:41:52 -05:00
ScottDowne
e8d2f97387
[ #916 ] finished tests
2012-02-29 18:40:28 -05:00
ScottDowne
095f37c43a
[ #773 ] fixing merge conflict with #692
2012-02-29 18:22:46 -05:00
ScottDowne
72520155cf
Merge branch 't773' of github.com:ScottDowne/popcorn-js into t773b
...
Conflicts:
test/popcorn.unit.js
2012-02-29 18:19:30 -05:00
ScottDowne
d92a31451e
[ #916 ] error callback, and mid test impl
2012-02-29 18:15:25 -05:00
ScottDowne
2857daf60d
[ #916 ] Popcorn.smart function to choose a valid player for you, based on the url and a canPlayType function supplied with the player
2012-02-29 16:38:02 -05:00
Christopher De Cairos
df3fd5786e
Fix as per review [ #864 ]
2012-02-29 14:19:35 -05:00
Christopher De Cairos
52563d9250
Modified in/out alias unit tests to begin playback of the video after the seek to 0 has completed [ #864 ]
2012-02-29 14:05:04 -05:00
Christopher De Cairos
0631200619
Fix YouTube autoplay issues [ #834 ]
2012-02-29 13:43:13 -05:00
ScottDowne
149416fa37
Merge branch 't834c' of github.com:ScottDowne/popcorn-js into t834e
...
Conflicts:
players/youtube/popcorn.youtube.html
players/youtube/popcorn.youtube.unit.js
2012-02-29 13:06:35 -05:00
ScottDowne
d844e76308
[ #916 ] initial Popcorn.smart function
2012-02-29 12:58:46 -05:00
Christopher De Cairos
f880c3be59
Implement toString for track events [ #919 ]
2012-02-29 12:36:19 -05:00
Christopher De Cairos
6ab56b5341
Update YouTube tests to use non-private URL [ #921 ]
2012-02-29 12:29:24 -05:00
Christopher De Cairos
2440b9b09c
Make Core Unit tests pass on IE9 [ #692 ]
2012-02-29 12:24:43 -05:00
ScottDowne
f36b9ff37a
[ #815 ] oops, forgot to remove console.log
2012-02-29 00:06:19 -05:00
ScottDowne
4154a6db73
[ #815 ] gml test not working on Opera in Windows. All it needed was an update and the newest version of processing
2012-02-29 00:04:57 -05:00
Matthew Schranz
c85c826ab4
[ #897 ]Added tests for missing display assignment on container style
2012-02-28 20:30:28 -05:00
ScottDowne
6cc8070177
[ #828 ] optional flag on manifests for not so commonly used attributes. For things that are not always needed to create something that makes sense
2012-02-28 17:40:02 -05:00
ScottDowne
ad46b68135
[ #918 ] frame animation update tests fail without focus, with auseful message
2012-02-28 16:31:21 -05:00
ScottDowne
17f1ba2532
[ #895 ] mostly passing tests in ie8. Going to finish this in another ticket
2012-02-28 11:10:53 -05:00
ScottDowne
bc8b5e5654
[ #895 ] fixed bug in players dispatchEvent function when a function would not get called if another function of the same type gets removed before. It is quite common to remove an event inside a callback
2012-02-27 20:52:31 -05:00
ScottDowne
31353dc096
[ #895 ] updating ie8 to have tests
2012-02-27 18:43:08 -05:00
ScottDowne
19379838e3
[ #772 ] fixed test to support ff 3.6. ff 3.6 is setting times to 0.99 instead of 1, this is causing the test on pause at 1 to not run. Increasing the test range fixes it. Most tests don't have this problem because we don't pause, but play, so 0.9 quickly turns into 1.x
2012-02-27 14:18:39 -05:00
ScottDowne
5547ccb102
[ #773 ] fixed test to support ff 3.6, using seeked events
2012-02-27 13:29:51 -05:00
Rick Waldron waldron.rick@gmail.com
3c8110d502
[ #914 ] Alias listen, unlisted, trigger as on, off, emit
...
Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
2012-02-26 22:27:38 -05:00
Rick Waldron waldron.rick@gmail.com
5c686806ab
Merge branch 'develop' of git://github.com/cadecairos/popcorn-js into 1.2
...
* 'develop' of git://github.com/cadecairos/popcorn-js:
[#911 ] Rewrites bulk of Popcorn.removeTrackEvent(), improves performance, fixes byEnd event issue.
[#911 ] Don't assume a sequential index reference for track events.
[#911 ] Failing tests. http://gyazo.com/66c76333dd7173e3fab1001d3ea0c8fc.png?1328905037
[#904 ] fixed whitespace, comma and file moved back to proper location
[#904 ] moved parser into modules, updated tests, etc.
[#904 ] removed popcorn.player.html. It does not make sense.
[#904 ] removed player from archaic test
[#904 ] moved player into modules, tests, updated all touching files
Extended timeout for subtitle unit tests [#871 ]
Removed popcorn.timeline.css [#879 ]
2012-02-26 22:07:59 -05:00
ScottDowne
d7cfdbaeb6
[ #895 ] ie8 initial support
2012-02-26 02:20:41 -05:00
ScottDowne
b1af377e71
Merge branch 't834c' of github.com:ScottDowne/popcorn-js into t834d
2012-02-24 16:49:05 -05:00
Christopher De Cairos
44023cfe59
Forgot to add a 2 to the assertion [ #692 ]
2012-02-23 16:00:58 -05:00
Christopher De Cairos
623bbbeb58
Added testfunction2.js, changed popcorn XHR tests to use it [ #692 ]
2012-02-23 16:00:58 -05:00
Christopher De Cairos
3e8464f694
Modified unit tests to support IE9 quirks [ #692 ]
2012-02-23 16:00:57 -05:00
Christopher De Cairos
d79edc924b
Re-write Popcorn.removeTrackEvent, Fix ByEnd removal bug [ #911 ]
2012-02-23 15:14:15 -05:00
Christopher De Cairos
7cbc7f8128
Separate .player and .parser into their own modules [ #904 ]
2012-02-23 11:24:43 -05:00
Christopher De Cairos
dea554e9c8
Remove popcorn.timeline.css [ #879 ]
2012-02-23 11:20:53 -05:00
Christopher De Cairos
ca3baf7017
Extend Subtitle unit test timeout for Safari on Windows [ #871 ]
2012-02-23 11:18:43 -05:00
ScottDowne
9069585c45
[ #834 ] removed dead code
2012-02-22 20:39:13 -05:00
ScottDowne
2b45cea2ea
[ #834 ] one last bug in youtube autoplaygit add players/ I think I have itgit add players/ paused needs to start as undefined to mimic youtube's state
2012-02-22 20:37:59 -05:00
ScottDowne
c4df774ede
[ #834 ] youtube autoplay fix and tests
2012-02-22 20:03:29 -05:00
ScottDowne
d973408153
[ #921 ] updated youtube tests to use non private URL
2012-02-21 16:40:42 -05:00