Matt McCoy
|
85df7f0d6f
|
Fixes #4164 Make Constructor and new functions take GlobalRef by value
|
2015-01-07 18:52:41 -05:00 |
|
Manish Goregaokar
|
7d65673561
|
Remove extra spaces
Command: `find . -maxdepth 1 -type f -print0 | xargs -0 sed -z -i "s/}\\n\\n\\n/}\\n\\n/"`
|
2014-12-27 02:53:35 +05:30 |
|
Manish Goregaokar
|
552db382d6
|
Remove manual impls of Reflectors (autogen)
Obtained via:
`find . -maxdepth 1 -type f -print0 | xargs -0 sed -z -i "s/\\nimpl Reflectable for[^{]*{[^}]*}[^}]*}\\n//"`
`find . -maxdepth 1 -type f -print0 |xargs -0 grep -lZ dom_struct | xargs -0 grep -LZ "reflector()\\|Reflector::new" |xargs -0 sed -z -i "s/use dom::bindings::utils::{Reflectable, Reflector, reflect_dom_object};/use dom::bindings::utils::reflect_dom_object;/"`
followed by semi-automated removal of leftover imports
|
2014-12-27 02:52:33 +05:30 |
|
Ms2ger
|
466faac2a5
|
Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.
|
2014-12-17 15:19:45 -05:00 |
|
Michael Booth
|
2cbf5a3671
|
Updated reflect_dom_object to be passed by value
|
2014-11-30 19:47:52 +00:00 |
|
Hinali Marfatia
|
b1d6041420
|
Implement a basic WebSocket interface.
|
2014-11-25 15:43:22 +01:00 |
|