Anthony Ramine
f87c2a8d76
Rename Root<T> to DomRoot<T>
...
In a later PR, DomRoot<T> will become a type alias of Root<Dom<T>>,
where Root<T> will be able to handle all the things that need to be
rooted that have a stable traceable address that doesn't move for the
whole lifetime of the root. Stay tuned.
2017-09-26 09:49:10 +02:00
Anthony Ramine
0e3c54c191
Rename dom::bindings::js to dom::bindings::root
2017-09-26 02:19:05 +02:00
Anthony Ramine
7875fea6cf
Use absolute paths in the event handlers macros
2017-09-01 11:54:09 +02:00
Anthony Ramine
31e9d81c0f
Make #[dom_struct] a proc_macro attribute
2017-02-24 01:50:51 +01:00
Gregory Katz
4d205f00b0
Adds an as_str()
method to WebIDL enums to hide slice of strings from callers. Uses the new method in two places.
2017-02-16 10:59:07 -05:00
Zakor Gyula
462a825bd1
previous invocation results
2017-02-14 15:01:27 +01:00
Zakor Gyula
3ec9f0bab9
Fix comments, and lesser modifications
2017-02-13 14:58:12 +01:00
Attila Dusnoki
5ca3ee9474
Permission API
2017-02-13 14:35:52 +01:00