On Wed, Oct 15, 2014 at 01:25:02PM +0300, Henri Sivonen wrote: > On Tue, Oct 14, 2014 at 3:37 AM, Chris Hofmann <[email protected]> wrote: > > Now that we have a strategy for putting developer tools in there own release > > What's that strategy? It could be very bad for us if Dev Tools didn't > "just work" for Web devs because they downloaded a non-developer > build, when Dev Tools "just work" in Chrome and IE. > > On the topic of browser features implemented using HTML+JS: > We should probably be more careful about importing JS libraries > developed for Web use, because code paths for other browsers or legacy > versions of Firefox are bloat in JS libs used inside Firefox. See, for > example, Loop including a polyfill for TextDecoder/TextEncoder (which > we have a built-in implementation of): > https://bugzilla.mozilla.org/show_bug.cgi?id=1071536
Not mentioning that we probably have different versions of the same libs, and/or different implementations of the same kind of helpers. Mike _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

