forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1752444 - Part 1: Add {Parent,Child}Impl attributes to ipdl, r=ip…
…c-reviewers,mccr8 These attributes replace the previous direct_call.py table which specified how to locate the concrete implementation of a protocol and whether it should use a virtual implementation or not. They work by specifying the concrete type for an actor, and disabling the automatic inclusion of the implementation's header file, which can be included explicitly with an `include "";` statement. This allows customizing both the name and include path of the concrete implementation of an interface. Differential Revision: https://phabricator.services.mozilla.com/D137226
- Loading branch information
Showing
8 changed files
with
84 additions
and
794 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.