aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/parse/html.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge script::parse and script::dom::servoparserAnthony Ramine2016-10-111-338/+0
* Unify ServoHTMLParser and ServoXMLParser in ServoParserAnthony Ramine2016-10-111-9/+45
* Reorder `use` statementsUK9922016-09-091-3/+3
* script: Obtain referrer policy from headerAravind Gollakota2016-07-151-1/+1
* Implement Document.referrerNazım Can Altınova2016-07-141-1/+2
* Replace HTMLScriptElement::mark_script_already_started by set_script_already_...Guillaume Gomez2016-06-031-1/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Store a pointer to the browsing context in the Document.Ms2ger2016-02-111-1/+1
* Update html5ever and xml5ever for API changes.Simon Sapin2016-01-271-1/+4
* Remove unused import in scriptMatt Brubeck2016-01-071-1/+0
* Avoid some rooting in parsing.Ms2ger2015-12-111-5/+17
* Add XMLDocument objectGuillaume Gomez2015-11-271-2/+2
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-6/+6
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-6/+7
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-7/+7
* make test-tidy happy + fix some merge errorsrohan.prinja2015-11-031-1/+0
* merge from masterrohan.prinja2015-11-031-36/+20
|\
| * Removed JS::root Fixes #8251nxnfufunezn2015-10-311-36/+19
* | rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-2/+1
* | replace InheritTypes imports with inheritance importsrohan.prinja2015-10-301-1/+1
* | more refactoringrohan.prinja2015-10-301-1/+1
|/
* Clean up the cast callsAnthony Ramine2015-10-211-16/+8
* Introduce trait CastableAnthony Ramine2015-10-211-26/+27
* Issue 8028: `parse_html` should take `Url` rather than `&Url`Stephen Li2015-10-151-4/+4
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-6/+6
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-3/+3
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-3/+1
* Auto merge of #7523 - eefriedman:unnecessary-unsafe, r=SimonSapinbors-servo2015-09-091-1/+1
|\
| * Fix up some unnecessary uses of `unsafe`.Eli Friedman2015-09-021-1/+1
* | Fix HTMLTemplateElement.innerHTMLAnthony Ramine2015-09-081-1/+8
* | Bump html5ever to 0.2.4, <template> support!Anthony Ramine2015-09-081-3/+12
|/
* Remove AttributeHandlersAnthony Ramine2015-08-271-1/+1
* Remove SinkHelpersAnthony Ramine2015-08-271-19/+1
* Remove helper traitsAnthony Ramine2015-08-271-7/+4
* sort all usesJohann Tuffe2015-08-201-7/+7
* Replace uses of `for foo in bar.iter()`,João Oliveira2015-08-181-2/+2
* Directly append children to output node in parse_html_fragmentMichael Wu2015-07-151-3/+2
* Update to zero-copy* HTML parsingSimon Sapin2015-06-251-8/+11
* Upgrade to SM 39Michael Wu2015-06-191-41/+37
* Make external script sources load asynchronously, yet still block further par...Josh Matthews2015-05-201-88/+21
* Implement a DocumentLoader type that tracks pending loads and notifies the sc...Josh Matthews2015-05-111-7/+15
* Auto merge of #5931 - nox:rm-helpers, r=jdmbors-servo2015-05-061-1/+1
|\
| * Remove helpers that correspond to DOM methodsAnthony Ramine2015-05-041-1/+1
* | Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-5/+6
|/
* Make NodeTypeId include CharacterData variantJinwoo Song2015-04-291-4/+4
* Remove Temporary::new()Anthony Ramine2015-04-281-1/+1
* Uniformise root() methodsAnthony Ramine2015-04-281-2/+2
* Remove as_slice() calls from script.Ms2ger2015-04-261-2/+2
* Replace the Str implementation for AttrValue by a Deref implementation.Ms2ger2015-04-251-1/+1
* Implement child reparenting and node removal during parsing.nithin murali2015-04-221-4/+14