Need to create svg icons for WebXR permission prompt and status
Categories
(Core :: WebVR, task, P2)
Tracking
()
People
(Reporter: kip, Unassigned)
References
Details
Attachments
(3 files, 3 obsolete files)
To support the WebXR permission prompt and status indicator, we need notification icons in SVG format.
webxr.svg
will be displayed in the URL bar, representing WebXR activity.webxr-blocked.svg
will be displayed in the URL bar, representing WebXR activity that was blocked.webxr-detailed.svg
should represent a larger WebXR icon for display within the permission dialogue.
For reference, the geolocation api has icons with the same metrics and for the same purpose:
geo.svg
geo-blocked.svg
geo-detailed.svg
These are viewable from within the browser:
- chrome://browser/skin/notification-icons/webxr.svg
- chrome://browser/skin/notification-icons/webxr-blocked.svg
- chrome://browser/skin/notification-icons/webxr-detailed.svg
These icons are located in the tree:
browser/themes/shared/notification-icons/
If they must be different for each platform, they would be located in platform specific folders:
browser/themes/linux/notification-icons
browser/themes/osx/notification-icons
browser/themes/windows/notification-icons
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Comment 1•5 years ago
|
||
Placeholder "dev art" icon, based on svg icon used by aframe.io.
aframe.io license:
Reporter | ||
Comment 2•5 years ago
|
||
Placeholder "dev art" icon, based on svg icon used by aframe.io.
aframe.io license:
Reporter | ||
Comment 3•5 years ago
|
||
Placeholder "dev art" icon, based on svg icon used by aframe.io.
aframe.io license:
Reporter | ||
Comment 4•5 years ago
|
||
SVG icons representing VR and AR are required for permission prompts and status
Reporter | ||
Comment 5•5 years ago
|
||
Reporter | ||
Comment 6•5 years ago
|
||
Reporter | ||
Comment 7•5 years ago
|
||
Final / non-dev-art icons added. Thanks to Jenni and Nadja!
Reporter | ||
Comment 8•5 years ago
|
||
This has been included in Bug 1580567, which has landed.
Description
•