Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deps: Stop vendoring WebRender (#31212) | Martin Robinson | 2024-01-30 | 1 | -15/+0 |
| | | | | | The new strategy for dependencies with upstream in Gecko is to manage them in separate repositories, which will more easily allow rebasing our changes on top of newer Gecko work. | ||||
* | Vendor the current version of WebRender | Martin Robinson | 2023-07-03 | 1 | -0/+15 |
This is a step toward upgrading WebRender, which will be upgraded and patched in the `third_party` directory. This change vendors the current private branch of WebRender that we use and adds a `patches` directory which tracks the changes on top of the upstream WebRender commit described by third_party/webrender/patches/head. |