Greg Kraus
4fe808dcbc
Change the creation order of the control UI elements to make the tab order more intuitive
...
Signed-off-by: Greg Kraus <gdkraus@ncsu.edu>
2013-01-22 23:22:53 -05:00
Greg Kraus
ef260fca72
Show keyboard focus on UI elements for keyboard-only users
...
Signed-off-by: Greg Kraus <gdkraus@ncsu.edu>
2013-01-22 23:22:50 -05:00
Greg Kraus
803e2da691
Add support for writing aria-* and role attributes to elements.
...
Signed-off-by: Greg Kraus <gdkraus@ncsu.edu>
2013-01-22 23:22:46 -05:00
Steve Heffernan
1c6bcb0a5e
Updated dispose to support children without the dispose method
2013-01-21 18:22:19 -08:00
Steve Heffernan
b6ea80b67e
Updated component children adding to allow no name, id, or el
2013-01-21 17:10:54 -08:00
Steve Heffernan
0364e281d1
Stopped big play button from showing on ended.
2013-01-21 16:43:03 -08:00
Steve Heffernan
9f566c0742
Updated player options to use component options_ settings and mergeOptions.
2013-01-21 16:19:46 -08:00
ptrin
273ec899a5
Fixed a broken markdown link
...
Fixed the link to caption formatting techniques.
2013-01-21 15:15:41 -05:00
Steve Heffernan
fc97d6ece4
Created a combined sources file so people can pull into external projects. fixes #287
2013-01-21 10:54:36 -08:00
Steve Heffernan
07d03e1a27
Updated player API to support poster and controls
2013-01-18 18:06:15 -08:00
Steve Heffernan
2c28d44f92
Changed name of test file to test.video.js
2013-01-18 17:30:35 -08:00
Steve Heffernan
ddb016e5b0
Deleted video.test.js...again
2013-01-18 17:20:04 -08:00
Steve Heffernan
f82296b4c1
Putting video.test.js in dist/ now instead of test. Don't want to commit video.test.js because it will cause merge conflicts on pull requests.
2013-01-18 17:16:29 -08:00
Steve Heffernan
2effe5a8cc
Removed video.test.js and added to gitignore to prevent merge conflicts
2013-01-18 17:05:39 -08:00
Steve Heffernan
e840a27409
Merge branch 'master' of git://github.com/mchristopher/video-js into mchristopher-master
...
Conflicts:
test/video.test.js
2013-01-18 17:03:17 -08:00
Michael Christopher
67c96304f2
Uppercase constants
2013-01-18 16:54:45 -08:00
Michael Christopher
aece38716d
Pass tests
2013-01-18 15:09:46 -08:00
Michael Christopher
c6e23d772a
Updating SSL support for new VJS
2013-01-18 14:57:57 -08:00
Michael Christopher
df2fc221e3
Merge newest changes
2013-01-18 14:54:44 -08:00
Steve Heffernan
54737a8af2
Updated options to use underscore for private
2013-01-17 21:03:25 -05:00
Steve Heffernan
487fdc8511
Fixed instances where options was still using a non-string key
2013-01-17 20:45:22 -05:00
Steve Heffernan
70fbf7fc8a
Updated events to support event.stopImmediatePropagation().
...
Added a first play event.
2013-01-17 20:33:53 -05:00
Steve Heffernan
b208d63367
Adding compiling back with calcdeps. Testing travis CI.
2013-01-16 21:01:10 -05:00
Steve Heffernan
38e19282fd
removed compile from grunt testing because can't install it on travis ci
2013-01-16 20:58:23 -05:00
Steve Heffernan
1189bbaa95
Added compiled tests to test runner.
2013-01-16 20:30:55 -05:00
Steve Heffernan
0b3e240999
Changed this.player to this.player_ to be more consistent with other private vars.
2013-01-16 20:24:38 -05:00
Steve Heffernan
e17d1a2d85
Formatted install steps
2013-01-16 17:13:39 -05:00
Steve Heffernan
fd7d53cb5a
Updated contributing.md to have grunt-cli step
2013-01-16 17:09:46 -05:00
Steve Heffernan
e4eb0d5ffe
Added a method for doing a deep merge on options objects so individual options could be passed to children withoug overwriting all defaults.
...
Cleaned up vjs.merge.
2013-01-16 11:09:56 -05:00
Steve Heffernan
a6f2161ca8
Updated index.html.example to use sourcelist.js.
2013-01-14 23:29:20 -05:00
Steve Heffernan
7f8acd2850
Updated readme and contrib.md
2013-01-14 22:51:01 -05:00
Steve Heffernan
6623919429
Merge branch 'feature/component-docs'
...
Conflicts:
src/player.js
2013-01-14 22:40:19 -05:00
Steve Heffernan
6ad5e0dada
Udpated contributing.md
2013-01-14 22:35:23 -05:00
Michael Christopher
3e7289f244
Add HTTPS support for CDN version
2013-01-14 13:11:20 -08:00
Steve Heffernan
921b783e40
Added phantom to package list.
2013-01-12 22:30:55 -08:00
Steve Heffernan
4c0d74b6c2
Removed unused node packages.
2013-01-12 22:26:10 -08:00
Steve Heffernan
0f0fccc312
Update grunt build script.
2013-01-12 22:23:22 -08:00
Steve Heffernan
e7c146bc1f
Reorgnizing src files.
...
Moving to grunt for build.
2013-01-11 23:02:20 -08:00
Steve Heffernan
675147645c
Cleaning up repo.
2013-01-11 11:52:01 -08:00
Steve Heffernan
06e3ec9dce
Cleaned up test logging. Added fallback message for no video support.
2013-01-10 13:48:41 -08:00
Steve Heffernan
77d9d34f91
Merge pull request #236 from lindstedt/master
...
Feedback message when user can't view video
2013-01-10 13:43:05 -08:00
Steve Heffernan
92855aaf8f
Merge pull request #276 from tijptjik/patch-1
...
Simple typo
2013-01-10 13:40:49 -08:00
Steve Heffernan
68441c7141
Adding jshint back to testing
2013-01-10 13:10:48 -08:00
Steve Heffernan
f267e27e36
Updated closure compiler advanced mode branch
2013-01-10 13:06:12 -08:00
Steve Heffernan
428203c466
Continued updating all library pieces to support closure compiler.
...
Renamed internal lib var to vjs instead of _V_.
2013-01-04 16:58:23 -08:00
Steve Heffernan
e125ee878e
Updated closure compiler build. Starting Flash support.
2012-12-31 15:25:56 -08:00
Steve Heffernan
688b5053ee
Major rewrite to support Google Closure Compiler Advanced Optimization.
...
Still in process.
2012-12-30 21:45:50 -08:00
Mart van de Ven
90febd2bcf
typo
2012-12-28 21:05:58 +08:00
Eric Rafaloff
74f055d125
techOrder should be an array of strings
...
- Correct the example where the value of techOrder is a hash when it should be an array.
- Make examples clearer that the elements of this array should be strings, not another array.
2012-12-17 15:07:28 -05:00
Steve Heffernan
a34259860f
Started components doc.
2012-12-17 11:18:31 -08:00