Hacker News new | ask | show | jobs
by Ratatat 6099 days ago
This sould be nuanced. Screaming Monkey and the Canvas plugin are drop-in replacements. The Chrome frame is optional, and could possibly interfere with cookies or history handling (although I'm not sure it's the case). The problem raised by Mitchell Baker is that it would make it very hard to "manage information across websites". Did I hear XSS and tracking cookies?
1 comments

Chrome Frame lets IE handle cookies and history and all that. XSS and tracking cookies keep working as they always have. Chrome frame uses the IE network stack to ensure this[1]. The canvas plugin and screaming monkey were both intended to be implemented using tags[2].

I expected a better response from Mozilla than this.

[1] http://code.google.com/chrome/chromeframe/developers_guide.h...

[2] http://blog.vlad1.com/2008/07/30/no-browser-left-behind/#com...

Edit: Added [2].

Thanks for the info.