* ⚠️ **This is a breaking API change!**: Removed redundant `BrowserMenuImageText``contentDescription`
***concept-fetch**
* ⚠️ **This is a breaking API change**: the [`Response`](https://mozac.org/api/mozilla.components.concept.fetch/-response/) properties `.success` and `.clientError` were renamed to `.isSuccess` and `isClientError` respectively to match Java conventions.
***feature-downloads**
* Fixing bug #2265. In some occasions, when trying to download a file, the download failed and the download notification shows "Unsuccessful download".