| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to string-cache 0.3 | Simon Sapin | 2016-11-03 | 1 | -19/+19 |
* | Make make_enumerated_getter prettier again. | Corey Farwell | 2016-10-12 | 1 | -1/+1 |
* | Emit TransitionEnd events in the layout thread and process it in the script t... | Keith Yeung | 2016-10-11 | 1 | -0/+1 |
* | adding macro to return string or url, | Jake Goldsborough | 2016-09-27 | 1 | -0/+20 |
* | Implement HTMLLIElement#value | vrod | 2016-07-28 | 1 | -0/+16 |
* | Use a stack guard and a macro for RootedVec instead of return_address. | Eduard Burtescu | 2016-07-04 | 1 | -0/+15 |
* | Stop re-exporting AttrValue. | Ms2ger | 2016-06-07 | 1 | -1/+1 |
* | Move DOMString back to script | Anthony Ramine | 2016-05-24 | 1 | -4/+5 |
* | dom: Add missing event handlers | Piotr Stankiewicz | 2016-05-20 | 1 | -0/+128 |
* | Add event handlers for media-related events. | Josh Matthews | 2016-05-03 | 1 | -0/+13 |
* | Upgrade to rust-url 1.0 and hyper 0.9 | Simon Sapin | 2016-04-23 | 1 | -1/+1 |
* | webgl: finish, flush, detachShader, generateMipmap, Uniform1i | Connor Brewster | 2016-04-02 | 1 | -0/+8 |
* | use return value of invoking event handlers to cancel the event | João Oliveira | 2016-02-26 | 1 | -2/+5 |
* | Add onresize handler to GlobalEventHandlers | Jeff Harrison | 2016-01-29 | 1 | -0/+1 |
* | Implement HTMLDetailsElement. Fixes #9216 | Lanza | 2016-01-20 | 1 | -0/+1 |
* | Remove parsed attribute 'background' field on HTMLBodyElement | Corey Farwell | 2016-01-02 | 1 | -0/+14 |
* | Implement the onreset event handler. | Josh Matthews | 2015-12-30 | 1 | -0/+1 |
* | Implement non-zero dimension attribute parsing | Corey Farwell | 2015-12-24 | 1 | -0/+13 |
* | Makes setting negative values to maxLength throw an IndexSize exception | Sam Gibson | 2015-12-03 | 1 | -0/+20 |
* | Resolves long-running merge conflicts | Sam Gibson | 2015-12-03 | 1 | -10/+7 |
* | Makes int_getter macro, and uses -1 as default maxlength instead of maxint | Sam Gibson | 2015-12-03 | 1 | -0/+19 |
* | Compute attribute name atoms at compile-time. | Eli Friedman | 2015-11-27 | 1 | -74/+29 |
* | Update string_cache to 0.2. | Alan Jeffrey | 2015-11-25 | 1 | -13/+13 |
* | Replaced DOMString constructor by conversion functions. | Alan Jeffrey | 2015-11-12 | 1 | -3/+2 |
* | Differentiate between error and non-error event handlers per the spec. | Josh Matthews | 2015-11-12 | 1 | -4/+7 |
* | Auto merge of #8434 - frewsxcv:dimension-attrvalue, r=eefriedman | bors-servo | 2015-11-10 | 1 | -0/+15 |
|\ |
|
| * | Remove HTMLTableElement::width struct field | Corey Farwell | 2015-11-09 | 1 | -1/+1 |
| * | Add Dimension member to AttrValue | Corey Farwell | 2015-11-09 | 1 | -0/+15 |
* | | Move storage of bgcolor for `<tr>` and `<tbody>`. | Eli Friedman | 2015-11-09 | 1 | -0/+1 |
|/ |
|
* | Move storage of bgcolor attribute on <body>. | Eli Friedman | 2015-11-08 | 1 | -0/+15 |
* | Make DOMString a newtype around String, rather than a typedef. | Ms2ger | 2015-11-04 | 1 | -2/+2 |
* | Get rid of a bunch of explicit derefs | David Zbarsky | 2015-11-03 | 1 | -1/+1 |
* | move Castable into dom::bindings::inheritance | rohan.prinja | 2015-10-30 | 1 | -13/+13 |
* | Introduce trait Castable | Anthony Ramine | 2015-10-21 | 1 | -24/+39 |
* | Consolidate magic number representing max unsigned long | Corey Farwell | 2015-10-10 | 1 | -2/+4 |
* | Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01) | Simon Sapin | 2015-09-02 | 1 | -0/+8 |
* | 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 | -11/+0 |
* | Remove helper traits | Anthony Ramine | 2015-08-27 | 1 | -1/+0 |
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -13/+13 |
* | Auto merge of #6451 - jgraham:onkey_attributes, r=Ms2ger | bors-servo | 2015-08-06 | 1 | -0/+3 |
|\ |
|
| * | fixup! Add onkey* global event handler attributes | James Graham | 2015-06-24 | 1 | -1/+1 |
| * | Add onkey* global event handler attributes | James Graham | 2015-06-23 | 1 | -0/+3 |
* | | Remove usage of the deprecated OwnedAsciiExt | Simon Sapin | 2015-07-30 | 1 | -2/+3 |
* | | Refactor #[jstraceable] to #[derive(JSTraceable)] | David Winslow | 2015-07-01 | 1 | -1/+1 |
|/ |
|
* | Upgrade to SM 39 | Michael Wu | 2015-06-19 | 1 | -25/+25 |
* | Implement HTMLAppletElement.name | Anthony Ramine | 2015-05-14 | 1 | -0/+14 |
* | Import string_cache::Atom into the attributes' macros | Anthony Ramine | 2015-05-14 | 1 | -12/+9 |
* | Auto merge of #5923 - nox:limited-unsigned-long, r=jdm | bors-servo | 2015-05-06 | 1 | -3/+42 |
|\ |
|
| * | Improve support of limited unsigned long attributes | Anthony Ramine | 2015-05-06 | 1 | -3/+42 |