forked from mirrors/gecko-dev
__define{Getter,Setter}__ are deprecated, and are not defined on
NonSyntacticVariablesObjects, so these calls get in the way of sharing
globals between different .jsms. Probably only the DownloadUtils.jsm
change is really needed for that.
configurable and enumerable are both set to true to match the existing
behavior. If enumerable is set to false, then tests fail, because some
of the getters overwrite the getter with a regular property.
MozReview-Commit-ID: 1OZF45fIAQ
--HG--
extra : source : 96dd2e2d8d1677fb04c98bb3a063df32478fbc00
|
||
|---|---|---|
| .. | ||
| viewPartialSource.js | ||
| viewPartialSource.xul | ||
| viewSource-content.js | ||
| viewSource.css | ||
| viewSource.js | ||
| viewSource.xul | ||
| viewSourceUtils.js | ||