mirror of
https://github.com/servo/servo
synced 2026-05-12 01:46:28 +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.