| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Get rid of a bunch of explicit derefs | David Zbarsky | 2015-11-03 | 1 | -49/+49 |
* | merge from master | rohan.prinja | 2015-11-03 | 1 | -14/+10 |
|\ |
|
| * | Removed JS::root Fixes #8251 | nxnfufunezn | 2015-10-31 | 1 | -12/+8 |
| * | Fix some rust-clippy violations | Corey Farwell | 2015-10-30 | 1 | -2/+2 |
* | | rearrange imports to be in alphabetical order | rohan.prinja | 2015-10-30 | 1 | -4/+3 |
* | | replace InheritTypes imports with inheritance imports | rohan.prinja | 2015-10-30 | 1 | -2/+2 |
* | | more refactoring | rohan.prinja | 2015-10-30 | 1 | -1/+2 |
* | | move Castable into dom::bindings::inheritance | rohan.prinja | 2015-10-30 | 1 | -1/+2 |
|/ |
|
* | remove get_rooted() and replace all references to it with references to get() | rohan.prinja | 2015-10-29 | 1 | -10/+10 |
* | Remove HAS_DIRTY_SIBLINGS. | Bobby Holley | 2015-10-21 | 1 | -32/+5 |
* | Clean up the cast calls | Anthony Ramine | 2015-10-21 | 1 | -60/+37 |
* | Introduce trait Castable | Anthony Ramine | 2015-10-21 | 1 | -93/+86 |
* | Removed unsafe from 'query_selector_iter' | Leo Lahti | 2015-10-20 | 1 | -5/+3 |
* | Auto merge of #8060 - nox:deref-js, r=Ms2ger | bors-servo | 2015-10-19 | 1 | -4/+4 |
|\ |
|
| * | Return a reference in Document::window() | Anthony Ramine | 2015-10-19 | 1 | -4/+4 |
* | | Auto merge of #7935 - bholley:eventstate_element, r=nox | bors-servo | 2015-10-19 | 1 | -158/+9 |
|\ \ |
|
| * | | Move what is now an |impl Element| block to element.rs. | Bobby Holley | 2015-10-16 | 1 | -50/+1 |
| * | | Move Event States to |Element|. | Bobby Holley | 2015-10-16 | 1 | -118/+18 |
| |/ |
|
* / | Implement HTMLTableRowElement insertCell and deleteCell | Corey Farwell | 2015-10-17 | 1 | -1/+66 |
|/ |
|
* | Fix remaining MutHeap methods not to expose JS<T>. | Eli Friedman | 2015-10-15 | 1 | -1/+1 |
* | Make get() and set() on MutNullableHeap use the correct types. | Eli Friedman | 2015-10-15 | 1 | -22/+22 |
* | Update script to work with lint changes | Manish Goregaokar | 2015-10-16 | 1 | -0/+2 |
* | Explicitly customise flags of new nodes where needed | Anthony Ramine | 2015-10-15 | 1 | -22/+12 |
* | Generate all Derived implementations in codegen | Anthony Ramine | 2015-10-14 | 1 | -10/+1 |
* | Generate the TypeId enums in codegen | Anthony Ramine | 2015-10-14 | 1 | -20/+11 |
* | Refactor away duplication of get_rooted functionality | Pierre Chevalier | 2015-10-08 | 1 | -10/+10 |
* | Refactor Error enum usage to consistently be qualified | Anthony Urena | 2015-10-06 | 1 | -35/+34 |
* | Split Au type into separate crate, with minimal dependencies. | Glenn Watson | 2015-10-01 | 1 | -1/+1 |
* | script: Stop copying the document URL. | Patrick Walton | 2015-09-24 | 1 | -1/+1 |
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -8/+7 |
* | Auto merge of #7611 - nox:cache-element-id, r=frewsxcv | bors-servo | 2015-09-20 | 1 | -17/+11 |
|\ |
|
| * | Fix Node::query_selector() and Node::query_selector_iter() | Anthony Ramine | 2015-09-13 | 1 | -8/+5 |
| * | Fix cloning of Element's attributes | Anthony Ramine | 2015-09-13 | 1 | -9/+6 |
* | | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -9/+8 |
|/ |
|
* | Introduce [Abstract] to mark non-leaf interfaces | Anthony Ramine | 2015-09-13 | 1 | -16/+2 |
* | Move EventTargetTypeId/NodeTypeId to DOMClass | Michael Wu | 2015-09-12 | 1 | -25/+48 |
* | Implement adopting steps | Anthony Ramine | 2015-09-08 | 1 | -14/+9 |
* | Implement FromIterator<Root<A>> for RootedVec<JS<A>> (fixes #5117) | Anthony Ramine | 2015-08-31 | 1 | -2/+1 |
* | Make the traits for the IDL interfaces take &self | Anthony Ramine | 2015-08-27 | 1 | -29/+29 |
* | Remove AttributeHandlers | Anthony Ramine | 2015-08-27 | 1 | -1/+1 |
* | Remove helper traits | Anthony Ramine | 2015-08-27 | 1 | -200/+82 |
* | make dom_struct derive HeapSizeOf, | João Oliveira | 2015-08-27 | 1 | -1/+0 |
* | Auto merge of #7397 - Manishearth:doublepointer-meet-fire, r=nox | bors-servo | 2015-08-26 | 1 | -2/+2 |
|\ |
|
| * | Remove doublepointer in VirtualMethods, and from_borrowed_ref | Manish Goregaokar | 2015-08-27 | 1 | -2/+2 |
* | | Auto merge of #7334 - servo:active, r=SimonSapin | bors-servo | 2015-08-24 | 1 | -0/+24 |
|\ \
| |/
|/| |
|
| * | Add spec link for the IN_ACTIVE_STATE flag. | Simon Sapin | 2015-08-24 | 1 | -1/+3 |
| * | script: Update `rust-selectors` to get `:active` support. | Patrick Walton | 2015-08-17 | 1 | -0/+22 |
* | | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -10/+10 |
* | | Cleanup NodeIterator, Range, ServoHTMLParser, TextEncoder, URLHelper, URL, Vi... | Manish Goregaokar | 2015-08-18 | 1 | -7/+2 |
* | | Cleanup node.rs | Manish Goregaokar | 2015-08-18 | 1 | -20/+14 |