Add Device Destroy #821
Add Device Destroy #821
Conversation
ba6ede7
to
9c3ce26
2b6f23a
to
4416074
| @@ -148,7 +148,23 @@ fn main() -> Result<(), failure::Error> { | |||
| .unwrap(); | |||
| println!("Tab sent!"); | |||
| } | |||
| 2 => ::std::process::exit(0), | |||
| 2 => { | |||
| let devices = acct.lock().unwrap().get_devices().unwrap(); | |||
eoger
Apr 23, 2019
Contributor
If you want
If you want
9c3ce26
to
9d0bfce
|
@vladikoff what's the status of this one, do we intend to merge it into the send-tab branch and land from there? |
Either merge it into send-tab, or wait for send-tab to land, then land this. up to @eoger |
|
In general we should only use |
|
@thomcc thanks for the review notes, That code is in https://github.com/mozilla/application-services/pull/676/files , somehow we need to transfer the comments into there or something |
5eadc02
to
47cdfee
147a375
to
7f869c2
|
Sounds like the send-tab patch is pretty close to merging, @eoger should we go ahead and land this device-destroy code into your PR in preparation for mege? |
Just noting for completeness that these issues appear to have been addressed in the linked PR |
38ed596
to
57823e5
6e96ee6
to
f95195b
|
Sorry for some reason I thought it had been merged, let's merge it yeah, please add a changelog entry also! |
|
Thanks! |
| @@ -148,7 +148,23 @@ fn main() -> Result<(), failure::Error> { | |||
| .unwrap(); | |||
| println!("Tab sent!"); | |||
| } | |||
| 2 => ::std::process::exit(0), | |||
| 2 => { | |||
| let devices = acct.lock().unwrap().get_devices().unwrap(); | |||
eoger
Apr 23, 2019
Contributor
If you want
If you want
61a9264
into
master
Fixes #746
TODO