Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -171/+0 |
| | |||||
* | Make Attr::local_name an Atom. | Ms2ger | 2014-08-16 | 1 | -5/+7 |
| | |||||
* | Convert element name to be stored as atom instead of string. | Glenn Watson | 2014-07-16 | 1 | -1/+1 |
| | |||||
* | Remove some into_owned calls. | Ms2ger | 2014-06-28 | 1 | -1/+1 |
| | |||||
* | Upgrade to latest Rust. | Manish Goregaokar | 2014-06-27 | 1 | -2/+2 |
| | |||||
* | Use internal mutability for Attr::value. | Ms2ger | 2014-06-22 | 1 | -1/+1 |
| | |||||
* | auto merge of #2616 : Ms2ger/servo/attrvalue, r=jdm | bors-servo | 2014-06-13 | 1 | -1/+1 |
|\ | | | | | | | Obsoletes #2073. | ||||
| * | Make Attr::value private. | Ms2ger | 2014-06-08 | 1 | -1/+1 |
| | | |||||
* | | Use internal mutability for CharacterData::data. | Ms2ger | 2014-06-11 | 1 | -6/+6 |
|/ | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 1 | -24/+24 |
| | |||||
* | Use Cell/RefCell for interior mutability of Element. | Tetsuharu OHZEKI | 2014-05-30 | 1 | -1/+1 |
| | |||||
* | Rewrite escape() in htmlserializer to push onto a StrBuf. | Ms2ger | 2014-05-27 | 1 | -11/+12 |
| | |||||
* | Use StrBuf more efficiently in htmlserializer. | Ms2ger | 2014-05-27 | 1 | -60/+74 |
| | |||||
* | Update Rust. | Ms2ger | 2014-05-22 | 1 | -4/+6 |
| | |||||
* | Replace most ~"string"s with "string".to_owned(). | Ms2ger | 2014-05-04 | 1 | -11/+11 |
| | |||||
* | Replace all ~"" with "".to_owned(). | Ms2ger | 2014-05-03 | 1 | -2/+2 |
| | |||||
* | Address review comments. | Josh Matthews | 2014-05-03 | 1 | -25/+25 |
| | |||||
* | Remove all root collections. | Josh Matthews | 2014-05-03 | 1 | -6/+4 |
| | |||||
* | Implement safe rooting strategy via Unrooted, Root, JSRef, and JS. | Josh Matthews | 2014-05-03 | 1 | -24/+22 |
| | |||||
* | Turn on GC all the time. Fix rooting errors during parsing and storing ↵ | Josh Matthews | 2014-05-03 | 1 | -13/+21 |
| | | | | timers. Fix borrow errors during tracing. | ||||
* | Make open_elements in htmlserializer.rs use Vec. | Ms2ger | 2014-04-28 | 1 | -2/+2 |
| | |||||
* | Implement Element.localName.(fixes #2188) | lpy | 2014-04-23 | 1 | -4/+4 |
| | |||||
* | Split TCast::to into TCast::to_unchecked and TCast::to. | Tetsuharu OHZEKI | 2014-03-20 | 1 | -7/+7 |
| | |||||
* | Rust upgrades | Lars Bergstrom | 2014-03-18 | 1 | -2/+2 |
| | |||||
* | Add empty text check for first child of pre in innerHTML.(fixes #1743) | lpy | 2014-02-26 | 1 | -1/+1 |
| | |||||
* | Remove DocumentTypeId. | Ms2ger | 2014-02-24 | 1 | -1/+1 |
| | |||||
* | Implement JSManaged for DOM objects. | Josh Matthews | 2014-02-24 | 1 | -74/+76 |
| | |||||
* | Change Text, Comment and ProcessingInstructions parent name from element to ↵ | Adam Sinnett | 2014-02-15 | 1 | -1/+1 |
| | | | | | | | | characterdata All other node's parent type names reflect the actual type of the parent. This change extends that convention to the indicated nodes. closes #1594 | ||||
* | Implement ProcessingInstruction DOM interface | Bruno de Oliveira Abinader | 2014-02-06 | 1 | -1/+12 |
| | | | | | | | Spec: http://dom.spec.whatwg.org/#interface-processinginstruction Closes #1619. | ||||
* | Move script::dom::namespace into util, in order to use it from style later. | Simon Sapin | 2014-01-25 | 1 | -1/+1 |
| | |||||
* | Implement innerHTML getter for HTML documents | James Graham | 2014-01-14 | 1 | -0/+135 |
XML case is not yet implemented. |