DOM Inspector: Difference between revisions

→‎Interfaces: add two attributes that are internally unused, but present nonetheless
m (→‎Interfaces: rename domiIDOMIFlasher to domiIFlasher)
(→‎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);
    
    
Confirmed users
82

edits