mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove some use of FFI in gecko_string_cache Now that nsIAtom’s mLength and mString can both be accessed directly on the struct, fewer operations need to call into C++ code. These functions are not used anymore and can be removed from the Gecko side: * `Gecko_GetAtomAsUTF16` * `Gecko_AtomEqualsUTF8IgnoreCase` * `Gecko_AtomEqualsUTF8` (looks like this one was already unused before this PR) r? @emilio --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not new require tests because no behavior change <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12906) <!-- Reviewable:end --> |
||
---|---|---|
.. | ||
cef | ||
geckolib | ||
glutin |