Google's playing the closed-open game again, this time with HTML5
1–10 of 65 posts
Re: Google's playing the closed-open game again, this time with HTML5
#2Having watched the video and the word-spelling at the end, there's nothing about this sort of content that strikes me as stuff that can't be done in other browsers. And isn't that supposed to be the point of experiments like this?
Google should be showing us stuff that can't be done in any browser but Chrome because of those other browsers' technical limitations or deficiencies ... not just because they have the wrong user agent.
Re: Google's playing the closed-open game again, this time with HTML5
#3A slightly crappy but plausible reason is that they didn't want the extra hassle of cross-browser testing and pool of browsers capable of running this was pretty small.
Re: Google's playing the closed-open game again, this time with HTML5
#4Re: Google's playing the closed-open game again, this time with HTML5
#5It's quite possible that there's a valid technical reason for this. Codec usage? Something bleeding edge to do with HTML5 Audio? A slightly crappy but plausible reason is that they didn't want the extra hassle of cross-browser testing and pool of browsers capable of running this was pretty small.
Re: Google's playing the closed-open game again, this time with HTML5
#6I tried to trick it with User Agent Switcher, but no go. It's not just examining the user agent -- it's looking for window.chrome, too. Having watched the video and the word-spelling at the end, there's nothing about this sort of content that strikes me as stuff that can't be done in other browsers. And isn't that supposed to be the point of experiments like this? Google should be showing us stuff that can't be done…
Re: Google's playing the closed-open game again, this time with HTML5
#7When Goog starts adding /marquee/ tags and VBScript to their browser, I'll start getting worried about "openness."
Re: Google's playing the closed-open game again, this time with HTML5
#8 This is precisely the same kind of trickery Apple
pulled with its HTML5 Showcase for Safari, which
locked out other more compliant browsers in order
to make Safari shine line a beacon of hope for open
web standards. But Google isn’t building these
experiences to make the web look good: it’s building
them to make Chrome look good.
I don't get this bit. Isn't Google doing the same as Apple, then?Re: Google's playing the closed-open game again, this time with HTML5
#9Re: Google's playing the closed-open game again, this time with HTML5
#10i was doing some research on it and they appear to be using sync xhr calls which causes FF to hiccup even after all this time.
https://bugzilla.mozilla.org/show_bug.cgi?id=383304 https://bugzilla.mozilla.org/show_bug.cgi?id=313646
they are marked as resolved but i just confirmed the xhr sync calls dont work in some cases.
google is using the sync calls here http://www.allisnotlo.st/static/js/API.js
Here you can try this to try and play the video on FF https://gist.github.com/1109890
you will notice your console throws some errors around line 42 of that file, if anyone knows what else is wrong here please let me know.