| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass around event types as Atoms instead of Strings | Corey Farwell | 2015-12-10 | 1 | -1/+1 |
* | Move ScriptMsg from msg crate into script_traits | Tomas Cernaj | 2015-12-09 | 1 | -1/+1 |
* | Split fn script_chan into 5 different task channel fn | Keith Yeung | 2015-12-06 | 1 | -1/+1 |
* | Auto merge of #8786 - eefriedman:localname-atom, r=jdm | bors-servo | 2015-12-03 | 1 | -2/+2 |
|\ |
|
| * | Remove unnecessary conversion to/from DOMString for localName. | Eli Friedman | 2015-12-02 | 1 | -2/+2 |
* | | Makes int_getter macro, and uses -1 as default maxlength instead of maxint | Sam Gibson | 2015-12-03 | 1 | -2/+0 |
* | | Adds support for input element's maxlength attr | Sam Gibson | 2015-12-03 | 1 | -1/+3 |
|/ |
|
* | Compute attribute name atoms at compile-time. | Eli Friedman | 2015-11-27 | 1 | -6/+6 |
* | Update string_cache to 0.2. | Alan Jeffrey | 2015-11-25 | 1 | -3/+3 |
* | Split ConstellationMsg into ScriptMsg and CompositorMsg | Keith Yeung | 2015-11-16 | 1 | -1/+2 |
* | Replaced DOMString constructor by conversion functions. | Alan Jeffrey | 2015-11-12 | 1 | -4/+3 |
* | Added call to event.PreventDefault on html text inputs and textareas. | Sylvester Willis | 2015-11-07 | 1 | -0/+2 |
* | Make DOMString a newtype around String, rather than a typedef. | Ms2ger | 2015-11-04 | 1 | -3/+3 |
* | Use DOMString::new() somewhat consistently. | Ms2ger | 2015-11-04 | 1 | -1/+1 |
* | Get rid of a bunch of explicit derefs | David Zbarsky | 2015-11-03 | 1 | -1/+1 |
* | merge from master | rohan.prinja | 2015-11-03 | 1 | -10/+17 |
|\ |
|
| * | Auto merge of #8193 - dzbarsky:event_type, r=nox | bors-servo | 2015-11-02 | 1 | -2/+2 |
| |\ |
|
| | * | Use an Atom for Event.type | David Zbarsky | 2015-11-01 | 1 | -2/+2 |
| * | | Implement 'labels' attribute on 'labelable elements' | Corey Farwell | 2015-11-01 | 1 | -0/+6 |
| |/ |
|
| * | Move EventState to rust-selectors. | Bobby Holley | 2015-10-30 | 1 | -1/+2 |
| * | Fix some rust-clippy violations | Corey Farwell | 2015-10-30 | 1 | -7/+7 |
* | | rearrange imports to be in alphabetical order | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
* | | move Castable into dom::bindings::inheritance | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
|/ |
|
* | display input caret for textarea. fixes #7758 | Florian Merz | 2015-10-21 | 1 | -0/+8 |
* | Clean up the cast calls | Anthony Ramine | 2015-10-21 | 1 | -18/+10 |
* | Introduce trait Castable | Anthony Ramine | 2015-10-21 | 1 | -16/+16 |
* | Remove explicit lifetimes which can be elided. | Adam Szopa | 2015-10-21 | 1 | -1/+1 |
* | Auto merge of #8060 - nox:deref-js, r=Ms2ger | bors-servo | 2015-10-19 | 1 | -1/+1 |
|\ |
|
| * | Return a reference in Document::window() | Anthony Ramine | 2015-10-19 | 1 | -1/+1 |
* | | Move Event States to |Element|. | Bobby Holley | 2015-10-16 | 1 | -14/+15 |
|/ |
|
* | Explicitly customise flags of new nodes where needed | Anthony Ramine | 2015-10-15 | 1 | -5/+6 |
* | Generate all Derived implementations in codegen | Anthony Ramine | 2015-10-14 | 1 | -13/+2 |
* | Generate the TypeId enums in codegen | Anthony Ramine | 2015-10-14 | 1 | -7/+9 |
* | Explicitly place '/' before fragment for multipage spec links | Corey Farwell | 2015-10-10 | 1 | -3/+3 |
* | Replace usage of old-style WHATWG spec links | Corey Farwell | 2015-10-10 | 1 | -2/+2 |
* | Refactor FormControl trait | Philipp Hartwig | 2015-09-30 | 1 | -6/+2 |
* | Add form getters for additional elements; update test expectations | Philipp Hartwig | 2015-09-27 | 1 | -1/+6 |
* | 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/+3 |
* | script: Ask layout to redraw the selection whenever the user moves the | Patrick Walton | 2015-09-17 | 1 | -0/+3 |
* | renaming tokens(), atom() and uint() and rewriting to return or panic | Prabhjyot Singh Sodhi | 2015-09-02 | 1 | -2/+2 |
* | Auto merge of #7452 - nox:cleanup-attributes, r=nox | bors-servo | 2015-09-02 | 1 | -41/+25 |
|\ |
|
| * | Introduce VirtualMethods::attribute_mutated() | Anthony Ramine | 2015-09-02 | 1 | -41/+25 |
* | | Enforce linking to spec for method implementations via macros | Corey Farwell | 2015-08-31 | 1 | -0/+4 |
|/ |
|
* | Time distribution across script event categories. | benshu | 2015-08-28 | 1 | -1/+2 |
* | Make the traits for the IDL interfaces take &self | Anthony Ramine | 2015-08-27 | 1 | -6/+6 |
* | Remove AttributeHandlers | Anthony Ramine | 2015-08-27 | 1 | -2/+1 |
* | Remove helper traits | Anthony Ramine | 2015-08-27 | 1 | -20/+10 |
* | make dom_struct derive HeapSizeOf, | João Oliveira | 2015-08-27 | 1 | -1/+0 |
* | Remove doublepointer in VirtualMethods, and from_borrowed_ref | Manish Goregaokar | 2015-08-27 | 1 | -10/+10 |