aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/testbinding.rs
Commit message (Expand)AuthorAgeFilesLines
* Union types now allow ByteStringMalisa Smith2016-07-211-0/+21
* Auto merge of #12541 - jdm:seqseq, r=noxbors-servo2016-07-211-1/+12
|\
| * Support sequences of sequences in generated bindings.Josh Matthews2016-07-211-1/+12
* | style: Add a new Timer structure to the shared style context, and basic infra...Emilio Cobos Álvarez2016-07-201-0/+4
|/
* Remove DataSlice, fix #12249Zhen Zhang2016-07-051-5/+5
* Refactor `util::prefs` operations to be methods on static struct.Corey Farwell2016-07-021-3/+3
* Add a manual test for panicking while JS stack frames exist.Josh Matthews2016-06-221-0/+2
* Add a test that forces a crash. This makes it easy to manually check the outp...Josh Matthews2016-06-201-0/+9
* Update Blob::{new, new_inherited} to take StringsAchal Shah2016-06-171-5/+5
* Add file backend support for Blob and relatedZhen Zhang2016-06-011-6/+6
* Auto merge of #11329 - c-rhodes:11320, r=jdmbors-servo2016-05-271-1/+1
|\
| * Report use statements that use {} with only one entryCullen Rhodes2016-05-271-1/+1
* | Implement [Func]Anthony Ramine2016-05-271-1/+15
|/
* Move DOMString back to scriptAnthony Ramine2016-05-241-2/+1
* codegen: add tests for non-nullable non-required valuesEmilio Cobos Álvarez2016-05-131-2/+6
* bindings: Add test for keywords in dictionariesEmilio Cobos Álvarez2016-05-121-1/+68
* Rewrite Blob constructor interfaceZhen Zhang2016-05-101-6/+6
* Implement hiding of interface members via Pref annotations.Josh Matthews2016-05-021-0/+8
* Issue #10348 Implement StringMozPreference, string preferences, WPT testsArnaud Marant2016-04-031-0/+3
* Allow setting preferences to false in WPT tests. closes #10161Awal Garg2016-03-261-0/+4
* Fixed compile error in generated code, when webidl constructors have same num...Peter2016-03-031-0/+10
* Fixing issue with uniontypes not created with primitive typeszakorgyula2016-02-181-3/+64
* Fix #9508: Beautify our union enums constructorsAlexander Lopatin2016-02-071-13/+13
* webidl: Add test for interface and sequence in the same unionEmilio Cobos Álvarez2016-01-151-0/+2
* webidl: Add test for interface sequencesEmilio Cobos Álvarez2016-01-151-0/+4
* webidl: Implement sequences in unionsEmilio Cobos Álvarez2016-01-151-0/+7
* codegen: Test WebIDL sequence argumentsEmilio Cobos Álvarez2016-01-121-0/+7
* Add global default method for Reflectable traitChad Kimes2016-01-111-6/+6
* Changed blob to use DataSlice with Arc in order to limit wasteful copying of ...David Raifaizen2016-01-061-4/+4
* Auto merge of #8147 - nox:weakref, r=Ms2gerbors-servo2015-11-131-0/+10
|\
| * Introduce trait WeakReferenceableAnthony Ramine2015-11-121-0/+10
* | Properly handle variadic arguments preceded by default valuesAnthony Ramine2015-11-121-0/+1
|/
* Support variadic interface arguments (fixes #8159)Anthony Ramine2015-11-111-3/+21
* Do not import union constructors in dom::testbindingAnthony Ramine2015-11-111-23/+26
* Remove TestBinding::globalAnthony Ramine2015-11-111-10/+5
* Use DOMString::new() somewhat consistently.Ms2ger2015-11-041-11/+11
* merge from masterrohan.prinja2015-11-031-0/+4
|\
| * Support unions that contain USVStrings.Ms2ger2015-10-301-0/+4
* | rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-1/+1
* | more refactoringrohan.prinja2015-10-301-1/+1
|/
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-3/+1
* Add infrastructure for supporting dashed CSS property names on CSSStyleDeclar...Josh Matthews2015-08-281-0/+4
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-291/+291
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* sort all usesJohann Tuffe2015-08-201-2/+2
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Add spec linksBogdan Cuza2015-07-281-0/+2
* Upgrade to SM 39Michael Wu2015-06-191-30/+31
* added TestBindingProxy.webidl and testbindingproxy.rs filesFrancesc Bautista2015-06-091-3/+2