| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/libcss/; revision=5261
|
|
|
|
| |
svn path=/trunk/libcss/; revision=5258
|
|
|
|
| |
svn path=/trunk/libcss/; revision=5256
|
|
|
|
| |
svn path=/trunk/libcss/; revision=5255
|
|
|
|
| |
svn path=/trunk/libcss/; revision=5254
|
|
|
|
| |
svn path=/trunk/libcss/; revision=5215
|
|
|
|
| |
svn path=/trunk/libcss/; revision=4964
|
|
|
|
| |
svn path=/trunk/libcss/; revision=4957
|
|
|
|
| |
svn path=/trunk/libcss/; revision=4942
|
|
|
|
| |
svn path=/trunk/libcss/; revision=4924
|
|
|
|
| |
svn path=/trunk/libcss/; revision=4923
|
|
|
|
|
|
| |
first instance.
svn path=/trunk/libcss/; revision=4922
|
|
|
|
|
|
|
|
|
| |
having its own event type.
Store details about the current construct on the context stack.
Document block-content, selector, and declaration stuff.
svn path=/trunk/libcss/; revision=4921
|
|
|
|
| |
svn path=/trunk/libcss/; revision=4904
|
|
|
|
|
|
| |
effectively.
svn path=/trunk/libcss/; revision=4903
|
|
|
|
|
|
| |
insensitive matching, intern lower cased versions of strings alongside the originals.
svn path=/trunk/libcss/; revision=4902
|
|
|
|
| |
svn path=/trunk/libcss/; revision=4901
|
|
|
|
| |
svn path=/trunk/libcss/; revision=4899
|
|
|
|
|
|
| |
Implement all the context-related event handlers in the stage 2 parser.
svn path=/trunk/libcss/; revision=4898
|
|
|
|
|
|
| |
that have been pushed back have already been interned, so it's stupid to re-intern every time. This has required that the lexer permits its clients to modify the data members of the css_token object. That's fine, as it assumes nothing about them (they're basically just a window onto the internal lexer state, anyway).
svn path=/trunk/libcss/; revision=4857
|
|
|
|
| |
svn path=/trunk/libcss/; revision=4855
|
|
|
|
|
|
| |
Parser core doesn't need to know about css_stylesheet, so change its API.
svn path=/trunk/libcss/; revision=4854
|
|
|
|
| |
svn path=/trunk/libcss/; revision=4852
|
|
|
|
| |
svn path=/trunk/libcss/; revision=4851
|
|
|
|
| |
svn path=/trunk/libcss/; revision=4850
|
|
|
|
|
|
|
|
| |
Parse errors in blocks are ignored -- it'll be up to the client to deal with this.
Fix processing of malformed decl-list entries (e.g. foo: bar; !important;)
Fix test driver to calculate remaining length correctly.
svn path=/trunk/libcss/; revision=4849
|
|
|
|
|
|
| |
Fix malformed selector input to actually result in a terminated block.
svn path=/trunk/libcss/; revision=4848
|
|
|
|
| |
svn path=/trunk/libcss/; revision=4847
|
|
|
|
|
|
| |
Implement recovery from malformed selectors
svn path=/trunk/libcss/; revision=4846
|
|
|
|
| |
svn path=/trunk/libcss/; revision=4828
|
|
|
|
| |
svn path=/trunk/libcss/; revision=4826
|
|
|
|
|
|
|
|
|
|
|
| |
Things missing:
1) Recovery after parse errors
2) Event emission (the locations of DEBUG_EVENTS are about right for this)
3) A second-stage parser
4) Any kind of testsuite
svn path=/trunk/libcss/; revision=4825
|
|
|
|
| |
svn path=/trunk/libcss/; revision=4663
|
|
|
|
| |
svn path=/trunk/libcss/; revision=4456
|
|
|
|
| |
svn path=/trunk/libcss/; revision=4455
|
|
|
|
|
|
| |
Flag todo relating to handling of unexpected end of string
svn path=/trunk/libcss/; revision=4185
|
|
|
|
| |
svn path=/trunk/libcss/; revision=4126
|
|
|
|
|
|
| |
Fix test #44's expected token data.
svn path=/trunk/libcss/; revision=4125
|
|
|
|
|
|
|
| |
Significantly more tests for the lexer -- this basically covers all the non-OOD/EOF cases
Fix bug in lexing of "/x" -- the CHAR(/) was getting dropped by the "don't emit comment tokens" logic
svn path=/trunk/libcss/; revision=4120
|
|
|
|
|
|
|
|
| |
verify that the data contained within emitted tokens is as expected.
Very trivial testdata to exercise this.
svn path=/trunk/libcss/; revision=4115
|
|
|
|
| |
svn path=/trunk/libcss/; revision=4114
|
|
Currently comprises a lexer.
svn path=/trunk/libcss/; revision=4112
|