Open Bug 1105226 Opened 9 years ago Updated 9 months ago

Support custom sound files for XUL Notifications

Categories

(Toolkit :: Alerts Service, defect)

defect

Tracking

()

People

(Reporter: mikedeboer, Unassigned)

References

(Blocks 3 open bugs)

Details

Web Notifications may specify a custom sound file, like:

```js
new Notification("title", {
  mozbehavior: {
    soundFile: "chrome://url/to/soundFile.ogg"
  }
});
```

...and as such `nsIAlertsService` will need to support this as well.
Blocks: 1105225
Blocks: 1105229
Blocks: 1105230
Component: XUL → Notifications and Alerts
Product: Core → Toolkit
MattN, by reclassifying this, doesn't this become a duplicate of bug 1105222 ?
Flags: needinfo?(MattN+bmo)
It seems like this bug was about supporting sounds in the XUL backend while bug 1105222 would do the DOM changes? The WIP patch there seems to do almost everything though so this may end up getting duped.
Flags: needinfo?(MattN+bmo)
Summary: Support custom sound files for Desktop Notifications → Support custom sound files for XUL Notifications
Blocks: 944776
No longer blocks: 944776
Severity: normal → S3
Component: Notifications and Alerts → Alerts Service
You need to log in before you can comment on or make changes to this bug.