aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/html/hubbub_html_parser.rs
Commit message (Expand)AuthorAgeFilesLines
...
* | Introduce HTMLParagraphElement::new.Ms2ger2013-10-311-1/+1
* | Introduce HTMLParamElement::new.Ms2ger2013-10-311-1/+1
* | Introduce HTMLPreElement::new.Ms2ger2013-10-311-1/+1
* | Introduce HTMLProgressElement::new.Ms2ger2013-10-311-1/+1
* | Introduce HTMLQuoteElement::new.Ms2ger2013-10-311-1/+1
* | Introduce HTMLScriptElement::new.Ms2ger2013-10-311-1/+1
* | Introduce HTMLSelectElement::new.Ms2ger2013-10-311-1/+1
* | Introduce HTMLSourceElement::new.Ms2ger2013-10-311-1/+1
* | Introduce HTMLSpanElement::new.Ms2ger2013-10-311-1/+1
* | Introduce HTMLStyleElement::new.Ms2ger2013-10-311-1/+1
* | Introduce HTMLTableElement::new.Ms2ger2013-10-311-1/+1
* | Introduce HTMLTableCaptionElement::new.Ms2ger2013-10-311-1/+1
* | Introduce HTMLTableColElement::new.Ms2ger2013-10-311-2/+2
* | Introduce HTMLTableSectionElement::new.Ms2ger2013-10-311-1/+1
* | Introduce HTMLTemplateElement::new.Ms2ger2013-10-311-1/+1
* | Introduce HTMLTextAreaElement::new.Ms2ger2013-10-311-1/+1
* | Introduce HTMLTimeElement::new.Ms2ger2013-10-311-1/+1
* | Introduce HTMLTitleElement::new.Ms2ger2013-10-311-1/+1
* | Introduce HTMLTableRowElement::new.Ms2ger2013-10-311-1/+1
* | Introduce HTMLTrackElement::new.Ms2ger2013-10-311-1/+1
* | Introduce HTMLUListElement::new.Ms2ger2013-10-311-1/+1
* | Introduce HTMLImageElement::new.Ms2ger2013-10-311-2/+1
* | Introduce HTMLIFrameElement::new.Ms2ger2013-10-311-1/+1
* | Introduce HTMLHeadingElement::new.Ms2ger2013-10-311-8/+6
* | Introduce HTMLTable{Data,Header}CellElement::new.Ms2ger2013-10-311-14/+2
* | Introduce HTML{Audio,Video}Element::new.Ms2ger2013-10-311-10/+10
|/
* HTMLDirectoryElement should be 'dir'. Fix #1159Tetsuharu OHZEKI2013-10-311-1/+1
* Address review comments and replace add_to_doc with node_removed and node_ins...Ms2ger2013-10-301-1/+4
* Implement insertBefore and reimplement appendChild.Ms2ger2013-10-291-1/+1
* auto merge of #1138 : Ms2ger/servo/reflect-HTMLUnknownElement, r=jdmbors-servo2013-10-291-4/+1
|\
| * Implement HTMLUnknownElement::new.Ms2ger2013-10-261-4/+1
* | Optimize reflow by changing enums to traits and inlining morePatrick Walton2013-10-281-1/+1
|/
* Use the new style systemSeo Sanghyeon2013-10-231-1/+1
* Update to latest Rust.Jack Moffitt2013-10-211-2/+2
* Implemention of HTMLMainElementMarcos Caceres2013-10-181-0/+1
* Factor out a convenience function load_whole_resourceKeegan McAllister2013-10-171-32/+10
* auto merge of #1077 : kmcallister/servo/jsstr, r=jdmbors-servo2013-10-171-3/+4
|\
| * Pass scripts as ~str to support non-ASCII string literals etc.Keegan McAllister2013-10-161-3/+4
* | auto merge of #1075 : SimonSapin/servo/newnewcss, r=kmcallisterbors-servo2013-10-161-1/+1
|\ \ | |/ |/|
| * Move Element::get_attr to a trait defined in util::treeSimon Sapin2013-10-161-1/+1
* | Clean up macros to handle html tags.Tetsuharu OHZEKI2013-10-161-115/+133
|/
* Rename the element field of the DOM Node hierarchy.Tetsuharu OHZEKI2013-10-161-2/+2
* Implement HTMLTableDataCellElement & HTMLTableHeaderCellElement.Tetsuharu OHZEKI2013-10-151-2/+15
* Handle th tag as HTMLTableCellElement. #1060Tetsuharu OHZEKI2013-10-151-0/+1
* Extract content type and character set from HTTP response headersKeegan McAllister2013-10-101-0/+2
* Refactor resource loader protocol to send metadata firstKeegan McAllister2013-10-101-26/+9
* Issue #888 - Node's owner document should never be None.Ms2ger2013-10-101-10/+13
* Cleanup some code.Ms2ger2013-10-071-10/+8
* Handle HTTP 3xx redirectsKeegan McAllister2013-09-231-6/+29
* Remove an unneeded helper functionKeegan McAllister2013-09-231-25/+19