gecko-dev/ipc
Nika Layzell 86509aaa1a Bug 1607634 - Part 3: Specialize NotNull for SideVariant, r=glandium,ipc-reviewers,mccr8
The idea behind this specialization is to provide the members which would be on
SideVariant<..> on NotNull<SideVariant<..>>, similar to how pointer-like
methods are available on `NotNull<T>`. This makes the type more ergonomic to
use from callers.

In the next part, this will be used for non-nullable actor members in IPDL
structs and IPDL unions.

Differential Revision: https://phabricator.services.mozilla.com/D168885
2023-03-14 19:31:39 +00:00
..
app Bug 1812567: Change the activation policy for plugin-container to NSApplicationActivationPolicyProhibited to make it clear that it cannot itself be activated and should continue to not appear in the Dock. r=mstange 2023-02-02 14:55:09 +00:00
chromium Bug 1607634 - Part 2: Add a ParamTraits implementation for NotNull, r=ipc-reviewers,mccr8 2023-03-14 19:31:39 +00:00
contentproc
docs Bug 1704500: Make UtilityActorName an alias for WebIDLUtilityActorName r=gerard-majax 2023-01-31 21:10:28 +00:00
glue Bug 1607634 - Part 3: Specialize NotNull for SideVariant, r=glandium,ipc-reviewers,mccr8 2023-03-14 19:31:39 +00:00
gtest Bug 1791750 - Add a new argument to serialization methods for passing optional callbacks; r=dom-storage-reviewers,ipc-reviewers,nika,jari 2022-12-16 06:38:12 +00:00
ipdl Bug 1814683 - Part 4: Allow IPDL structs to contain non-default-constructable types, r=ipc-reviewers,jld 2023-03-14 19:31:38 +00:00
mscom Bug 1772089 p2: Switch to OS temp in InterceptorLog. r=Jamie 2023-02-24 08:44:40 +00:00
testshell
moz.build
pull-chromium.py