Michael Hoffmann
2d91fa11b5
Add binding for Object.getOwnPropertyDescriptors()
2018-09-16 23:02:46 +02:00
Michael Hoffmann
b005e96fd9
Add binding for Object.getOwnPropertyDescriptor()
2018-09-16 22:55:15 +02:00
Alex Crichton
866d9e2823
Merge pull request #836 from chinedufn/api-docs
...
Link to API docs from README
2018-09-16 13:50:30 -07:00
Anton Danilkin
61eb7df0c8
Update weedle
2018-09-16 23:39:00 +03:00
Anton Danilkin
df18c4b042
Update weedle: use special instead of specials
2018-09-16 21:19:20 +03:00
Chinedu Francis Nwafili
54e3d87693
Fix linls
2018-09-16 08:19:18 -04:00
Chinedu Francis Nwafili
e1c173f05e
Link to API docs from README
2018-09-16 08:12:48 -04:00
Sendil Kumar N
2d5d485e46
Merge pull request #833 from brisad/object-define-properties
...
Add binding for Object.defineProperties()
2018-09-15 22:57:41 +02:00
Michael Hoffmann
191e7dc1fb
Add binding for Object.defineProperties()
2018-09-15 22:30:27 +02:00
Ruben Schmidmeister
170ac21473
Add devicePixelRatio attribute
2018-09-15 12:42:23 +02:00
Alex Crichton
ae60bb4ba8
Translate LongLong types to f64
...
Any LongLong still present after flattening now gets translated to a `f64` type
so we can bind these types. While not a true integral value or truely 64-bits of
integer precision, it's all JS has anyway!
2018-09-14 18:54:29 -07:00
Alex Crichton
941397745d
Enable DOMTimeStamp as UnsignedLongLong
...
This is apparently how webidl defines it!
2018-09-14 18:44:38 -07:00
Nick Fitzgerald
8da2e4dca2
Merge pull request #830 from alexcrichton/fix-web-sys-dep
...
Fix dependencies sections for `web-sys` in guide
2018-09-14 14:27:15 -07:00
Alex Crichton
87176b15bc
Fix dependencies sections for web-sys
in guide
...
Closes #829
2018-09-14 14:05:04 -07:00
Alex Crichton
b66d1064d0
Merge pull request #827 from joshtriplett/clean-up-generated-code
...
Clean up indentation and blanks in the generated --no-modules JavaScript
2018-09-14 09:28:09 -07:00
Josh Triplett
96a70c41be
reset_indentation: Don't emit indentation on blank lines
...
This resulted in trailing whitespace in the generated file. In addition
to wasting space in a file that gets served over the wire, this also
gets highlighted as a problem when reviewing the generated file in an
editor that highlights trailing whitespace.
2018-09-13 22:13:07 -07:00
Josh Triplett
1c52fb1b2f
Remove leading and trailing blanks from the --no-modules output
...
The output using modules already uses string formatting that carefully
avoids emitting leading and trailing blanks; adjust the --no-modules
output to match.
2018-09-13 22:10:59 -07:00
Alex Crichton
05a0a5c6a1
Merge pull request #825 from fitzgen/paint-table-of-contents
...
guide: Add paint example to the table of contents
2018-09-13 18:21:03 -07:00
Nick Fitzgerald
59f551f504
Merge pull request #824 from chinedufn/travis
...
Change CI example to use a release binary
2018-09-13 17:01:07 -07:00
Nick Fitzgerald
fa5551d91f
guide: Add paint example to the table of contents
2018-09-13 16:36:57 -07:00
Chinedu Francis Nwafili
17db217fe9
Change CI example to use a releaase binary
2018-09-13 19:06:31 -04:00
Alex Crichton
dcb783741c
Merge pull request #823 from afdw/master
...
Add a section to the guide about the Paint example
2018-09-13 15:34:05 -07:00
Anton Danilkin
97fc9b64f8
Add a section to the guide about the Paint example
2018-09-14 00:46:53 +03:00
Alex Crichton
e1ea897d2f
Merge pull request #820 from afdw/master
...
Add paint example
2018-09-12 17:52:26 -07:00
Anton Danilkin
b9cc8e1270
Use Cell instead of RefCell
2018-09-13 03:38:22 +03:00
Nick Fitzgerald
2fc499d66d
Merge pull request #819 from fitzgen/webidl-interfaces-should-extend-object
...
webidl: All interfaces implicitly extend `Object`
2018-09-12 16:21:48 -07:00
Anton Danilkin
62b04e44c4
Add paint example
2018-09-13 02:10:36 +03:00
Nick Fitzgerald
c6ede65856
Merge pull request #818 from fitzgen/guide-wasm-bindgen-test
...
guide: Add documentation for testing with `wasm-bindgen-test`
2018-09-12 15:40:31 -07:00
Nick Fitzgerald
e2e815a477
guide: Add documentation for testing with wasm-bindgen-test
2018-09-12 15:40:09 -07:00
Nick Fitzgerald
93a510ef93
webidl: All interfaces implicitly extend Object
...
This information is embedded within the algorithm for constructing interfaces
and their prototypes in the section for ECMAScript glue in the WebIDL spec...
This really *should* make the `wasm_bindgen_backend::ast::ImportType::extends`
member from a `Vec<Ident>` into a `Vec<syn::Path>` so that we could use
`js_sys::Object` in the extends field, but that is a huge pain because then the
`ImportedTypes` trait needs to be changed, and all of its implementers, etc...
2018-09-12 15:25:09 -07:00
Sendil Kumar N
587a703b3e
Merge pull request #816 from alexcrichton/crufty-appveyor
...
Remove some crufty AppVeyor configuration
2018-09-12 23:42:33 +02:00
Nick Fitzgerald
3929e371dd
ci: remove hack for broken libLLVM.so in nightly
2018-09-12 14:09:00 -07:00
Nick Fitzgerald
4e86ecd2c5
Merge pull request #813 from fitzgen/duck-typed-interfaces
...
Duck typed interfaces
2018-09-12 11:20:26 -07:00
Alex Crichton
22b3c37112
Remove some crufty AppVeyor configuration
...
The `crt-static` feature should be long since stable as well as incremental
compilation.
2018-09-12 11:08:19 -07:00
Alex Crichton
fd75280ef5
Another attempt to fix CI
2018-09-12 10:39:26 -07:00
Alex Crichton
a59a10d6df
Fix tests on nightly
2018-09-12 10:20:03 -07:00
Alex Crichton
73e6191b60
Merge pull request #703 from lnicola/guide-publish-app
...
Guide: explain how to deploy the applicaton to a web server
2018-09-12 09:33:39 -07:00
Alex Crichton
e5af22ee4e
Merge pull request #814 from brisad/object-define-property
...
Add binding for Object.defineProperty()
2018-09-12 09:13:03 -07:00
Michael Hoffmann
fe6ad5447e
Add binding for Object.defineProperty()
2018-09-12 07:39:39 +02:00
Nick Fitzgerald
1872e84a8a
guide: Add section on working with duck-typed interfaces
2018-09-11 16:40:32 -07:00
Nick Fitzgerald
a311c29f1d
examples: Add an example of using duck-typed interfaces
2018-09-11 16:29:25 -07:00
Alex Crichton
9ca024a812
Merge pull request #792 from afdw/master
...
Add support for variadic arguments in WebIDL
2018-09-11 16:05:56 -07:00
Alex Crichton
89989b5973
Merge pull request #812 from fitzgen/guide-untyped-properties
...
guide: Add section on accessing properties of untyped values
2018-09-11 15:55:11 -07:00
Nick Fitzgerald
27a7008764
guide: Add section on accessing properties of untyped values
...
Part of #616
2018-09-11 15:26:51 -07:00
Anton Danilkin
096848199e
Introduce a constant
2018-09-11 23:10:03 +03:00
Alex Crichton
1d2d397f55
Merge pull request #808 from fitzgen/web-sys-in-the-guide
...
web-sys gets its own section in the guide
2018-09-11 10:08:06 -07:00
Nick Fitzgerald
3f92607be2
Merge pull request #810 from Tarnadas/doc/js-sys-function
...
doc: Add number suffix hint for JS function calls
2018-09-11 10:04:20 -07:00
Nick Fitzgerald
8124cffeba
Merge pull request #809 from Tarnadas/master
...
doc: Add nightly feature hint for closures
2018-09-11 10:02:53 -07:00
Laurentiu Nicola
89005f3469
Examples: use html-webpack-plugin
2018-09-11 08:42:22 +03:00
Mario Reder
84a477d78d
doc: Add number suffix hint for JS function calls
2018-09-11 07:25:08 +02:00