Confirmed users
753
edits
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
Agenda: | Agenda: | ||
* GL Layers on Fennec (bjacob & joe) | * GL Layers on Fennec (bjacob & joe) | ||
** [[Platform/GFX/GLLayersOnMobile|Wiki page]] | ** [[Platform/GFX/GLLayersOnMobile|Wiki page]] gives an idea of how much work there's left to do. | ||
** Need to fix INVALID_FRAMEBUFFER_OPERATION error then run reftests. | |||
* WebGL cross-domain image theft vulnerability (bjacob, jrmuizel) | |||
** proof of concept: http://www.contextis.co.uk/resources/blog/webgl/ | |||
** Best option at the moment seems to be to forbid loading textures from cross-domain images without CORS approval. | |||
** Must block usage of a canvas 2D context as proxy to work around this security measure. | |||
* Other WebGL fixes (bjacob) | |||
** About:memory support for WebGL |