Commit Graph

74 Commits

Author SHA1 Message Date
Remy Sharp 52ed340779 Merge branch 'hannosch-patch-1' 2013-01-07 23:59:50 +00:00
Remy Sharp 0e06c17460 fixed up mozilla support in both gum demos, also separated out gum.js to make things easier 2013-01-07 23:59:28 +00:00
Remy Sharp 1b0b0f9c23 made success & error global to allow firefox to find them, also remove audio support as Firefox borks altogether 2013-01-07 23:38:49 +00:00
Remy Sharp 4e0d1f7050 Merge branch 'joelrbrandt-new-web-worker-demo' 2013-01-07 23:17:47 +00:00
Remy Sharp 6997fdf01d re-worded some of the worker copy and moved the animating square to front-and-centre 2013-01-07 23:16:28 +00:00
Remy Sharp 61fe0b95f6 Merge branch 'new-web-worker-demo' of git://github.com/joelrbrandt/html5demos 2013-01-07 22:35:42 +00:00
Remy Sharp 84c9db369d Merge branch 'master' of git://github.com/basoko/html5demos into basoko-master 2013-01-07 22:32:09 +00:00
Remy Sharp b679d3418c Merge pull request #29 from 0ip/patch-1
Small fix to display file size correctly
2013-01-07 14:31:28 -08:00
Remy Sharp 1db590e705 Merge pull request #25 from foolip/video-preload-auto
Use preload="auto" on videos that expect to get the canplay event
2013-01-07 14:30:00 -08:00
Remy Sharp f4ca7b5084 Merge pull request #30 from kevinmeziere/master
Incorrect time calculation
2013-01-07 14:29:30 -08:00
Remy Sharp c36729a7ae Merge pull request #35 from LinXitoW/patch-1
Update MIME Type for ogv
2013-01-07 14:27:59 -08:00
Remy Sharp c66d23be42 look for mozSrcObj - but still does not work for me... 2012-12-11 20:41:49 +00:00
Remy Sharp 84e3adb906 Merge branch 'patch-1' of git://github.com/hannosch/html5demos into hannosch-patch-1 2012-12-11 19:48:05 +00:00
Remy Sharp a027a384ac tweaked markup to work as an include 2012-12-10 10:44:20 +00:00
Joel Brandt b74ad4d993 implement a new web worker demo 2012-12-07 11:14:29 -08:00
David Basoko 62e6551757 Added a SVG clock animation demo. 2012-11-18 17:45:04 +01:00
Remy Sharp cc93513e9a fixed gum demos 2012-11-01 17:04:09 +00:00
Hanno Schlichting 27eb28eaa2 Add mozGetUserMedia support, as available in latest Firefox Nightly builds 2012-07-18 09:14:54 +03:00
LinXitoW b6304f728d Update MIME Type for ogv
Probably a typo. Makes it not load in Firefox.
2012-05-30 16:25:51 +03:00
kevinmeziere 47ae9df9b6 Changed time minute/second calculation to use floor instead of round, for accurate time calculation. 2012-04-16 05:03:23 -07:00
0ip 3936d4a5c4 Small fix to display file size correctly 2012-04-06 19:31:56 +03:00
Remy Sharp 8eb9d573c2 meter => progress, as it is a task process, not a gauge-ey type progress 2012-03-27 16:04:48 +01:00
Remy Sharp ad6df8b6b3 adding the gum demos 2012-03-26 17:39:59 +01:00
Remy Sharp 2d7926fcf2 gum - early commit - needs content 2012-03-24 10:32:40 +00:00
Remy Sharp 80089d5851 gum - early commit - needs content 2012-03-24 10:13:41 +00:00
Remy Sharp dca97471a4 add hidden test 2012-03-07 12:22:05 +00:00
Remy Sharp 22acbae5d3 removed .hidden in favour of class name because IE10 was being a PITA 2012-03-07 12:03:51 +00:00
Remy Sharp f558e9a6f6 hidden for IE10 who does not support hidden 2012-03-07 11:25:27 +00:00
Remy Sharp dc05219104 fail styles 2012-03-07 11:23:41 +00:00
Remy Sharp 5fc6ff12c7 new demo: dnd + filereader + xhr2 2012-03-07 11:22:22 +00:00
Joakim Hedlund e06a23baaa Added accuracy to the marker title 2012-01-11 10:27:17 +01:00
Philip Jägenstedt 34a2e5a476 Use preload="auto" on videos that expect to get the canplay event
Since the default state is metadata, there's no guarantee that the
videos will reach anything beyond HAVE_CURRENT_DATA, but the canplay
event is fired when reaching HAVE_FUTURE_DATA.
2011-12-14 11:55:41 +01:00
Remy Sharp ca9050191f removed the toggleClass test - variable never existed. Fixes #18 2011-09-15 08:40:32 +01:00
Paul Irish 30cbdcd75b rename status variable to statusElem, so it doesnt conflict with window.status 2011-09-09 10:28:03 -07:00
remy 1841e4ac64 Echo out all messages on socket (*trying* to add support for FF) and updated demo support list 2011-08-18 10:18:57 +01:00
remy ac56470856 Changed from using outerHTML to innerHTML with a wrapper since Firefox has no support what so ever for outerHTML. 2011-08-18 09:30:57 +01:00
remy 2eab09e9b9 preload=metadata to be nice to https://bugzilla.mozilla.org/show_bug.cgi?id=676422 2011-08-04 00:57:18 +01:00
remy bd1d1151ed change to the way I'm handling the race condition 2011-06-29 13:27:05 +01:00
remy 45df8dc73b new demo classList API, and updated support status 2011-06-28 12:32:16 +01:00
remy 87a7766cc9 Removing me being a bit of a dick. 2011-05-17 16:42:10 +01:00
remy 58b8163c5d Closes #12 - I got hung up on being told this wasn't The Right Way(tm), but I don't believe there's *any* right way to sort out this race condition crap. Anyway, this change now means there shouldn't be any race condition issues - the downside being that the content isn't indexed (if video ever was) and doesn't work for those with JavaScript off :( 2011-05-17 16:23:33 +01:00
remy 3ba2931b6d canplay => loadedmetadata 2011-05-13 23:59:01 +01:00
remy 2b7cb018d8 fixed target iframe error 2011-04-25 20:38:19 +01:00
remy 3c7757ae14 fixed target iframe error 2011-04-25 20:36:20 +01:00
remy 34c978a939 added storage event demo 2011-04-15 16:06:32 +01:00
remy b8f88cdf69 Added simple file api example 2011-04-13 08:52:26 +01:00
remy 4c7b636f16 Adding some html5 love 2011-01-17 22:06:05 +00:00
remy 2c1586a8e2 Adding dataset demo 2010-10-20 12:23:13 +01:00
remy a1510f9566 updated promo & moved to node-websocket-server 2010-10-19 20:59:47 +01:00
remy 1c87a7e8f1 Removing the test - since actually I can't setAttribute on the window object - DOH! 2010-08-23 17:55:18 +01:00