| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Simplify the implementation of make_url_or_base_getter. | Ms2ger | 2015-05-01 | 1 | -6/+5 |
|/ |
|
* | Remove as_slice() calls from script. | Ms2ger | 2015-04-26 | 1 | -3/+3 |
* | Update some URLs. | Ms2ger | 2015-04-14 | 1 | -2/+2 |
* | Implement the onsubmit event handler (fixes #5396). | Florian Eula | 2015-04-01 | 1 | -0/+1 |
* | make no_jsmanaged_fields not require imports | Manish Goregaokar | 2015-03-26 | 1 | -4/+4 |
* | Move everything unrelated to the frame tree out of Page and into Document or ... | Josh Matthews | 2015-03-03 | 1 | -0/+1 |
* | Lowercase DOM getters at compile time, fixes #4728 | Arpad Borsos | 2015-02-03 | 1 | -7/+7 |
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -31/+31 |
* | Move to to_owned rather than into_string. | Ms2ger | 2015-01-20 | 1 | -1/+2 |
* | Replace Root::deref() calls by Root::r() calls where possible. | Ms2ger | 2015-01-01 | 1 | -1/+1 |
* | script: to_string() -> into_string() | Manish Goregaokar | 2014-12-27 | 1 | -1/+1 |