Closed Bug 1146930 Opened 9 years ago Closed 8 years ago

sdk/tabs/tab-firefox.js causes unsafe CPOW usage warnings

Categories

(Add-on SDK Graveyard :: General, defect, P1)

x86
macOS
defect

Tracking

(e10s+)

RESOLVED FIXED
Tracking Status
e10s + ---

People

(Reporter: mconley, Unassigned)

References

Details

https://hg.mozilla.org/projects/holly/file/50e197279ad5/addon-sdk/source/lib/sdk/tabs/tab-firefox.js#l142

  /**
   * tab's document readyState, or 'uninitialized' if it doesn't even exist yet.
   */
  get readyState() {
    let doc = this._contentDocument;
    return doc && doc.readyState || 'uninitialized'; <-- causes unsafe CPOW usage warning
  },
Blocks: e10s-sdk
Priority: -- → P1
tracking-e10s: --- → ?
This particular unsafe CPOW usage should be already been fixed by "Bug 1146606 - tab.readyState uses CPOWs".
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.