Firefox doesn't have HttpOnly cookies, even though LiveJournal had
https://bugzilla.mozilla.org/show_bug.cgi?id=178993
Javascript in external CSS doesn't have the same-origin restrictions that Internet Explorer does, allowing untrusted remote CSS to do malicious things:
https://bugzilla.mozilla.org/show_bug.cgi?id=324253
See my comment there for more information.
Either one of these would've prevented us from going with one-domain-per-user (our new URL scheme), and the forthcoming cookie changes where we have master cookies and per-domain cookies that are signed by the master cookie.
Fun, but a pain in the ass too.