Bug 1872307 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

```
NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIWebBrowserPersist.saveURI]
    internalPersist chrome://global/content/contentAreaUtils.js:507
    continueSave chrome://global/content/contentAreaUtils.js:396
    internalSave chrome://global/content/contentAreaUtils.js:341
```

https://searchfox.org/mozilla-central/rev/6321fb8f7533456a62dfa2aa68ee0477a6c8f693/toolkit/content/contentAreaUtils.js#507

Regression window: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=987ea0d6a000b95cf93928b25a74a7fb1dfe37b2&tochange=6c0fa9a675c91390ca27664ffb626c56e8afea4d

Suspect: https://hg.mozilla.org/mozilla-central/rev/9a2b02fe351bd65f6850a5c80b91dd0eec4a878a because of the changes in `devtools/startup/devtools-startup.js`
The browser console says:
```
NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIWebBrowserPersist.saveURI]
    internalPersist chrome://global/content/contentAreaUtils.js:507
    continueSave chrome://global/content/contentAreaUtils.js:396
    internalSave chrome://global/content/contentAreaUtils.js:341
```

https://searchfox.org/mozilla-central/rev/6321fb8f7533456a62dfa2aa68ee0477a6c8f693/toolkit/content/contentAreaUtils.js#507

Regression window: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=987ea0d6a000b95cf93928b25a74a7fb1dfe37b2&tochange=6c0fa9a675c91390ca27664ffb626c56e8afea4d

Suspect: https://hg.mozilla.org/mozilla-central/rev/9a2b02fe351bd65f6850a5c80b91dd0eec4a878a because of the changes in `devtools/startup/devtools-startup.js`

Back to Bug 1872307 Comment 2