summaryrefslogtreecommitdiff
path: root/src/select/overrides.py
Commit message (Collapse)AuthorAgeFilesLines
* Computed styles: Drop uncommon extension blocks.Michael Drake2019-05-121-44/+35
| | | | | | | | | | | | | | 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
* Select: Bug fixes in the generator.lcneves/select-autogenLucas Neves2017-11-191-5/+5
|
* Select: autogenerator for computed.h, propset.h and propget.h.Lucas Neves2017-11-131-0/+226