| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implement 'control' attribute for <label> elements | Corey Farwell | 2015-10-25 | 1 | -0/+20 |
* | Clean up the cast calls | Anthony Ramine | 2015-10-21 | 1 | -19/+11 |
* | Introduce trait Castable | Anthony Ramine | 2015-10-21 | 1 | -29/+30 |
* | Remove explicit lifetimes which can be elided. | Adam Szopa | 2015-10-21 | 1 | -1/+1 |
* | Move Event States to |Element|. | Bobby Holley | 2015-10-16 | 1 | -7/+7 |
* | Explicitly customise flags of new nodes where needed | Anthony Ramine | 2015-10-15 | 1 | -6/+11 |
* | Generate all Derived implementations in codegen | Anthony Ramine | 2015-10-14 | 1 | -12/+1 |
* | Generate the TypeId enums in codegen | Anthony Ramine | 2015-10-14 | 1 | -78/+9 |
* | Link to the HTML multipage spec, not the single-page one. | Eli Friedman | 2015-10-13 | 1 | -1/+1 |
* | Refactor Error enum usage to consistently be qualified | Anthony Urena | 2015-10-06 | 1 | -3/+2 |
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -3/+3 |
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -5/+2 |
* | Move EventTargetTypeId/NodeTypeId to DOMClass | Michael Wu | 2015-09-12 | 1 | -1/+1 |
* | Auto merge of #7452 - nox:cleanup-attributes, r=nox | bors-servo | 2015-09-02 | 1 | -29/+15 |
|\ |
|
| * | Introduce VirtualMethods::attribute_mutated() | Anthony Ramine | 2015-09-02 | 1 | -29/+15 |
* | | Enforce linking to spec for method implementations via macros | Corey Farwell | 2015-08-31 | 1 | -0/+6 |
|/ |
|
* | Merge adjacent identical `impl` sections | Corey Farwell | 2015-08-28 | 1 | -3/+0 |
* | Make the traits for the IDL interfaces take &self | Anthony Ramine | 2015-08-27 | 1 | -13/+13 |
* | Remove AttributeHandlers | Anthony Ramine | 2015-08-27 | 1 | -1/+1 |
* | Remove helper traits | Anthony Ramine | 2015-08-27 | 1 | -22/+11 |
* | 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 | -4/+4 |
|\ |
|
| * | Remove doublepointer in VirtualMethods, and from_borrowed_ref | Manish Goregaokar | 2015-08-27 | 1 | -4/+4 |
* | | Auto merge of #7288 - mdibaiee:computedstyle-element, r=Ms2ger | bors-servo | 2015-08-22 | 1 | -2/+1 |
|\ \
| |/
|/| |
|
| * | Fix #7268 - getComputedStyle should take `Element`, not `HTMLElement` | Mahdi Dibaiee | 2015-08-22 | 1 | -2/+1 |
* | | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -2/+2 |
|/ |
|
* | Measure heap memory usage for more types. Fixes #6951 | Bogdan Cuza | 2015-08-13 | 1 | -0/+1 |
* | Start reporting memory usage for Window and all nodes in all DOM trees for fr... | Josh Matthews | 2015-08-03 | 1 | -1/+1 |
* | Implement offsetParent/Top/Left/Width/Height. | Glenn Watson | 2015-08-03 | 1 | -1/+58 |
* | Implement getComputedStyle | David Zbarsky | 2015-07-29 | 1 | -1/+1 |
* | Add spec links | Bogdan Cuza | 2015-07-28 | 1 | -0/+3 |
* | Remove some more unnecessary let bindings | David Zbarsky | 2015-07-14 | 1 | -4/+1 |
* | Refactor #[jstraceable] to #[derive(JSTraceable)] | David Winslow | 2015-07-01 | 1 | -2/+1 |
* | Upgrade to SM 39 | Michael Wu | 2015-06-19 | 1 | -33/+38 |
* | script: Make `PartialEq` on element type IDs generate a lot less code. | Patrick Walton | 2015-06-12 | 1 | -1/+24 |
* | Reduce max line length from 150 to 120 characters | Corey Farwell | 2015-05-24 | 1 | -2/+6 |
* | fixes #5603, adds support for tabindex | Peter | 2015-05-20 | 1 | -1/+61 |
* | Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. | Simon Sapin | 2015-05-05 | 1 | -1/+1 |
* | Implement Clone for Copy types. | Ms2ger | 2015-04-28 | 1 | -1/+1 |
* | Uniformise root() methods | Anthony Ramine | 2015-04-28 | 1 | -1/+1 |
* | Change MutNullableJS<T> to MutNullableHeap<JS<T>> | Anthony Ramine | 2015-04-27 | 1 | -3/+3 |
* | Remove as_slice() calls from script. | Ms2ger | 2015-04-26 | 1 | -1/+1 |
* | Replace the Str implementation for AttrValue by a Deref implementation. | Ms2ger | 2015-04-25 | 1 | -2/+2 |
* | Support focus management and keyboard events for iframes. | Glenn Watson | 2015-04-20 | 1 | -2/+3 |
* | Don't link to specific WHATWG multipage page | Corey Farwell | 2015-04-16 | 1 | -5/+5 |
* | Update some URLs. | Ms2ger | 2015-04-14 | 1 | -1/+1 |
* | Update WHATWG links to use HTTPS | Corey Farwell | 2015-04-13 | 1 | -1/+1 |
* | Auto merge of #5525 - dhodder:master, r=jdm | bors-servo | 2015-04-07 | 1 | -0/+1 |
|\ |
|
| * | Add basic HTMLDialogElement interface | Dave Hodder | 2015-04-04 | 1 | -0/+1 |
* | | Rename many name arguments to local_name | Anthony Ramine | 2015-04-06 | 1 | -5/+6 |