Attributes

From fuelIWindow

 The currently-active tab within the browser window.
readonly attribute fuelIBrowserTab activeTab

Returns

From fuelIWindow

 Open a new browser tab, pointing to the specified URI.
 @param   aURI
          The uri to open the browser tab to
fuelIBrowserTab open(in nsIURI aURI)

Parameters

From fuelIBrowserTab

 Moves this browser tab before another browser tab within the window.
 @param   aBefore
          The tab before which the target tab will be moved
void moveBefore(in fuelIBrowserTab aBefore)