aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/win32_toast.py
Commit message (Collapse)AuthorAgeFilesLines
* Use notify-py to send notificationsMartin Robinson2023-04-131-45/+0
| | | | | | | | - Use notify-py to send notifications, but use a custom notifier on Linux since transient (ie non-sticky) notifications are not supported. - Add an icon to the notification. - Don't send a notification after doing `./mach check` because that can trigger notifications when `rust-analyzer` is working.
* Add proper Win32 notification for buildsVladimir Vukicevic2016-08-171-0/+45