commit | b517eb8911e0a7cfa9bfe25bef92713f7aa7e216 | [log] [tgz] |
---|---|---|
author | Nigel Tao <[email protected]> | Wed Oct 23 03:36:24 2019 |
committer | Commit Bot <[email protected]> | Wed Oct 23 03:36:24 2019 |
tree | 70830aa456694f005529e1dbd4f8ea562823dc00 | |
parent | fa7e2f14ac4bbaf87f445e1992a3b9b53e73af6b [diff] |
Add third_party/wuffs Skia (https://skia.googlesource.com/skia) is a 2-D graphics library, already in use by Chromium as third_party/skia. Wuffs (https://github.com/google/wuffs) is a memory-safe programming language whose standard library includes a GIF image decoder. Wuffs' standard library is also available as transpiled C code. From Skia's (and Chromium's) point of view, Wuffs' standard library is just another C library. It's just not hand-written C. Upstream Skia is moving to use Wuffs for GIF image decoding (https://bugs.chromium.org/p/skia/issues/detail?id=8235). For Chromium, this commit (adding third_party/wuffs, but no change in the generated binaries yet) is the first in a series of commits (see crbug.com/1014044) to have Skia-in-Chromium also use Wuffs. Wuffs is released under the Apache License 2.0: https://github.com/google/wuffs/blob/master/LICENSE Bug: 1014044 Change-Id: I6b41794af09b07aacc48d519651bc397e761ad71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1859536 Reviewed-by: Chris Palmer <[email protected]> Reviewed-by: Matthew Denton <[email protected]> Reviewed-by: Nico Weber <[email protected]> Commit-Queue: Nigel Tao <[email protected]> Cr-Commit-Position: refs/heads/master@{#708485}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .