Confirmed users
82
edits
Sevenspade (talk | contribs) m (→Interfaces: rename domiIDOMIFlasher to domiIFlasher) |
Sevenspade (talk | contribs) (→Interfaces: add two attributes that are internally unused, but present nonetheless) |
||
Line 59: | Line 59: | ||
readonly attribute domiIViewerRegistry registry; | readonly attribute domiIViewerRegistry registry; | ||
readonly attribute boolean initialized; | |||
readonly attribute nsIStringBundle stringBundle; | readonly attribute nsIStringBundle stringBundle; | ||
readonly attribute domiIFlasher flasher; | readonly attribute domiIFlasher flasher; | ||
Line 67: | Line 68: | ||
void onViewerRegistryLoadError(); | void onViewerRegistryLoadError(); | ||
readonly attribute long panelCount; | |||
domiIPanel getPanel(in unsigned long aIndex); | domiIPanel getPanel(in unsigned long aIndex); | ||