Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Improve `origin-clean` algorithm based on our previous changes. | wolfbeast | 2019-06-05 | -0/+6 |
| | | | | | - Instead of trying the failing refactored Mozilla way, simply add a check where needed building on what was put in place previously. | |||
* | Revert "Improve origin-clean algorithm" | wolfbeast | 2019-06-04 | -9/+4 |
| | | | | This reverts commit e69b3f567c4b8957cc09ba4359e84939f77781c5. | |||
* | Improve origin-clean algorithm | wolfbeast | 2019-05-27 | -4/+9 |
| | ||||
* | Extend origin-clean algorithm (DiD). | wolfbeast | 2019-03-22 | -0/+7 |
| | ||||
* | Implement origin-clean algorithm for ImageBitmap. | wolfbeast | 2019-02-14 | -4/+13 |
| | | | | This resolves #973. | |||
* | Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS | wolfbeast | 2019-01-18 | -1/+0 |
| | ||||
* | Clear CanvasShutdownObserver::mCanvas when the canvas goes away. | wolfbeast | 2018-12-13 | -2/+11 |
| | | | | | | | | | 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. | |||
* | Update dimensions early in ClearTarget. | Jonathan Kew | 2018-06-07 | -5/+9 |
| | ||||
* | Remove MOZ_WIDGET_GONK [1/2] | wolfbeast | 2018-05-12 | -4/+0 |
| | | | | Tag #288 | |||
* | moebius#106: SVG - CanvasImageSource - allow using an SVGImageElement as a ↵ | janekptacijarabaci | 2018-04-15 | -6/+18 |
| | | | | CanvasImageSource | |||
* | Bug 1438425 - Delete DocumentRenderer. r=jesup, r=jgilbert, a=RyanVM | Jeff Muizelaar | 2018-03-14 | -2/+0 |
| | | | | It is unused. | |||
* | Revert "Bug 1438425 - Delete DocumentRenderer. r=jesup, a=RyanVM" | wolfbeast | 2018-03-14 | -1/+2 |
| | | | | This reverts commit 5b69e05939c7fd3f917e2dd0f399774b3b15c886. | |||
* | Bug 1438425 - Delete DocumentRenderer. r=jesup, a=RyanVM | Jeff Muizelaar | 2018-03-14 | -2/+1 |
| | | | | | | | It is unused. --HG-- extra : histedit_source : b7af9f250f0330f90547114184873ae9971f20fc | |||
* | Don't build EME-specific subroutines without EME. | wolfbeast | 2018-02-24 | -0/+2 |
| | | | | | | | | | | | - 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. | |||
* | Add canvas data poisoning option. | wolfbeast | 2018-02-02 | -14/+59 |
| | | | | Tag #61. | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+6555 |