servo
servo copied to clipboard
Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.
Updating two packages in `shell.nix` which have been renamed. "xlibs" has been renamed to/replaced by "xorg" "x11" has been renamed to/replaced by "xlibsWrapper" Signed-off-by: Nathan Lefler --- - [X] `./mach...
The build fails with an error about mozjs-sys. OS is Fedora 36. `mach bootstrap` failed, so I installed the dependencies as described in the README. ``` ~/Documents/servo/servo master* ❯ ./mach...
This is really funny, but I'm not sure if this was planned...
So as mentioned in #28585, I have been working on updating Webrender. I have started school so I haven't had the time to contribute any further but I thought I...
Bumps [image](https://github.com/image-rs/image) from 0.24.1 to 0.24.3. Changelog Sourced from image's changelog. Version 0.24.3 New Features: TiffDecoder now supports setting resource limits. Bug fixes: Fix compile issues on little endian systems....
``` $ ./servo ./servo: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory ``` Pretty sure it's a duplicate but was unable to...
Bumps [spin](https://github.com/mvdnes/spin-rs) from 0.9.2 to 0.9.4. Changelog Sourced from spin's changelog. [0.9.4] - 2022-07-14 Fixed Fixed unsoundness in RwLock on reader overflow Relaxed Send/Sync bounds for SpinMutex and TicketMutex (doesn't...
Originally reported under browserhtml/browserhtml#1160 by @yump > [Video example](https://u.pomf.is/hdpqnx.webm) > > OS: Fedora 23, Ubuntu libssl loaded with LD_LIBRARY_PATH. > > Graphics: GTX 660 with Nvidia blob 367.27
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.5 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...
https://github.com/netvl/immeta/commit/f2b2dd55322fb12b9f3dd9b3d6a28122650b19a2 This is a dependency of Servo's net crate. It should probably be removed, forked, or replaced with something else.