aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/document.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-36/+38
* style: Implement quirks mode rules.Patrick Walton2014-12-151-0/+10
* script: Improve dirty propagation and fix script-layout synchronization.Patrick Walton2014-12-151-20/+16
* ports/cef: Implement accelerated compositing for the CEF port.Patrick Walton2014-12-101-0/+8
* auto merge of #4270 : ProgramFOX/servo/issue-4252, r=saneyukibors-servo2014-12-081-0/+5
|\
| * Implemented Document#inputEncodingProgramFOX2014-12-081-0/+5
* | auto merge of #4194 : cgaebel/servo/incremental-reflow-fix, r=pcwaltonbors-servo2014-12-081-0/+8
|\ \
| * | Fixed #4170 - Incremental reflow wasn't being aggressive enough when nodes ge...Clark Gaebel2014-12-031-0/+8
* | | auto merge of #4257 : johnathan79717/servo/4008, r=jdmbors-servo2014-12-081-0/+3
|\ \ \ | |_|/ |/| |
| * | Implement the "messageevent" argument to Document#createEvent. #4008Jonathan Hao2014-12-051-0/+3
* | | auto merge of #4265 : ProgramFOX/servo/issue-4251, r=Ms2gerbors-servo2014-12-061-2/+2
|\ \ \
| * | | Use .clone() instead of.as_slice().to_string()ProgramFOX2014-12-051-1/+1
| * | | Corrected case of Document#characterSetProgramFOX2014-12-051-2/+2
| |/ /
* / / Add oninput/onchange so tests workManish Goregaokar2014-12-051-2/+1
|/ /
* | Use MutNullableJS::or_init in Document.Ms2ger2014-12-041-32/+22
* | Cleanup Document::GetElementsByName.Ms2ger2014-12-041-5/+4
* | Cleanup Document::SetBody.Ms2ger2014-12-041-13/+12
* | Cleanup Document::GetDocumentElement.Ms2ger2014-12-041-1/+1
* | Cleanup Document::GetDoctype.Ms2ger2014-12-041-6/+4
|/
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-4/+4
* implement Document#createAttributeRohan Prinja2014-11-231-1/+17
* auto merge of #4029 : znewman01/servo/issue4009, r=Ms2gerbors-servo2014-11-181-1/+5
|\
| * Update behavior of Document.createElementZachary Newman2014-11-171-1/+5
* | key[board]event args for Document#createEventRohan Prinja2014-11-171-0/+3
|/
* Use RefCell in DOMRefCell to reduce duplicated code.Ms2ger2014-11-141-2/+2
* Implement document focus context and hook it up to click events.Josh Matthews2014-11-131-0/+34
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-13/+20
* Remove the manual Element::new call from Document::CreateElementNS.Ms2ger2014-11-051-8/+3
* Move build_element_from_tag out of the HTML parser.Ms2ger2014-10-301-5/+4
* Switch to synchronous script loadingMatt Brubeck2014-10-291-3/+4
* Cleanup Document::Title.Ms2ger2014-10-231-5/+2
* Move the methods on bare Document onto DocumentHelpers.Ms2ger2014-10-231-15/+18
* Introduce LayoutDocumentHelpers::is_html_document_for_layout for LayoutElemen...Ms2ger2014-10-231-0/+12
* Cleanup some Document methods.Ms2ger2014-10-231-28/+10
* Implement Document.readyState. Prevent iframes from notifying the compositor ...Josh Matthews2014-10-231-8/+48
* auto merge of #3776 : saneyuki/servo/macro, r=jdmbors-servo2014-10-221-19/+2
|\
| * Macroize event handler getters and setters.Tetsuharu OHZEKI2014-10-231-19/+2
* | Make DOM getters that return &JS<T> return Temporary<T> instead #3707Edit Balint2014-10-221-2/+2
|/
* Use DOMRefCell for Document.Tetsuharu OHZEKI2014-10-221-7/+8
* Use html5ever for HTML parsingKeegan McAllister2014-10-161-10/+11
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* Remove the reflector field from Document.Ms2ger2014-10-151-2/+0
* script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-10-141-4/+5
* Privatize DocumentTim Taubert2014-10-131-5/+21
* Privatize EventTarget and EventListenerEntryTim Taubert2014-10-131-1/+1
* Privatize InheritTypesTim Taubert2014-10-131-1/+1
* Incremental Style RecalcClark Gaebel2014-10-091-8/+7
* Remove unnecessary `deref()`s (fixes #3586)Tim Taubert2014-10-091-2/+2
* auto merge of #3577 : ttaubert/servo/issue/3193-named-element-mangle, r=jdmbors-servo2014-10-081-10/+4
|\
| * Use HashMap::find_with_or_insert_with in DocumentHelpers::register_named_elem...Tim Taubert2014-10-061-10/+4