mirror of
https://github.com/servo/servo
synced 2026-05-10 09:02:30 +02:00
Add an IndexableText structure for text queries. Instead of linear search for a node this now uses a HashMap. Remove the now irrelevant fields from TextDisplayItem.