Hacker News new | ask | show | jobs
by Tyrannosaurs 4234 days ago
The last paragraph:

"However, we still haven't figured out exactly why Google is blocking Inbox on Firefox. That the application is not working, seems to not be fully true. With some more man hours, it seems trivial for Google to get the application to run in Firefox to. Maybe too much Chrome specific technologies or just a try to limit the usage of Firefox on the web?"

Is odd as he's spent the rest of the article pointing out that there are bits of missing functionality (such as transitions), he's disabled CSP which worries him and that there are errors showing, and that's just what a relatively brief review found. Given what is listed it seems pretty straight forward to me that in it's current form it shouldn't be supported on Firefox.

2 comments

What I know, given the right vendor prefixes, transitions works mostly the same way on both platforms. I don't think it makes sense to only have transitions for one browser when it's trivial to support other browsers as well. The CSP issue I honestly don't know why that's so but I'm fairly sure they should be able to follow CSP on their own domains, just like the rest of the applications on the web have to do.

To me, it feels like Google has an unfair advantage on doing web applications when they can do stuff on their own domains that no one else can, unless they also develop their own browser with unique features.

To me, it feels like Google has an unfair advantage on doing web applications when they can do stuff on their own domains that no one else can, unless they also develop their own browser with unique features.

And legally dangerous, too. It's as if they forgot entirely about the half a billion Euros Microsoft shelled out for doing precisely the same thing.

or they bought the right people this time and are sure to be free from that fate.

remember that Microsoft wasn't sued out of the blue. competitor companies lobbied for it. if Google lobbies first they should be fine.

Looking at the CSP error, it looks like there's a blob being blocked, not some XSS from Google's domains.

My guess at the cause would be an CSP implementation difference.

Animations are not important enough to justify. Not wanting to serve all your content from a single domain is not enough to justify. These are excuses, not technical reasons.
I disagree.

They're short cuts you might take to get a product out and get early feedback, the same sort of shortcuts most of us have taken when pushed to release something sooner. This is a product in Beta, not the finish article.

Even if everything work in theory just dropping multi-browser testing would save time. If their aim is a beta product for early user testing, I really don't think what they've done is unreasonable.

Getting a product out in the web development world includes getting it out for other browsers than the browser you develop in house. Otherwise, you won't get the early feedback you wanted. Especially when your application is working, with some minor glitches.

It's not like the application is completely broken in Firefox with the fixes mentioned. Bypassing CSP for your own domains feels like a hack that you shouldn't be able to do.

Given how over subscribed the beta is I think they're getting feedback.

Remember with this sort of product the questions they have are "is this interesting?", "is this useful?", "do people like what this does?".

Can we get this running on Firefox simply isn't an interesting question to them - they know the answer, it's yes if they throw resource at it, but for a new product team with questions over whether this product should even exist that's not a priority.

Remember, this is Google who have a long history of canning this sort of project. If I were the company who produced Wave, I'd probably look at how I could reduce the cost and time to feedback for my next new thing too.

As an aside, I've tried Inbox and, to me at least, it's the next Wave, not the next Gmail.

You have to admit it seems a little shady when it comes from the browser vendor. It would be fine if the message said, "we haven't tested this, it might not work, YMMV". Instead, the message says, "click here to download our product", the implication being they'd like you to convert to only ever using their product.
I might agree with some things but not with e-mail, it's too important to most people say "hey this is probably OK but who knows".

And because of that there is the risk of reputational damage around one of their core products. Working in tech you understand what a Beta really means and you can make that call on an informed basis but that's not true of a typical G-mail user today.

It doesn't sound like they're dropping e-mails or anything else painful like that (something I've experienced several times trying to run GMail on Firefox and/or Opera). It sounds like they wanted to break CSP and have some animations and not have to worry about proper data modelling. Or maybe they just want to keep throwing rocks at people using browsers other than their own.

Lazy or evil, pick one.