Steve Heffernan
692a0e9c09
Release 4.7.1
2014-08-06 11:26:56 -07:00
Steve Heffernan
a7d6c350e7
Added line to changelog for #1401
2014-08-06 11:24:41 -07:00
Steve Heffernan
9e34570c0f
Merge pull request #1401 from jabes/patch-1
...
Prevent EMALFORMED errors with bower.json
2014-08-06 11:18:38 -07:00
Justin Bull
c529f0898d
Update bower.json
...
Prevent EMALFORMED errors with bower.
2014-08-05 19:08:39 -07:00
Steve Heffernan
3bf4afc831
Removed dist files
2014-08-05 18:09:20 -07:00
Steve Heffernan
f3d7196a73
Release 4.7.0
2014-08-05 18:05:38 -07:00
Steve Heffernan
7ea1d8f544
Modified language json structure to not include the code.
...
Also removed languages from being combined with core until we add the ability to choose languages.
2014-08-05 17:48:00 -07:00
Tom Johnson
6b612d8cdc
Added localization support. closes #1360
2014-08-05 17:48:00 -07:00
Steve Heffernan
e4fbf27358
Merge pull request #1397 from anttimo/feature/fix-1390-add-svg-to-font-face
...
Add svg to font-face. fixes #1390
2014-08-05 12:13:43 -07:00
Steve Heffernan
0af41818e0
Merge branch 'master' of https://github.com/videojs/video.js
2014-08-05 12:10:09 -07:00
Steve Heffernan
1ffea6ce07
Removed a few leaked globals. This along with #1396 closes #603
2014-08-05 12:09:29 -07:00
Benjamin Peterson
bf8b62cc81
put some variables in an anonymous function, so they don't pollute the global scope
2014-08-05 12:08:12 -07:00
Gary Katsevman
f32ec15344
extern remainingTime
2014-08-05 12:08:12 -07:00
Steve Heffernan
949bfa2d39
Merge pull request #1398 from ctd1500/fix-readme
...
Updates the Build Status in the readme
2014-08-05 10:22:18 -07:00
ctd1500
bae224e4c4
Fixing the build status icon and link.
2014-08-04 23:21:42 -07:00
ctd1500
64564c0dcd
Fixing a couple of spelling errors
2014-08-04 23:21:10 -07:00
Steve Heffernan
003c5ef38d
Merge pull request #1395 from gkatsev/extern-remainingtime
...
extern remainingTime
2014-08-04 16:17:31 -07:00
Steve Heffernan
7dc919c89e
Added line to changelog for #1385
2014-08-04 16:16:09 -07:00
Steve Heffernan
52667554dc
Merge pull request #1385 from Akkuma/feature/sliding-class
...
Added a class for when slider is "sliding"
2014-08-04 16:14:35 -07:00
jackunion
a0d8db9ed1
Fixed an issue where the user was unable to scroll/zoom page if touching the video
...
closes #1373 , closes#895
fixes #895
Moved event.preventDefault() to 'touchend' listener
missing semicolon
2014-08-04 16:08:25 -07:00
Steve Heffernan
d64205de79
Added line to changelog for #1369
2014-08-04 15:53:49 -07:00
Steve Heffernan
527a33a252
Maded some revisions to videojs/video.js#1369
...
closes #1369
2014-08-04 15:53:28 -07:00
Steve Heffernan
b3bbb17dd4
Restore the original video tag attributes on a tech change
...
set attributes of video tag and not only values
add unsupported attribute to the video tag - test failing
helper to set attributes on an element from a map of values
dummy compare of html content with a sort of the attributes
ignore html attributes order for comparition
save original tag attributes
restore original tag attributes n creation and overwrite if required by settings
replace object.keys with vjs.obj.each for ie<9
fix spacing
API consistency, getAttributeValues renamed to getElementAttributes
clear variable naming
move setElementAttributes close to getElementAttributes
2014-08-04 15:47:56 -07:00
Steve Heffernan
403afcf57d
Updated some contrib commands
2014-08-04 14:23:19 -07:00
Gary Katsevman
3c4c5a5aee
extern remainingTime
2014-08-04 14:56:25 -04:00
Antti Moilanen
cfb688983b
Add svg to font-face. fixes #1390
2014-08-04 15:55:45 +03:00
Steve Heffernan
bcf3f34dde
Added finished messages to contrib issue commands
2014-08-03 17:36:57 -07:00
Steve Heffernan
4c42446d44
Updated report and request contrib commands
2014-08-03 17:34:25 -07:00
Steve Heffernan
2619593691
Merge pull request #1393 from gkatsev/disable-the-sauce
...
Disable saucelabs until we figure it out
2014-08-01 17:28:54 -07:00
jerrylow
fa5116ffe7
Issue-1370 remove default class on subtitle off
...
closes #1371 , closes #1370
Update track show to user showtrack
Remove underscores
2014-08-01 17:25:21 -07:00
Steve Heffernan
49eeb600fd
Added Slider.onMouseMove to fix breaking test
2014-08-01 17:24:08 -07:00
Gary Katsevman
39fe83e1c0
Disable saucelabs until we figure it out
2014-08-01 20:18:08 -04:00
Matthew McClure
8b5eb5089f
Merge pull request #1386 from Akkuma/feature/optimized-slider-handlers
...
Bound move/end context once instead of repeatedly
2014-08-01 16:47:47 -07:00
Steve Heffernan
fa75d61cf8
Added line to changelog for #1351
2014-08-01 13:14:47 -07:00
Paul Ryan
c5fb952935
Added vjs-waiting and vjs-seeking css classnames and updated the spinner to use them
...
closes #1351 , closes #1225 , closes #684 , closes #518
Split up seeking and waiting styles. Updated loading spinner to use them.
2014-08-01 13:13:24 -07:00
sethborg
f00f354ab9
Disposing the html5 video element more throughly when switching techs so it doesn't continue to load.
...
closes #1334
Update html5.js
If the HTML tag is not removed, the video will still download in the background in Firefox after the player is disposed.
Update component.js
Moved my fix to src/js/media/html5.js
Changed order of html5 element dispose and using this.el_ instead of player.tag
2014-08-01 13:04:25 -07:00
Steve Heffernan
8afc2f919b
Added line to the change log for #1253
2014-08-01 12:47:29 -07:00
brainopia
b2fbc8059b
Added support for multiple time ranges in the load progress bar
...
closes #1253
Display a true load progress (with accounting all buffered regions)
Add played property for player
Correctly display played regions in progress-bar
Support #played in MediaFaker so tests would pass
Remove play-progress regions but add some opacity to play-progress
Remove opacity
Revert "Add played property for player"
This reverts commit 6d8bf982c2
.
Fixed an issue where a load progress of NaN was throwing an error
Reverted some remaining `played` changes
Updated the progress bar to encapsulate time ranges
In the previous commit the progress bar was broken up into timeranges.
This had the effect of looking broken, so now the progress bar covers
all time ranges, and the time ranges a subtley different in color
from the progress bar.
2014-08-01 12:46:32 -07:00
Desdemina
6921b552ef
Update tracks.md with Caption Key info. Closes #1379
2014-07-31 13:07:27 -07:00
Gregory Waxman
aaa88c70f2
Bound move/end context once instead of repeatedly
2014-07-30 17:08:44 -04:00
Gregory Waxman
3da12eba29
Added a class for when slider is "sliding"
2014-07-30 17:01:57 -04:00
Steve Heffernan
14c64f197f
Added line to changelog for #1363
2014-07-29 16:03:30 -07:00
Steve Heffernan
d10977ebf3
Merge branch 'feature/ie8-compat-events' of github.com:HeadOnAPlate/video.js into HeadOnAPlate-feature/ie8-compat-events
2014-07-29 15:57:26 -07:00
Steve Heffernan
f69881c276
Added docs and changelog line for #1320
2014-07-29 10:42:10 -07:00
Steve Heffernan
116681771b
Merge branch 'source-type' of github.com:guardian/video.js into guardian-source-type
2014-07-29 10:36:57 -07:00
Matt Osborn
11524ca2c3
Merge pull request #1 from heff/guardian-source-type
...
Guardian source type
2014-07-29 17:31:29 +01:00
Steve Heffernan
624bf16070
Merge branch 'master' into fix-flash-ready
...
Conflicts:
src/js/media/flash.js
test/unit/flash.js
2014-07-28 17:27:29 -07:00
Steve Heffernan
0ddc344e76
Fixed a change that got lost in the merge
2014-07-28 17:10:52 -07:00
Steve Heffernan
781b4e59f5
Merge branch 'fix-hidden-flash-methods-squashed'
...
Conflicts:
src/js/media/flash.js
2014-07-28 17:07:53 -07:00
Steve Heffernan
0bc7ca0954
Fixed test to use exported property
2014-07-28 17:03:27 -07:00