gecko-dev/gfx
Masayuki Nakano 4341d6fb0c Bug 1455514 - part 1: Add accessors and static helper methods to retrieve `nsINode` or its concrete classes from `EventTarget` r=smaug
Currently, checking whether an `EventTarget` is `nsINode` (or its concrete
classes) or not requires a QI, but it's expensive and used a lot while we
handle each event.  Therefore, it'd be nicer for creating a virtual method,
`EventTarget::IsNode()` and use it for the check.

If trying to convert `EventTarget` to a concrete class, it may require two
virtual method calls.  I'm not sure whether it's cheaper than a QI, but at
least, it won't depend on the UUID check order of `QueryInterface()` when
multiple interfaces are implemented.

Differential Revision: https://phabricator.services.mozilla.com/D129781
2021-11-02 13:03:43 +00:00
..
2d Bug 1393362 - Make more RecordedEvent implementations fallible. r=bobowen 2021-11-01 19:33:28 +00:00
angle Bug 1731194 - [ANGLE] Add system_utils_apple too. r=gfx-reviewers,mstange 2021-09-17 18:50:58 +00:00
cairo Bug 1733545 - Remove REQUIRES_UNIFIED_BUILD from third-party directories that don't need it. r=firefox-build-system-reviewers,andi 2021-10-01 09:01:27 +00:00
config Bug 1723134 - Make SwapInterval configurable via prefs for EGL and GLX. r=gfx-reviewers,jgilbert 2021-10-19 15:04:08 +00:00
docs Bug 1733746 - Add a section about Fission integration. r=tnikkel 2021-10-17 21:14:42 +00:00
gl Backed out 3 changesets (bug 1736066) for causing webgl failures in gfx/2d/Logging. CLOSED TREE 2021-10-28 22:10:39 +03:00
graphite2 Bug 1722127 - Modify rlbox graphite struct defs for windows compat r=tjr 2021-07-27 13:09:44 +00:00
harfbuzz Bug 1735218 - Update HarfBuzz to 3.0.0. r=jfkthame 2021-11-01 16:19:14 +00:00
ipc Bug 1723505 - Convert IPC processes to GeckoArgs r=nika,kershaw 2021-10-26 19:42:03 +00:00
layers Bug 1455514 - part 1: Add accessors and static helper methods to retrieve `nsINode` or its concrete classes from `EventTarget` r=smaug 2021-11-02 13:03:43 +00:00
ots
qcms Bug 1729539 - Hit MOZ_CRASH(assertion failed: y2 > 1. / 12. && y2 <= 1.) at gfx/qcms/src/iccread.rs:1392. r=jrmuizel 2021-09-17 17:41:26 +00:00
skia Bug 1734853 - Ensure unhinted fonts default to symmetric rendering in Skia. r=jfkthame 2021-10-25 15:43:01 +00:00
src Bug 1730503 - Make RDM force Android-style scrollbars better. r=mstange,devtools-backward-compat-reviewers,nchevobbe 2021-10-12 09:21:17 +00:00
tests Bug 1736441 - Remove a bunch of dead plugins code from widget/. r=stransky 2021-10-19 11:19:13 +00:00
thebes Bug 1737499 - Allow refresh rates slightly below the default rate, r=stransky 2021-10-28 17:46:18 +00:00
vr Bug 1723505 - Convert IPC processes to GeckoArgs r=nika,kershaw 2021-10-26 19:42:03 +00:00
webrender_bindings Bug 1736484 - Fix new dead-code warnings with rust 1.57. r=gfx-reviewers,nical 2021-10-20 02:05:57 +00:00
wgpu_bindings Bug 1736483 - Remove unused surfaces field in Identities. r=gfx-reviewers,kvark 2021-10-27 02:05:47 +00:00
wr Bug 1738137 - Refactor new_ct_font_with_variations for better clarity. r=jrmuizel 2021-11-02 11:46:36 +00:00
ycbcr Bug 1732481 - Fix non-unified build errors in gfx. r=gfx-reviewers,jrmuizel 2021-09-24 19:14:46 +00:00
metrics.yaml Bug 1732928 - Mirror gecko.{version, build_id} metrics from EXTRACT to native Glean. r=chutten,jrmuizel 2021-10-22 08:53:29 +00:00
moz.build Bug 1722653 - Remove --enable-system-cairo. r=firefox-build-system-reviewers,jrmuizel,andi 2021-07-29 23:38:30 +00:00