gecko-dev/gfx
Arsen Arsenović 55b688775f Bug 1811714 - Add a few missing <cstdint> includes r=gfx-reviewers,nical
GCC 13s libstdc++ reduced its dependency on some headers like <cstdint>,
so it's no longer transitively included through various headers.
Include it explicitly.

See also: https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes

  11:16.32 .../components/telemetry/pingsender/pingsender.cpp:30:7:
                    error: unknown type name 'uint32_t'
  11:16.33 const uint32_t kConnectionTimeoutMs = 30 * 1000;
  11:16.33       ^
  11:16.33 ... /components/telemetry/pingsender/pingsender.cpp:76:9:
                    error: unknown type name 'uint32_t'
  11:16.33   const uint32_t kBufferSize = 4 * 1024 - 1;
  11:16.34         ^
  11:16.44 2 errors generated.
  (et al)

Differential Revision: https://phabricator.services.mozilla.com/D167491
2023-02-07 07:13:32 +00:00
..
2d Bug 1811714 - Add a few missing <cstdint> includes r=gfx-reviewers,nical 2023-02-07 07:13:32 +00:00
angle Bug 1812260: build(snap): re-apply forgotten `cmath` include in ANGLE codegen (sorry!) r=jgilbert,gfx-reviewers,nical 2023-01-25 19:45:10 +00:00
cairo Bug 1803059 - Remove obsolete patch files from gfx/cairo, and create patch files to record locally-applied fixes. r=gfx-reviewers,lsalzman DONTBUILD 2022-12-14 16:18:01 +00:00
config Bug 1810097 - Support AHardwareBuffer of out-of-process WebGL on Android r=lsalzman,gfx-reviewers 2023-01-27 21:35:26 +00:00
docs
gl Backed out 9 changesets (bug 1799258) for causing build bustages CLOSED TREE 2023-02-07 00:36:41 +02:00
graphite2 Bug 1802158 - Remove `gfx/graphite2` dead C++ cluster 2. r=sylvestre 2022-11-30 16:14:08 +00:00
harfbuzz Bug 1814651 - Cherry-pick commit 85be877 from upstream harfbuzz. r=gfx-reviewers,jrmuizel 2023-02-02 18:43:54 +00:00
ipc Bug 1812938 - Part 1. GetWidgetScreen returns Screen instead of nsIScreen. r=emilio,geckoview-reviewers,owlish 2023-02-06 04:51:26 +00:00
layers Bug 1554795 - Support desktop scrollbar thumb sizing logic in APZ. r=botond 2023-02-06 23:16:59 +00:00
ots Bug 1761233 - Apply VDMX sanitization fix from https://github.com/khaledhosny/ots/pull/250 to avoid generating invalid "sanitized" data. r=gfx-reviewers,lsalzman 2022-10-06 10:05:26 +00:00
qcms Backed out 9 changesets (bug 1799258) for causing build bustages CLOSED TREE 2023-02-07 00:36:41 +02:00
skia Bug 1802290 - Remove +x permissions on more files r=linter-reviewers,andi 2023-01-03 08:17:50 +00:00
src Bug 1812938 - Part 2. FindScreen returns Screen instead of nsIScreen. r=emilio 2023-02-06 04:51:27 +00:00
tests Bug 1776879, replace text/unicode for clipboard and drag and drop and use text/plain directly, r=edgar,mak,stransky,geckoview-reviewers,extension-reviewers,zombie,m_kato 2023-02-01 23:30:55 +00:00
thebes Backed out 9 changesets (bug 1799258) for causing build bustages CLOSED TREE 2023-02-07 00:36:41 +02:00
vr Bug 1809753 - Part 1: Remove quantum-dom nsIThread::EventTarget methods, r=mccr8 2023-01-16 23:14:10 +00:00
webrender_bindings Backed out 9 changesets (bug 1799258) for causing build bustages CLOSED TREE 2023-02-07 00:36:41 +02:00
wgpu_bindings Bug 1813547 - Update wgpu to revision 48d8666de002c7bfddbe85a2596f7748b4cc18b4. r=webgpu-reviewers,jimb 2023-01-31 18:29:09 +00:00
wr Bug 1814628 - Use half-spaces to select the corner of a rounded rect. r=jrmuizel,gfx-reviewers,ahale 2023-02-04 05:48:46 +00:00
ycbcr
metrics.yaml Bug 1784297 Remove "pseudo-main" ping r=TravisLong 2022-11-14 19:58:20 +00:00
moz.build Bug 1785991 - Add COLRv1 fuzzer. r=jfkthame 2022-09-07 11:27:34 +00:00