Last modified: 2014-06-19 02:36:20 UTC
After bug 63303 and 56341 are fixed, we're not done yet. I just ran a bunch of tests and IE8 is breaking all over the place due to various bugs and lackings in its javascript engine. Nothing major, but will need to be handled. One of those random little things is the lack of self-identifier reference. e.g. > oo.method = function (something) { > function foo() { > .. > something(foo); > .. > } > return foo(); > }; We use this in EventEmitter#off. I'm working on a commit now to fix all the test failures.
Change 140436 had a related patch set uploaded by Krinkle: Implement support for ES3 browsers (tests passing in IE8!) https://gerrit.wikimedia.org/r/140436
Change 140436 merged by jenkins-bot: Implement support for ES3 browsers (tests passing in IE6-8!) https://gerrit.wikimedia.org/r/140436