Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -855/+0 |
| | |||||
* | Implement document.lastModified (fixes #2972, #3127). | MechaXL | 2014-09-04 | 1 | -0/+16 |
| | |||||
* | Make some of Node's members private. | Ms2ger | 2014-09-03 | 1 | -1/+2 |
| | |||||
* | Implement cache for remaining Document live collections | Bruno de Oliveira Abinader | 2014-08-22 | 1 | -49/+90 |
| | |||||
* | Removed comment as issue #1847 is now fixed. | Bruno de Oliveira Abinader | 2014-08-14 | 1 | -12/+0 |
| | |||||
* | Implement cached Document.Links | Bruno de Oliveira Abinader | 2014-08-14 | 1 | -10/+15 |
| | |||||
* | Implement Document.createRange(). | Ms2ger | 2014-08-09 | 1 | -1/+7 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-08 | 1 | -2/+2 |
| | |||||
* | Fix getElementsByTagName[NS] support to match the spec. | James Graham | 2014-08-08 | 1 | -6/+1 |
| | |||||
* | Prefer *Derived helper functions (is_*element) than string comparison | Bruno de Oliveira Abinader | 2014-08-07 | 1 | -8/+12 |
| | |||||
* | Document.getElementById() should return null if the passed argument is empty. | Tetsuharu OHZEKI | 2014-08-06 | 1 | -0/+1 |
| | |||||
* | Merge pull request #2994 from mechaxl/master | Ms2ger | 2014-08-05 | 1 | -4/+3 |
|\ | | | | | Only strip HTML whitespace in the document.title getter (fixes #2969); r=Ms2ger | ||||
| * | Removing unnecessary string trimming | MechaXL | 2014-08-04 | 1 | -2/+1 |
| | | |||||
| * | Fixes #2969 by only stripping HTML whitespace | MechaXL | 2014-08-03 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #2993 from hazz/document-set-title | Ms2ger | 2014-08-05 | 1 | -6/+8 |
|\ \ | | | | | | | Correctly handle empty string on setting document.title; r=Manishearth+Ms2ger | ||||
| * | | Check for the empty string before creating a new text node when setting ↵ | Harry Maclean | 2014-08-05 | 1 | -6/+8 |
| |/ | | | | | | | document.title | ||||
* / | Return 'BackCompat' for document.compatMode only if in quirksmode | Harry Maclean | 2014-08-04 | 1 | -2/+2 |
|/ | |||||
* | Call the generated rather than the hand-written traits (fixes #2936). | Ms2ger | 2014-07-27 | 1 | -48/+5 |
| | |||||
* | Start dogfooding rust-url. Fix #1673. | Simon Sapin | 2014-07-21 | 1 | -3/+3 |
| | |||||
* | Introduce abstractions for global scopes. | Ms2ger | 2014-07-15 | 1 | -5/+6 |
| | | | | Part of #2811. | ||||
* | Put some 'use' statements in alphabetical order. | Ms2ger | 2014-07-15 | 1 | -3/+3 |
| | |||||
* | Rename variables that refer to global objects. | Ms2ger | 2014-07-15 | 1 | -2/+2 |
| | | | | | | | | This clarifies whether those variables will point to a Window object or an arbitrary global object. Note in particular that all IDL Constructors will accept an arbitrary global object. | ||||
* | Return slices from get_attribute_parts. | Ms2ger | 2014-07-14 | 1 | -2/+3 |
| | |||||
* | Merge pull request #2824 from jgraham/remove_attribute_str | Ms2ger | 2014-07-13 | 1 | -1/+2 |
|\ | | | | | Make Element.remove_attribute take &str instead of DOMString; r=Ms2ger | ||||
| * | Make Element.remove_attribute take &str instead of DOMString | James Graham | 2014-07-13 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #2771 from ↵ | Ms2ger | 2014-07-13 | 1 | -2/+1 |
|\ \ | |/ |/| | | | | | jviereck/fix_2230_link_DOMImplementation_to_document Link DOMImplementation to the Document; r=Ms2ger | ||||
| * | Fix DOMImplementation should be linked to the Document | Julian Viereck | 2014-07-13 | 1 | -2/+1 |
| | | | | | | | | This fixes issues 2230. | ||||
* | | Return a Temporary from *Binding::Wrap. | Ms2ger | 2014-07-10 | 1 | -16/+6 |
|/ | | | | | | Returning a JS<T> is GC-unsafe. This commit also includes some cleanup around Node and Document reflection. | ||||
* | Make some DOM members private. | Ms2ger | 2014-06-28 | 1 | -5/+5 |
| | | | | | I have not reviewed if this is the complete set of members that can be made private. | ||||
* | Upgrade to latest Rust. | Manish Goregaokar | 2014-06-27 | 1 | -2/+2 |
| | |||||
* | Remove needless mutabilities from script crate. | Tetsuharu OHZEKI | 2014-06-22 | 1 | -4/+4 |
| | |||||
* | Use internal mutability for Attr::value. | Ms2ger | 2014-06-22 | 1 | -1/+1 |
| | |||||
* | Use Traceable for primitive types and DOMString | Manish Goregaokar | 2014-06-16 | 1 | -2/+2 |
| | |||||
* | auto merge of #2649 : ebalint/servo/2580_JS_T_unrooted_replace, r=jdm | bors-servo | 2014-06-13 | 1 | -1/+1 |
|\ | | | | | | | | | removed .clone() calls modified from_rooted method parameter: T to &T | ||||
| * | Replace uses of JS<T>.unrooted() with JS::from_rooted #2580 | Edit Balint | 2014-06-13 | 1 | -1/+1 |
| | | |||||
* | | Remove Reflectable::mut_reflector. | Ms2ger | 2014-06-13 | 1 | -4/+0 |
|/ | |||||
* | auto merge of #2640 : Ms2ger/servo/derefmut, r=jdm | bors-servo | 2014-06-11 | 1 | -16/+18 |
|\ | |||||
| * | Use internal mutability for Document::idmap. | Ms2ger | 2014-06-11 | 1 | -16/+18 |
| | | |||||
* | | auto merge of #2632 : brunoabinader/servo/document-queryselectorall, r=Ms2ger | bors-servo | 2014-06-11 | 1 | -0/+7 |
|\ \ | |/ |/| | | | | | | | | | Spec: http://dom.spec.whatwg.org/#dom-parentnode-queryselectorall Closes #851. | ||||
| * | Implement support for ParentNode's querySelectorAll | Bruno de Oliveira Abinader | 2014-06-10 | 1 | -0/+7 |
| | | |||||
* | | Use internal mutability for Document::{quirks_mode, encoding_name}. | Ms2ger | 2014-06-11 | 1 | -14/+14 |
| | | |||||
* | | Use internal mutability for CharacterData::data. | Ms2ger | 2014-06-11 | 1 | -1/+1 |
| | | |||||
* | | Stop mutating Element::namespace. | Ms2ger | 2014-06-11 | 1 | -2/+2 |
| | | |||||
* | | Use internal mutability for EventTarget. | Ms2ger | 2014-06-11 | 1 | -6/+6 |
|/ | |||||
* | Support GlobalEventHandlers.onclick. | Ms2ger | 2014-06-08 | 1 | -0/+12 |
| | |||||
* | Implement querySelector for Document | Bruno de Oliveira Abinader | 2014-06-05 | 1 | -2/+6 |
| | |||||
* | Added ParentNode.querySelector skeleton | Bruno de Oliveira Abinader | 2014-06-05 | 1 | -0/+5 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 1 | -26/+26 |
| | |||||
* | Remove needless '&mut self' from DocumentMethods. | Tetsuharu OHZEKI | 2014-06-04 | 1 | -2/+2 |
| | |||||
* | Remove needless '&mut self' from WindowMethods. | Tetsuharu OHZEKI | 2014-06-04 | 1 | -2/+2 |
| |