Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -2085/+0 |
| | |||||
* | make Node.type_id field private | Sean McArthur | 2014-09-05 | 1 | -1/+6 |
| | |||||
* | Added a fast no-message RPC interface to the layout task. | Clark Gaebel | 2014-09-04 | 1 | -5/+4 |
| | |||||
* | Make some of Node's members private. | Ms2ger | 2014-09-03 | 1 | -6/+6 |
| | |||||
* | Share code between HTMLScriptElement:Text and Node:GetTextContent | Gilles Leblanc | 2014-08-30 | 1 | -7/+13 |
| | | | | | | | Added a function in Node called collect_text_contents which is called from both places. Fixes #3157 | ||||
* | Nuke Node's TLayoutData | Bruno de Oliveira Abinader | 2014-08-26 | 1 | -6/+0 |
| | | | | LayoutData{Ref} structs replaced its usage for quite some time now. | ||||
* | Merge pull request #3099 from Ms2ger/attr-local_name-atom | Ms2ger | 2014-08-19 | 1 | -2/+2 |
|\ | | | | | Make Attr::local_name an Atom; r=abinader | ||||
| * | Make Attr::local_name an Atom. | Ms2ger | 2014-08-16 | 1 | -2/+2 |
| | | |||||
* | | Make more things private to the style crate. | Simon Sapin | 2014-08-16 | 1 | -24/+10 |
| | | |||||
* | | Fix case sensitivity of local name selectors. | Simon Sapin | 2014-08-16 | 1 | -4/+14 |
| | | |||||
* | | Use Result/Err(()) in Selector parsing. | Simon Sapin | 2014-08-16 | 1 | -4/+4 |
|/ | | | | | | | | … get rid of some custom `enum` types for parsing return values. `Option<Option<T>>` was ridiculous, but `Result<Option<T>, ()>` make perfect sense. Also, we can now take advantage of the `try!()` macro. | ||||
* | node.textContent and node.nodeValue should not throw | Manish Goregaokar | 2014-08-14 | 1 | -5/+4 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-08 | 1 | -25/+30 |
| | |||||
* | Fix getElementsByTagName[NS] support to match the spec. | James Graham | 2014-08-08 | 1 | -0/+5 |
| | |||||
* | Fix the NodeFlags methods that are called by layout. | Jack Moffitt | 2014-08-07 | 1 | -3/+7 |
| | | | | They should never borrow. | ||||
* | Using NodeFlags ctor to set InEnabledState when needed | Bruno de Oliveira Abinader | 2014-08-06 | 1 | -17/+11 |
| | |||||
* | Implement support for :enabled CSS selector | Bruno de Oliveira Abinader | 2014-08-05 | 1 | -3/+46 |
| | |||||
* | Implement support for :disabled CSS selector | Bruno de Oliveira Abinader | 2014-08-05 | 1 | -2/+69 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-02 | 1 | -7/+7 |
| | |||||
* | Call the generated rather than the hand-written traits (fixes #2936). | Ms2ger | 2014-07-27 | 1 | -37/+11 |
| | |||||
* | Update comments about Node::layout_data | Matt Brubeck | 2014-07-24 | 1 | -2/+2 |
| | |||||
* | Prefer direct member access than type_id() | Bruno de Oliveira Abinader | 2014-07-23 | 1 | -6/+6 |
| | |||||
* | Merge pull request #2844 from glennw/atom-element | glennw | 2014-07-18 | 1 | -1/+1 |
|\ | | | | | Convert element name to be stored as atom instead of string. | ||||
| * | Fix comments and variable names for atom wrapper. | Glenn Watson | 2014-07-17 | 1 | -1/+1 |
| | | |||||
| * | Convert element name to be stored as atom instead of string. | Glenn Watson | 2014-07-16 | 1 | -1/+1 |
| | | |||||
* | | Added 'parent is/was in tree' param to bind_to_tree/unbind_from_tree | Bruno de Oliveira Abinader | 2014-07-16 | 1 | -11/+10 |
|/ | | | | | | | According to a talk with Ms2ger, both bind_to_tree / unbind_from_tree should be called regardless if the tree is part of a Document. This information is now passed as a parameter to their respective virtual methods. | ||||
* | Introduce abstractions for global scopes. | Ms2ger | 2014-07-15 | 1 | -2/+3 |
| | | | | Part of #2811. | ||||
* | Return a Temporary from *Binding::Wrap. | Ms2ger | 2014-07-10 | 1 | -6/+3 |
| | | | | | | Returning a JS<T> is GC-unsafe. This commit also includes some cleanup around Node and Document reflection. | ||||
* | Revert "Implement Element.matches()." | Patrick Walton | 2014-07-09 | 1 | -23/+0 |
| | | | | This reverts commit b6edd5318f3fe5c751d1c011e87adbfe0cac4fcc. | ||||
* | Implement Element.matches(). | Tetsuharu OHZEKI | 2014-07-05 | 1 | -0/+23 |
| | |||||
* | Mark some unused fields. | Ms2ger | 2014-06-28 | 1 | -2/+2 |
| | |||||
* | Remove some into_owned calls. | Ms2ger | 2014-06-28 | 1 | -1/+1 |
| | |||||
* | Upgrade to latest Rust. | Manish Goregaokar | 2014-06-27 | 1 | -16/+10 |
| | |||||
* | Remove needless mutabilities from script crate. | Tetsuharu OHZEKI | 2014-06-22 | 1 | -2/+2 |
| | |||||
* | Use internal mutability for Attr::value. | Ms2ger | 2014-06-22 | 1 | -1/+1 |
| | |||||
* | Use Traceable for NodeFlags | Manish Goregaokar | 2014-06-16 | 1 | -3/+3 |
| | |||||
* | Make some locals immutable. | Ms2ger | 2014-06-13 | 1 | -1/+1 |
| | |||||
* | auto merge of #2649 : ebalint/servo/2580_JS_T_unrooted_replace, r=jdm | bors-servo | 2014-06-13 | 1 | -12/+11 |
|\ | | | | | | | | | 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 | -12/+11 |
| | | |||||
* | | Remove Reflectable::mut_reflector. | Ms2ger | 2014-06-13 | 1 | -4/+0 |
|/ | |||||
* | auto merge of #2616 : Ms2ger/servo/attrvalue, r=jdm | bors-servo | 2014-06-13 | 1 | -2/+2 |
|\ | | | | | | | Obsoletes #2073. | ||||
| * | Implement support for parsed attributes. | Ms2ger | 2014-06-13 | 1 | -1/+1 |
| | | | | | | | | This commit is heavily based on earlier work by Bruno Abinader in #2073. | ||||
| * | Make Attr::value private. | Ms2ger | 2014-06-08 | 1 | -2/+2 |
| | | |||||
* | | Fix the assertion failure with inserting node contains child which has id ↵ | Tetsuharu OHZEKI | 2014-06-13 | 1 | -4/+7 |
| | | | | | | | | | | | | into the document https://github.com/mozilla/servo/issues/2630 | ||||
* | | auto merge of #2640 : Ms2ger/servo/derefmut, r=jdm | bors-servo | 2014-06-11 | 1 | -6/+4 |
|\ \ | |||||
| * | | Pass immutable self to Node::{SetNodeValue, SetTextContent}. | Ms2ger | 2014-06-11 | 1 | -6/+4 |
| | | | |||||
* | | | auto merge of #2632 : brunoabinader/servo/document-queryselectorall, r=Ms2ger | bors-servo | 2014-06-11 | 1 | -1/+28 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | Spec: http://dom.spec.whatwg.org/#dom-parentnode-queryselectorall Closes #851. | ||||
| * | | Added Node's query_selector_all helper function | Bruno de Oliveira Abinader | 2014-06-10 | 1 | -1/+28 |
| | | | |||||
* | | | Use internal mutability for Document::{quirks_mode, encoding_name}. | Ms2ger | 2014-06-11 | 1 | -2/+2 |
| | | | |||||
* | | | Use internal mutability for CharacterData::data. | Ms2ger | 2014-06-11 | 1 | -10/+8 |
| | | |