Age | Commit message (Collapse) | Author |
|
|
|
Deal with it.
|
|
The selectors ".foo.bar" and ".foo .bar" are not equivalent!
They should parse as "*.foo.bar" and "*.foo *.bar" but we parsed
both as "*.foo.bar" due to us ignoring significant whitespace.
|
|
|
|
|
|
|
|
Try to recover from syntax errors in CSS rules by skipping to the
end of the declaration block.
Don't abort HTML parsing on CSS errors.
|
|
|
|
Fix bug 695922.
|
|
Update buffer and filter processors.
Filter both colors and stroke states.
Move OCG hiding logic into interpreter.
|
|
Conflicts:
Makefile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Show a translated view of the continuous layout for each page.
|
|
|
|
|
|
|
|
|
|
|