Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move `*_traits` and other shared types to `shared` | Martin Robinson | 2023-11-03 | 1 | -149/+0 |
| | | | | | | | | | | | | This is the start of the organization of types that are in their own crates in order to break dependency cycles between other crates. The idea here is that putting these packages into their own directory is the first step toward cleaning them up. They have grown organically and it is difficult to explain to new folks where to put new shared types. Many of these crates contain more than traits or don't contain traits at all. Notably, `script_traits` isn't touched because it is vendored from Gecko. Eventually this will move to `third_party`. | ||||
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -2/+4 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | remove `extern crate` (#30311) | Samson | 2023-09-08 | 1 | -0/+1 |
| | | | | | | | | | | | * remove extern crate * Update components/script_plugins/lib.rs Co-authored-by: Martin Robinson <mrobinson@igalia.com> --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com> | ||||
* | Upgrade to rustc 1.44.0-nightly (42abbd887 2020-04-07) | Simon Sapin | 2020-04-09 | 1 | -1/+1 |
| | |||||
* | Integrate swapchain surface provider changes into webgl and webxr ↵ | Josh Matthews | 2020-03-09 | 1 | -0/+13 |
| | | | | implementations. | ||||
* | Support running WebGL in its own thread or on the main thread. | Josh Matthews | 2019-07-25 | 1 | -0/+7 |
| | |||||
* | WebGLSender doesn't really implement Serializable | Alan Jeffrey | 2019-07-10 | 1 | -0/+21 |
| | |||||
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | Add lots of derived Debug impls | Alan Jeffrey | 2018-10-29 | 1 | -2/+2 |
| | |||||
* | Remove Clone impl for WebGLMsg | Anthony Ramine | 2018-09-07 | 1 | -1/+13 |
| | |||||
* | Format components canvas and canvas_traits #21373 | kingdido999 | 2018-08-30 | 1 | -20/+19 |
| | |||||
* | Improve debugging output for WebGL errors. | Josh Matthews | 2018-05-29 | 1 | -0/+7 |
| | |||||
* | Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox" | Anthony Ramine | 2017-08-16 | 1 | -0/+87 |
| | | | | | This reverts commit 4d10d39e8fe841c5fe2ac58da2daaa13c10c140e, reversing changes made to ee94e2b7c0bd327abe8f9545b2a1f792f67a2bdd. | ||||
* | Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio" | Emilio Cobos Álvarez | 2017-08-16 | 1 | -87/+0 |
| | | | | | This reverts commit 90f55ea4580e2a15f7d70d0491444f18b972d450, reversing changes made to 2e60b27a2186a8cba4b952960155dfcf3f47d7db. | ||||
* | Improve WebGL architecture. | Imanol Fernandez | 2017-08-15 | 1 | -0/+87 |