Anthony Ramine
|
e179cb02ff
|
Implement [Func]
|
2016-05-27 00:55:02 +02:00 |
|
Emilio Cobos Álvarez
|
093f5c01e4
|
codegen: add tests for non-nullable non-required values
|
2016-05-13 09:42:59 +02:00 |
|
Emilio Cobos Álvarez
|
f893a2eaac
|
bindings: Add test for keywords in dictionaries
|
2016-05-12 20:39:31 +02:00 |
|
Josh Matthews
|
cb5bad63dc
|
Implement hiding of interface members via Pref annotations.
|
2016-05-02 14:32:56 -04:00 |
|
Josh Matthews
|
91a78ed109
|
Disable nonstandard interfaces via prefs.
|
2016-05-02 14:32:52 -04:00 |
|
Arnaud Marant
|
95c077af46
|
Issue #10348 Implement StringMozPreference, string preferences, WPT tests
I'm not exactly sure of the wanted semantics with boolean values.
|
2016-04-03 21:28:17 +02:00 |
|
Josh Matthews
|
042883eac2
|
Enable dictionaries in WebIDL sequences. Fixes #10282.
|
2016-03-30 11:07:37 -04:00 |
|
Awal Garg
|
b1ff30f752
|
Allow setting preferences to false in WPT tests. closes #10161
|
2016-03-26 23:53:56 +05:30 |
|
Peter
|
3e78b54d46
|
Fixed compile error in generated code, when webidl constructors have same number of args
Edited test webidl to show issue, and fix
|
2016-03-03 20:21:48 +00:00 |
|
zakorgyula
|
6d6f23a69d
|
Fixing issue with uniontypes not created with primitive types
refer to #9531
|
2016-02-18 11:08:47 +01:00 |
|
Emilio Cobos Álvarez
|
8859c617a8
|
webidl: Add test for interface and sequence in the same union
|
2016-01-15 14:20:23 +01:00 |
|
Emilio Cobos Álvarez
|
a76efa5eca
|
webidl: Add test for interface sequences
Sequence interfaces return values worked before, but had no test.
Sequence interface arguments didn't work until the previous commit.
|
2016-01-15 14:20:22 +01:00 |
|
Emilio Cobos Álvarez
|
4ad1a8ddcc
|
webidl: Implement sequences in unions
Unblocks #9053
|
2016-01-15 13:42:08 +01:00 |
|
Emilio Cobos Álvarez
|
1509d87545
|
codegen: Test WebIDL sequence arguments
|
2016-01-12 18:25:47 +01:00 |
|
Guillaume Gomez
|
14a22953dd
|
Fix invalid returned value for dictionary types
|
2015-12-15 18:26:35 +01:00 |
|
bors-servo
|
e63b1e83d4
|
Auto merge of #8147 - nox:weakref, r=Ms2ger
Implement weak-referenceable JS-managed objects
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8147)
<!-- Reviewable:end -->
|
2015-11-13 06:22:40 +05:30 |
|
Anthony Ramine
|
d4ce25d07c
|
Properly handle variadic arguments preceded by default values
I broke that in #8197.
|
2015-11-12 21:10:45 +01:00 |
|
Anthony Ramine
|
72c67efe96
|
Introduce trait WeakReferenceable
This allows to take weak references of JS-managed DOM objects.
|
2015-11-12 12:51:50 +01:00 |
|
Anthony Ramine
|
acb13dc899
|
Support variadic interface arguments (fixes #8159)
We use a RootedVec value in codegen, of which we use the `r()` method to
pass `&[&T]` to the interface methods.
|
2015-11-11 14:52:21 +01:00 |
|
Ms2ger
|
7ccc5ad7da
|
Support unions that contain USVStrings.
|
2015-10-30 16:24:04 +01:00 |
|
Josh Matthews
|
40806977b5
|
Add infrastructure for supporting dashed CSS property names on CSSStyleDeclaration.
|
2015-08-28 13:15:16 -04:00 |
|
Anthony Ramine
|
44aabbe64d
|
Support required dictionary members (fixes #7216)
|
2015-08-16 14:16:32 +02:00 |
|
Anthony Ramine
|
ec2a6b24b1
|
Support default values for restricted float members (fixes #7217)
|
2015-08-15 14:45:26 +02:00 |
|
Michael Howell
|
91c61ae751
|
Tidy finds WebIDLs with no spec.
Closes #6689
|
2015-07-21 15:36:33 -07:00 |
|
Anthony Ramine
|
cc5eee48a6
|
Generate forwarded setters
|
2015-05-07 16:04:25 +02:00 |
|
Ms2ger
|
5570bc3798
|
Implement support for object in IDL.
|
2015-04-07 17:05:27 +02:00 |
|
Tetsuharu OHZEKI
|
2bf2c0020b
|
Add bindings support for unrestricted float/double values.
|
2015-03-25 10:45:30 +09:00 |
|
Ms2ger
|
bbbdb98897
|
Implement USVString.
|
2015-03-13 21:27:58 +01:00 |
|
Ms2ger
|
5a1e6b772c
|
Fix string default values.
|
2015-03-02 20:54:55 +01:00 |
|
Chris Manchester
|
c81f1cc541
|
Add support for BinaryName attribute to servo's codegen (fixes #4435) r=jdm
|
2015-02-27 18:28:01 -08:00 |
|
Edit Balint
|
3036c8d21d
|
Fixed codegen error regarding Uint8ClampedArray
|
2014-12-16 11:03:01 +01:00 |
|
Mukilan Thiyagarajan
|
05bd182538
|
Fix binding generation for Callback Functions and Callback Interfaces
|
2014-11-15 18:29:48 +05:30 |
|
Jack Moffitt
|
c6ab60dbfc
|
Cargoify servo
|
2014-09-08 20:21:42 -06:00 |
|