aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/servohtmlparser.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove SinkHelpersAnthony Ramine2015-08-271-1/+16
* Remove helper traitsAnthony Ramine2015-08-271-22/+7
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* sort all usesJohann Tuffe2015-08-201-5/+5
* Cleanup NodeIterator, Range, ServoHTMLParser, TextEncoder, URLHelper, URL, Vi...Manish Goregaokar2015-08-181-1/+1
* Fix existing syntactics nits.Josh Matthews2015-08-161-2/+2
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-1/+3
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-1/+1
* Auto-derive JSTraceable and Reflectable for ServoHTMLParserMichael Wu2015-06-301-25/+7
* Update to zero-copy* HTML parsingSimon Sapin2015-06-251-1/+1
* Upgrade to SM 39Michael Wu2015-06-191-27/+30
* script: Address review commentsPatrick Walton2015-05-261-4/+2
* script: Reflow 200 milliseconds after the `<body>` is parsed, like GeckoPatrick Walton2015-05-261-0/+5
* Make external script sources load asynchronously, yet still block further par...Josh Matthews2015-05-201-12/+225
* Implement Clone for Copy types.Ms2ger2015-04-281-1/+1
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Replace unsafe_blocks by unsafe_code.Manish Goregaokar2015-03-211-1/+1
* Implement Element.innerHTML setterChris Paris2015-03-181-0/+41
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-2/+3
* Use JS<Node> rather than TrustedNodeAddress in the HTML parser.Ms2ger2015-02-031-5/+6
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Deny unsafe blocks in script.Ms2ger2015-01-091-0/+1
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-1/+2
* script: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-2/+2
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-1/+1
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-1/+1
* Switch to synchronous script loadingMatt Brubeck2014-10-291-5/+1
* Adding initial version of parser traitnchinth2014-10-291-0/+10
* Ignore the HTML parser's borrow flag in GC tracingKeegan McAllister2014-10-241-5/+15
* Move the methods on bare Document onto DocumentHelpers.Ms2ger2014-10-231-1/+1
* Use DOMRefCell for ServoHTMLParser.Tetsuharu OHZEKI2014-10-221-4/+4
* Use html5ever for HTML parsingKeegan McAllister2014-10-161-0/+105