Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -2/+3 |
| | |||||
* | Use JS<Node> rather than TrustedNodeAddress in the HTML parser. | Ms2ger | 2015-02-03 | 1 | -5/+6 |
| | |||||
* | Import the util crate as util rather than servo_util. | Ms2ger | 2015-01-29 | 1 | -1/+1 |
| | | | | | | | | This used to conflict with the util crate from the standard library, which has long since been removed. The import in layout has not been changed because of a conflict with the util mod there. | ||||
* | Deny unsafe blocks in script. | Ms2ger | 2015-01-09 | 1 | -0/+1 |
| | | | | As a first start, this allows them indiscriminately where used. | ||||
* | Replace Root::deref() calls by Root::r() calls where possible. | Ms2ger | 2015-01-01 | 1 | -1/+2 |
| | | | | This changes those calls that were already sound. | ||||
* | script: Remove glob imports added in #4405 | Tetsuharu OHZEKI | 2014-12-19 | 1 | -2/+2 |
| | |||||
* | Updated reflect_dom_object to be passed by value | Michael Booth | 2014-11-30 | 1 | -1/+1 |
| | |||||
* | Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a | Jack Moffitt | 2014-11-13 | 1 | -1/+1 |
| | |||||
* | Switch to synchronous script loading | Matt Brubeck | 2014-10-29 | 1 | -5/+1 |
| | | | | | | | This removes the old code for asyncronously loading scripts during HTML parsing and then executing them afterward. Fixes #3356. | ||||
* | 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 | ||||
* | Ignore the HTML parser's borrow flag in GC tracing | Keegan McAllister | 2014-10-24 | 1 | -5/+15 |
| | | | | Adds some other dynamic checks in debug builds. | ||||
* | Move the methods on bare Document onto DocumentHelpers. | Ms2ger | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | Use DOMRefCell for ServoHTMLParser. | Tetsuharu OHZEKI | 2014-10-22 | 1 | -4/+4 |
| | |||||
* | Use html5ever for HTML parsing | Keegan McAllister | 2014-10-16 | 1 | -0/+105 |