Kovid Goyal
|
1359f475af
|
Edit Book: Live CSS: Fix clicking on link to go to style definition not working if the stylesheet contains CSS 3 media queries
Adds support for CSS 3 media query parsing to tinycss
|
2014-06-08 18:09:47 +05:30 |
|
Kovid Goyal
|
783b1d112b
|
Use __slots__ for easy memory savings
|
2014-06-07 21:17:31 +05:30 |
|
Kovid Goyal
|
49e4d09cbc
|
Refactor the @rule parsers into their own methods for easier sub-classing
|
2014-06-07 21:11:44 +05:30 |
|
Kovid Goyal
|
8ec267ae38
|
__repr__ for font-face rule
|
2014-06-07 20:57:11 +05:30 |
|
Kovid Goyal
|
397b7cc4e1
|
Edit Book: Live CSS: Fix going to style declaration in the editor not working correctly when the stylesheet contains @font-face rules
|
2014-06-07 14:38:27 +05:30 |
|
Kovid Goyal
|
9254dfeb0d
|
Use the C tokenizer for tinycss
|
2014-05-25 08:46:04 +05:30 |
|
Kovid Goyal
|
322e6021e0
|
...
|
2014-05-22 18:58:26 +05:30 |
|
Kovid Goyal
|
e7387aab1a
|
Add tokenizer tests into the --test-build test suite
|
2014-05-22 16:36:23 +05:30 |
|
Kovid Goyal
|
a09869e9d8
|
...
|
2014-05-22 16:18:32 +05:30 |
|
Kovid Goyal
|
04b45413c6
|
Testing for the C tokenizer
|
2014-05-22 15:23:25 +05:30 |
|
Kovid Goyal
|
adac7e6d1e
|
Initial implementation of C code to speedup tinycss tokenization
Needs testing.
|
2014-05-22 14:17:15 +05:30 |
|
Kovid Goyal
|
1a71d61e8b
|
Performance improvement
|
2014-05-21 16:52:50 +05:30 |
|
Kovid Goyal
|
f38af40146
|
Port the tinycss test suite to use the unittest module
|
2014-05-21 13:05:05 +05:30 |
|
Kovid Goyal
|
097d9e3099
|
Performance improvement
|
2014-05-21 11:19:20 +05:30 |
|
Kovid Goyal
|
d993534dfc
|
Initial import of tinycss
|
2014-05-21 10:15:50 +05:30 |
|