dMp

Results 133 comments of dMp

@cpburnz as far as I understand it, the problematic part is: `var console = (/** @type {Object} */ window.console);` Some versions of IE can't dereference the "console" var, thus leaking...

Yes, doing so _inside a closure_ _may_ cause certain IE versions to not free the object between page results.

The reason for why "it" (or anything else using conditional compilation) breaks jquery is because they use @ in comments (which I don't quite get why it's not stripped out...

"@cc_off does indeed solve the problem, but doesn't it make sense for you to do that at the end of your code, rather than forcing other people to add it...

Have you tried: if (window["**consoleShimTest**"] != null || eval("/_@cc_on @_jscript_version

"So it looks to me that this @cc_off is a myth." Or existed in previous versions of IE and has been removed. What a mess :/

It's called only once. Do you mean it's leaking across page reloads? Also, what tool did you use to detect the leak?

This ^ is also altering colors, interestingly.

@Annihil8ted to be able to provide insight in this, we need your configuration (redacted), the exact command line you have been using, and both the registry logs and docker daemon...