DescriptionA bunch of issues only came up when testing in Firefox.
1) Platform-specific utils.js is pointless.
2) Social links should also be updated after subscription contents were downloaded.
3) i18n.js includes lots of Firefox-specific functionality, this one should move into the abstraction layer now that we have one for Firefox.
4) messageResponder.js shouldn't assume that all classes are already defined in the global context - it should require() them explicitly instead.
5) |global| parameter not used consistently in a few places.
6) Synchronous approach to getting application locale doesn't work in Firefox, messaging has to be used there.
Patch Set 1 #Patch Set 2 : Updated fake background page #
Total comments: 12
Patch Set 3 : Addressed comments #
MessagesTotal messages: 11
|