We will blacklist this type and add a module raw line to map the gecko
type to its rust type (as an alias).
Details
Details
- Reviewers
emilio - Commits
- Restricted Diffusion Commit
rMOZILLACENTRALfd02ae8fbc9b: Bug 1501116 - Part 1: Add a special list for cbindgen types to avoid generating… - Bugzilla Bug ID
- 1501116
Diff Detail
Diff Detail
- Repository
- rMOZILLACENTRAL mozilla-central
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
| servo/components/style/build_gecko.rs | ||
|---|---|---|
| 398 | Given you're only using the rightmost part of the name, you may want to just use gecko = "StyleComputedTimingFunction" instead of prefixing all of them with mozilla::. That can also be a followup patch if you want instead of rewriting all your patches separately. rs=me on that one. | |
| servo/components/style/build_gecko.rs | ||
|---|---|---|
| 398 | OK. I will add one extra patch for this. | |