summaryrefslogtreecommitdiff
path: root/test/select-nd.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove option to support not storing data on DOM nodes.Michael Drake2016-11-191-14/+0
| | | | It was complicating lifetimes and ownership.
* Various changes which modify API and ABI:Michael Drake2013-12-131-0/+14
- Remove client allocation function. - Change node_classes callback not to yield array ownership to libcss. - Node bloom filters now built by, during selection libcss. - Added selection callbacks to get and set data on document nodes. Test suite, example, and documentation updated to match.