| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
| |
In CanvasRenderingContext2D::SetFontInternal, we should not throw if
there is no PresShell due to (sandboxed/hidden) iframe use that has not
initialized its presentation yet at the time of property manipulation.
This removes the throwing of the error and just silently fails.
Resolves #2087
|
| |
|
|
|
|
|
| |
Note this won't give working applications. Requires FE changes and
additional js module changes (next part).
|
| |
|
|
|
|
|
| |
- Instead of trying the failing refactored Mozilla way, simply add a
check where needed building on what was put in place previously.
|
|
|
|
| |
This reverts commit e69b3f567c4b8957cc09ba4359e84939f77781c5.
|
| |
|
| |
|
|
|
|
| |
This resolves #973.
|
| |
|
|
|
|
|
|
|
|
|
| |
This is fallout from Bug 1167235 - Use a fast method of double buffering for canvas.
It is possible for the CanvasRenderingContext2D to be destroyed while we're in the
middle of the call to nsObserverService::NotifyObservers() for shutdown.
This leaves the shutdown observer with a dangling pointer to the canvas, so this
patch explicitly clears the pointer when the context goes away.
|
| |
|
|
|
|
| |
Tag #288
|
|
|
|
| |
CanvasImageSource
|
|
|
|
| |
It is unused.
|
|
|
|
| |
This reverts commit 5b69e05939c7fd3f917e2dd0f399774b3b15c886.
|
|
|
|
|
|
|
| |
It is unused.
--HG--
extra : histedit_source : b7af9f250f0330f90547114184873ae9971f20fc
|
|
|
|
|
|
|
|
|
|
|
| |
- Checks for restricted or encrypted content
- Dispatching 'encrypted' events
- Dispatching 'key needed' events
- HTML Media Element media keys system
- EME telemetry
- HTML Media Element EME API
This is the main bulk for #26, isolating EME-specific code.
|
|
|
|
| |
Tag #61.
|
|
|