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

2034 Коммитов

Автор SHA1 Сообщение Дата
denise rigato b1186671b0 fixed indentation 2012-03-02 12:48:23 -05:00
denise rigato d826e6029e fixed indentation 2012-03-02 12:48:23 -05:00
denise rigato 6d9ea980be completed unit tests 2012-03-02 12:48:23 -05:00
denise rigato f14dad15e6 reworked files for optimization 2012-03-02 12:48:23 -05:00
denise rigato fbb2b8671a fixed spacing 2012-03-02 12:48:23 -05:00
denise rigato e9bb421d84 adding unit tests 2012-03-02 12:48:22 -05:00
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
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
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
Matthew Schranz c85c826ab4 [#897]Added tests for missing display assignment on container style 2012-02-28 20:30:28 -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
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
Rick Waldron waldron.rick@gmail.com 3711b3ee02 [#919] Implements toString for track events, provides a reasonable default
Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
2012-02-16 17:58:34 -05:00
Rick Waldron waldron.rick@gmail.com ae8bbf80a5 [#911] Rewrites bulk of Popcorn.removeTrackEvent(), improves performance, fixes byEnd event issue. 2012-02-11 18:09:43 -05:00
Rick Waldron waldron.rick@gmail.com f45733865d [#911] Don't assume a sequential index reference for track events.
I used the following code:

```
var testEnd;
for ( var k = 0; k < obj.data.trackEvents.byEnd.length; k++ ) {
  testEnd = obj.data.trackEvents.byEnd[k];

  if ( testEnd._id ) {
    console.log( deepEqual( testEnd, o, "testEnd, o" ) );
  }
}

```

Placed at line 954 to determine that the track event object in the byStart and byEnd arrays are in fact the same object reference. This allows us to simple push the current object in the iteration into the "saved" track events, instead of incorrectly using the the index of the iteration

Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
2012-02-10 15:53:17 -05:00
Rick Waldron waldron.rick@gmail.com c0a3a8108e [#911] Failing tests. http://gyazo.com/66c76333dd7173e3fab1001d3ea0c8fc.png?1328905037 2012-02-10 15:53:17 -05:00
Rick Waldron waldron.rick@gmail.com 4318846767 Merge branch 'develop' of git://github.com/cadecairos/popcorn-js into 1.2
* 'develop' of git://github.com/cadecairos/popcorn-js:
  [#826]Removed all uses of preload='none' in code
  [#845]SBV Parser Tests Updated
  [#845]Styling Issues
  [#826] Removed preload=none in the applyclass html file.  Also did a bit of style cleanup
2012-02-10 14:51:50 -05:00
Christopher De Cairos 2a1fb97f22 Updated Parser Unit Tests [#845] 2012-02-07 14:14:22 -05:00
Christopher De Cairos 587922cf76 Remove preload=none from html files to stop chrome from breaking [#826] 2012-02-06 16:12:01 -05:00
Rick Waldron waldron.rick@gmail.com 1e85c6e0b4 Merge branch 'develop' of git://github.com/cadecairos/popcorn-js into 1.2
* 'develop' of git://github.com/cadecairos/popcorn-js:
  [#896] Ensure use of navigator.userLanguage || navigator.language where applicable
  [#896] replace ws tab
  [#896] Adds new locale module directory, moves Popcor.Locale source and tests to standalone test runner
  [#896] Removes Popcorn.Locale from Popcorn.js (core & tests)
  Changed the source of mustache.js so it is served with a text/javascript mimetype (IE9 fix), updated the unit tests to use exec [#686]
  [#882] timeout for error event test
2012-02-03 15:51:01 -05:00
ScottDowne 8ee331b06e [#904] fixed whitespace, comma and file moved back to proper location 2012-02-02 21:39:11 -05:00
Christopher De Cairos c4d427214f Migrate Popcorn.locale and tests into the module directory [#896] 2012-02-01 10:05:39 -05:00
Christopher De Cairos 445b430d8d Added timeout for Youtube error tests [#882] 2012-02-01 09:53:56 -05:00
ScottDowne 46256bf801 [#904] moved parser into modules, updated tests, etc. 2012-01-31 13:27:33 -05:00
ScottDowne 096fe115c0 [#904] removed popcorn.player.html. It does not make sense. 2012-01-31 10:26:01 -05:00