Depends on D10651
Details
Details
- Reviewers
emilio - Commits
- Restricted Diffusion Commit
rMOZILLACENTRAL2e5a8258ba69: Bug 1504034 - Part 3: Store the Rust QuotePair slice as the computed quotes… - Bugzilla Bug ID
- 1504034
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/ports/geckolib/glue.rs | ||
|---|---|---|
| 6027 | It's a bit unfortunate to always allocate here just to get it copied again to a text node. But I guess quotes are generally small. nit: This function should be unsafe, and I think you can just do (*result).write_str(quote).unwrap(), which maybe is a bit cleaner. | |