aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/errorevent.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-4/+4
|
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-5/+3
| | | | This merges import blocks that were reported by tidy as unmerged.
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-6/+6
|
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
| | | | closes #7357
* sort all usesJohann Tuffe2015-08-201-3/+3
|
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+2
|
* Add spec linksBogdan Cuza2015-07-281-0/+5
|
* Remove some more unnecessary let bindingsDavid Zbarsky2015-07-141-9/+3
|
* Upgrade to SM 39Michael Wu2015-06-191-22/+25
|
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-1/+5
| | | | Part of https://github.com/servo/servo/issues/6041
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
| | | | | They now live in traits Rootable, OptionalOptionalRootable, OptionalRootable and ResultRootable.
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-8/+14
|
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
| | | | | | | | This used to conflict with the util crate from the standard library, which has long since been removed. The import in layout has not been changed because of a conflict with the util mod there.
* Move to to_owned rather than into_string.Ms2ger2015-01-201-4/+5
| | | | into_string has been removed from Rust.
* Fixes #4164 Make Constructor and new functions take GlobalRef by valueMatt McCoy2015-01-071-4/+4
|
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-7/+7
| | | | This changes those calls that were already sound.
* auto merge of #4173 : Manishearth/servo/a-more-dom-struct, r=kmcallisterbors-servo2014-12-271-7/+1
|\ | | | | | | | | | | Now `#[dom_struct]` also generates Reflectable impls, and there's another lint to ensure that a DOM struct only contains one bare DOM field (as the first field) or a Reflector. A lot of this was generated by sed -- each autogenerated change has its own commit for easy review; these will be squashed later.
| * Add inheritance-checking lintManish Goregaokar2014-12-271-7/+1
| |
* | script: to_string() -> into_string()Manish Goregaokar2014-12-271-3/+3
|/
* Create a replacement for Cell<SM primitive>. Fixes #4337.Josh Matthews2014-12-191-3/+3
|
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-6/+7
|
* Make ErrorEvent::new take cancelable and bubbling enumsthiagopnts2014-12-151-5/+9
|
* added ErrorEvent WebIDL and errorevent.rsRonak Nisher2014-12-041-0/+130