Re: [dev-servo] CSC 517 OSS Project

2019-03-22 Thread Niveditha Shankar
Hello Just wanted to make sure that we are working with the correct part of the code, To convert the BluetoothAdapter from enum to trait, are we right in assuming that we will be working with the following, Line 93-106 in https://github.com/servo/devices/blob/master/src/bluetooth.rs. Could you br

Re: [dev-servo] println!("Hello from NCSU");

2019-03-22 Thread Josh Bowman-Matthews
On 3/22/19 5:58 PM, Balaji Janakarajan Hari wrote: Hi Josh 1. We are trying to implement the functionality and have a few q's. The setValueCurveAtTime talks about Automation event, which I assume th

Re: [dev-servo] println!("Hello from NCSU");

2019-03-22 Thread Balaji Janakarajan Hari
Hi Josh 1. We are trying to implement the functionality and have a few q's. The setValueCurveAtTime talks about Automation event, which I assume that the term *UserAutomationEvent *refers to in the is

Re: [dev-servo] Creating New DOM Interfaces for Nodes

2019-03-22 Thread Josh Bowman-Matthews
You are correct; for the initial steps that involve creating the new DOM node you will need to modify servo/servo. However, you will also need to modify servo/media in order to process the missing message. You are correct that using existing WebAudio node implementations as models for this work

[dev-servo] Creating New DOM Interfaces for Nodes

2019-03-22 Thread Chris Benfante
Hi all! My group is working on implementing ConstantSourceNode (#21803 ) and we have a few questions on getting started. It appears that our first step is creating the DOM Interface, but our written instructions mention forking from the servo/media repos

[dev-servo] Question on pluggable JavaScript engine & potential deployment to GraalVM

2019-03-22 Thread elias vasylenko
I see in the design notes here [1] that it is listed as a "long-term, low-priority goal" to support different JavaScript engines. But I also notice that it's been a long time since the document was updated, and I don't see any discussion elsewhere about it. Is this still on the radar? I don't kno