summaryrefslogtreecommitdiff
path: root/src/select/arena.c
Commit message (Collapse)AuthorAgeFilesLines
* Computed styles: Drop uncommon extension blocks.Michael Drake2019-05-121-140/+10
| | | | | | | | | | | | | | They were a space saving feature, but they became largely redundant with computed style sharing. They also made the code complex and buggy in many places. E.g. the cascade, inheritance / composition, and intial values all needed to behave corretly when they, or their parent, had or didn't have an uncommon block. Also, only the uncommon block was really used. Fixes: https://bugs.netsurf-browser.org/mantis/view.php?id=2641
* Add comment.Michael Drake2016-11-191-0/+1
|
* Change arena hash from FNV-1 to 32-bit MurmurHash2.Michael Drake2016-11-191-17/+1
|
* Add arena module for interning computed styles.Michael Drake2016-11-191-0/+377
Builds, but currently unused.