Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make external script sources load asynchronously, yet still block further ↵ | Josh Matthews | 2015-05-20 | 1 | -2/+2 |
| | | | | parsing. Hook up document loading to async networking events. | ||||
* | Adding initial version of parser trait | nchinth | 2014-10-29 | 1 | -0/+10 |
Added parse_chunk method declaration to parser Removed unnecessary visibilty for parse_chunk function Implemented parse_chunk function Implemented parse_chunk fn for ServoHTMLParser Moved parser trait to mod.rs and added finish fn added licence header to mod.rs and other review comments Fixed trailing space issue Fixed failed tabular space test |