servo/components/style/gecko_string_cache
Nicholas Nethercote 5866b820e0 Introduce nsStaticAtom.
It's a sub-class of nsAtom, useful for cases where you know you are dealing
exclusively with static atoms. The nice thing about it is that you can use
raw nsStaticAtom pointers instead of RefPtr<>. (In fact, the AddRef/Release
implementations ensure that we'll crash if we use RefPtr<nsStaticAtom>.)
2017-10-27 20:33:40 +11:00
..
mod.rs Introduce nsStaticAtom. 2017-10-27 20:33:40 +11:00
namespace.rs Rename nsIAtom as nsAtom. 2017-10-09 09:27:11 +11:00