aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/parse/html.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change parse_progress() take JSRef by value. [Issue#5738]Dhananjay Nakrani2015-04-191-3/+3
* Make Metadata use ContentTypeBogdan Cuza2015-04-141-4/+5
* Update some URLs.Ms2ger2015-04-141-2/+2
* Cleanup ProcessingInstructionAnthony Ramine2015-04-101-0/+1
* Cleanup access to CharacterData nodesAnthony Ramine2015-04-091-12/+10
* Hold a Temporary in AncestorIteratorAnthony Ramine2015-04-071-2/+4
* Produce output of fragment parsing in &mut RootedVec<JS<Node>> argumentChris Paris2015-04-061-4/+7
* Replace spec quotes with spec step numbersChris Paris2015-04-061-12/+4
* fragment parsing functions take DOMString instead of HTMLInputChris Paris2015-04-061-2/+3
* Refactor fragment parsingChris Paris2015-04-061-0/+44
* Split out shared networking code into net_traits crateGilles Leblanc2015-04-031-1/+1
* Rewrite NodeChildrenIterator to return Temporary.Ms2ger2015-04-021-2/+4
* Instead of panicking on broken url, break from the loop and return.Adenilson Cavalcanti2015-04-011-1/+3
* Replace unsafe_blocks by unsafe_code.Manish Goregaokar2015-03-211-1/+1
* Fix various build warnings.Ms2ger2015-03-201-2/+2
* auto merge of #5029 : ChrisParis/servo/h5e-serialize, r=jdmbors-servo2015-03-181-1/+82
|\
| * Serialize using html5everChris Paris2015-03-181-1/+82
* | Implement Element.innerHTML setterChris Paris2015-03-181-3/+7
|/
* Implement displaying of text/plain documentsChris Double2015-03-171-13/+17
* Implement view-source protocol. Fixes #4181.Chris Double2015-03-171-0/+14
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-1/+6
* Import net as net rather than servo_net.Ms2ger2015-02-101-1/+1
* Use JS<Node> rather than TrustedNodeAddress in the HTML parser.Ms2ger2015-02-031-27/+27
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-2/+2
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-1/+1
* Deny unsafe blocks in script.Ms2ger2015-01-091-0/+2
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-2/+2
* Qualify resource_task enums.Ms2ger2015-01-041-4/+4
* Fix obsolete format traits.Ms2ger2015-01-021-3/+3
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-19/+19
* Use `parse_html` in DOMParser.Chris Paris2014-12-171-2/+7
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-6/+7
* Pass a borrowed Url to parse_html.Ms2ger2014-12-091-1/+1
* Remove the url from the InputUrl variant.Ms2ger2014-12-091-5/+5
* Move the load response into the HTMLInput enum.Ms2ger2014-12-091-5/+3
* Make parse_html's base_url argument non-optional.Ms2ger2014-12-081-3/+3