Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Warning police. | Josh Matthews | 2014-03-18 | 1 | -6/+6 |
| | |||||
* | Pass &JS<Window> to reflect_dom_object. | Ms2ger | 2014-03-04 | 1 | -1/+1 |
| | |||||
* | Move Error, Fallible, ErrorResult out of utils.rs (fixes #1749) | Saurabh Anand | 2014-02-28 | 1 | -1/+1 |
| | |||||
* | Remove DocumentTypeId. | Ms2ger | 2014-02-24 | 1 | -4/+3 |
| | |||||
* | Remove document::DocumentType (fixes #1730). | Ms2ger | 2014-02-24 | 1 | -4/+2 |
| | |||||
* | Remove HTMLDocument. | Ms2ger | 2014-02-24 | 1 | -3/+2 |
| | |||||
* | Implement JSManaged for DOM objects. | Josh Matthews | 2014-02-24 | 1 | -28/+31 |
| | |||||
* | Move DOMString into servo_util. | Ms2ger | 2014-02-14 | 1 | -1/+2 |
| | |||||
* | Implement document.URL & document.documentURI | Bruno de Oliveira Abinader | 2014-01-30 | 1 | -1/+1 |
| | | | | | | | | Specs: http://dom.spec.whatwg.org/#dom-document-url http://dom.spec.whatwg.org/#dom-document-documenturi This is a sub-task for #1428. | ||||
* | Basic support for Document::contentType | Bruno de Oliveira Abinader | 2014-01-21 | 1 | -4/+1 |
| | | | | | | | Spec: http://dom.spec.whatwg.org/#dom-document-contenttype This is a subtask for #1428, #1510 and #1526. | ||||
* | Implement DOMImplementation::createHTMLDocument | Bruno de Oliveira Abinader | 2014-01-20 | 1 | -1/+63 |
| | | | | | | | Spec: http://dom.spec.whatwg.org/#dom-domimplementation-createhtmldocument Closes #1510. | ||||
* | DocumentType does not need to know about quirks mode | Bruno de Oliveira Abinader | 2014-01-15 | 1 | -3/+1 |
| | | | | TSIA. Closes #1498. | ||||
* | Implement DOMImplementation::createDocumentType | Bruno de Oliveira Abinader | 2014-01-15 | 1 | -1/+22 |
| | | | | | | | Implementation according to spec: http://dom.spec.whatwg.org/#dom-domimplementation-createdocumenttype Closes #1489. | ||||
* | Add DOMImplementation skeleton | Bruno de Oliveira Abinader | 2014-01-14 | 1 | -0/+36 |
Creates a DOMImplementation struct corresponding to DOMImplementation WebIDL. Also implements a getter for Document::implementation. Closes #1486. |