Open Bug 1105225 Opened 9 years ago Updated 2 years ago

Support custom sound files for OSX Notification Center

Categories

(Core :: Widget: Cocoa, enhancement, P3)

x86
macOS
enhancement

Tracking

()

People

(Reporter: mikedeboer, Unassigned)

References

(Depends on 1 open bug)

Details

(Whiteboard: tpi:+)

Web Notifications may specify a custom sound file, like:

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

As such OSXNotificationCenter would need to support custom sounds passed from the XUL Alert service.
Depends on: 1105226
Blocks: 947776
Severity: normal → enhancement
Priority: -- → P3
Whiteboard: tpi:+
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.