1 = Moonlight Browser Plugin Todo =
4 * Not properly working properties
6 control.settings.windowless
8 * Reload page and free memory stuff
10 In NPP_Destroy in plugin-glue.cpp we dont free resources, its because on
11 page reload or browser back button the browser try so access the same old
12 data. We must check the "save" parameter and NPSavedData stuff to get a
13 better implementation, for now it works but with more memory consume than
16 * Works for other browsers
18 The plugin started working in Opera in r78918 and stopped working in r79006,
19 so any revision in between should do it.