Export to GitHub

google-caja - issue #1964

Firefox 40 Nightly moved the error.stack property where debug.js was not finding it


Posted on Apr 12, 2015 by Swift Hippo

On Firefox 40 Nightly, the .stack property on error objects is now a not-so-magical accessor property inherited from Error.prototype. Of course, Error.prototype.stack is not on our whitelist so it was deleted. This results in debug.js (and thus useHTMLLogger.js) presenting FF40 Nightly as a platform without accessible error stacks.

Status: Started

Labels:
Type-Defect Priority-Medium Component-Other