| Commit message (Expand) | Author | Age | Files | Lines |
* | layout: Implement `border-spacing` per CSS 2.1 § 17.6.1 and the legacy | Patrick Walton | 2015-03-12 | 1 | -0/+10 |
* | Use new `if let` syntax wherever possible. Fixes #4153. | Zack Slayton | 2015-03-10 | 1 | -12/+8 |
* | Move selector matching to an external library, for use outside Servo. | Simon Sapin | 2015-02-23 | 1 | -2/+2 |
* | Bug 4236: Moved anchorelement click event to activation behaviour | Shing Lyu | 2015-02-21 | 1 | -7/+16 |
* | Remove JS::unsafe_get. | Ms2ger | 2015-02-12 | 1 | -9/+9 |
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -3/+3 |
* | Make Document::url return the page's URL to avoid stale URLs after redirects. | Josh Matthews | 2015-02-04 | 1 | -2/+2 |
* | Initialize trusted-ness of DOM events properly | Gilles Leblanc | 2015-02-03 | 1 | -5/+5 |
* | LayoutJS<T> implements Layout*Helpers instead of JS<T>. | Tetsuharu OHZEKI | 2015-02-01 | 1 | -3/+3 |
* | Specific instances of activatable elements may not be activatable (fixes #4765 | Manish Goregaokar | 2015-01-31 | 1 | -1/+5 |
* | End the libstyle 'pub use' madness. | Simon Sapin | 2015-01-30 | 1 | -18/+21 |
* | Import the util crate as util rather than servo_util. | Ms2ger | 2015-01-29 | 1 | -2/+2 |
* | Don't shadow lifetimes in script. | Ms2ger | 2015-01-28 | 1 | -1/+1 |
* | self import | Manish Goregaokar | 2015-01-28 | 1 | -1/+1 |
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -30/+43 |
* | Stop calling deref() and deref_mut() explicitly. | Ms2ger | 2015-01-22 | 1 | -1/+1 |
* | Port to the new cssparser. | Simon Sapin | 2015-01-21 | 1 | -10/+4 |
* | Move to to_owned rather than into_string. | Ms2ger | 2015-01-20 | 1 | -6/+7 |
* | Disallow lines that span more than 160 columns. | Ms2ger | 2015-01-19 | 1 | -1/+3 |
* | Implement Element#closest | Jim Hoskins | 2015-01-17 | 1 | -0/+17 |
* | Check quirks mode in {Document,Element}::getElementsByClassName | Bruno de Oliveira Abinader | 2015-01-12 | 1 | -3/+14 |
* | Deny unsafe blocks in script. | Ms2ger | 2015-01-09 | 1 | -0/+2 |
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. | Ms2ger | 2015-01-08 | 1 | -5/+5 |
* | auto merge of #4542 : servo/servo/pre-rustup_20141221, r=saneyuki | bors-servo | 2015-01-04 | 1 | -3/+3 |
|\ |
|
| * | Disambiguate trait object reference syntax. | Ms2ger | 2015-01-04 | 1 | -3/+3 |
* | | auto merge of #4495 : MeghaGupta/servo/typeid, r=Ms2ger | bors-servo | 2015-01-04 | 1 | -72/+6 |
|\ \
| |/
|/| |
|
| * | Add HTMLElementTypeId enum (fixes #3625) | Megha Gupta | 2015-01-02 | 1 | -72/+6 |
* | | Fix obsolete format traits. | Ms2ger | 2015-01-02 | 1 | -2/+2 |
* | | Replace Root::deref() calls by Root::r() calls where possible. | Ms2ger | 2015-01-01 | 1 | -53/+54 |
|/ |
|
* | auto merge of #4173 : Manishearth/servo/a-more-dom-struct, r=kmcallister | bors-servo | 2014-12-27 | 1 | -7/+0 |
|\ |
|
| * | Remove extra spaces | Manish Goregaokar | 2014-12-27 | 1 | -1/+0 |
| * | Remove manual impls of Reflectors (autogen) | Manish Goregaokar | 2014-12-27 | 1 | -6/+0 |
* | | Remove some transmute calls. | Ms2ger | 2014-12-27 | 1 | -2/+2 |
* | | script: to_string() -> into_string() | Manish Goregaokar | 2014-12-27 | 1 | -6/+6 |
* | | Added Element::get_tokenlist_attribute | Bruno de Oliveira Abinader | 2014-12-26 | 1 | -0/+10 |
* | | Added AttrValue::from_atomic_tokens & Element::set_atomic_tokenlist_attribute | Bruno de Oliveira Abinader | 2014-12-26 | 1 | -0/+6 |
* | | AttrValue's s/from_tokenlist/from_serialized_tokenlist/ | Bruno de Oliveira Abinader | 2014-12-26 | 1 | -2/+2 |
|/ |
|
* | auto merge of #4467 : servo/servo/dataset, r=Ms2ger | bors-servo | 2014-12-25 | 1 | -16/+32 |
|\ |
|
| * | Implement Element::set_custom_attribute. | Bruno de Oliveira Abinader | 2014-12-23 | 1 | -1/+19 |
| * | Factor out the name handling in Element::{Get,Set,Remove}Attribute. | Bruno de Oliveira Abinader | 2014-12-23 | 1 | -15/+13 |
* | | Replace bool attribute in Element::update_inline_style with a descriptive enum | thiagopnts | 2014-12-24 | 1 | -4/+10 |
* | | Add GetPropertyPriority to CSSStyleDeclaration | Adam Sunderland | 2014-12-23 | 1 | -0/+11 |
|/ |
|
* | Revert PR #4038 for causing WPT failures. | Ms2ger | 2014-12-23 | 1 | -32/+16 |
* | Avoid duplicated code | Bruno de Oliveira Abinader | 2014-12-19 | 1 | -15/+13 |
* | Added Element::set_custom_attribute | Bruno de Oliveira Abinader | 2014-12-19 | 1 | -1/+19 |
* | auto merge of #4342 : jdm/servo/cssom, r=jdm,metajack | bors-servo | 2014-12-18 | 1 | -0/+73 |
|\ |
|
| * | Address review comments. | Josh Matthews | 2014-12-18 | 1 | -30/+25 |
| * | Implement RemoveProperty, SetProperty, and supported property indices. | Josh Matthews | 2014-12-18 | 1 | -9/+48 |
| * | Improve color serialization by retaining author-specified keywords. | Josh Matthews | 2014-12-18 | 1 | -1/+3 |
| * | Implement setting element style properties. Improve serialization to return i... | Josh Matthews | 2014-12-18 | 1 | -0/+37 |