forked from mirrors/gecko-dev
This allows supporting image-set(), etc, and simplifies the bullet frame
code significantly, too thanks to two changes:
* Instead of manually managing the image request, use the CSS image
loader, with the `REQUEST_REQUIRES_REFLOW` flag, to handle image
loads correctly. This didn't exist when this code was initially
implemented, but we can nicely use it now.
* Instead of re-implementing another WebRender command-builder thing,
we can just reuse the nsImageRenderer code.
Differential Revision: https://phabricator.services.mozilla.com/D100774
|
||
|---|---|---|
| .. | ||
| HTMLCanvasAccessible.cpp | ||
| HTMLCanvasAccessible.h | ||
| HTMLElementAccessibles.cpp | ||
| HTMLElementAccessibles.h | ||
| HTMLFormControlAccessible.cpp | ||
| HTMLFormControlAccessible.h | ||
| HTMLImageMapAccessible.cpp | ||
| HTMLImageMapAccessible.h | ||
| HTMLLinkAccessible.cpp | ||
| HTMLLinkAccessible.h | ||
| HTMLListAccessible.cpp | ||
| HTMLListAccessible.h | ||
| HTMLSelectAccessible.cpp | ||
| HTMLSelectAccessible.h | ||
| HTMLTableAccessible.cpp | ||
| HTMLTableAccessible.h | ||
| moz.build | ||