| browser.toml | 
           | 
          512 | 
        
        
          | browser_filter_top_browsing_context.js | 
          Any copyright is dedicated to the Public Domain.
 http://creativecommons.org/publicdomain/zero/1.0/  | 
          2310 | 
        
        
          | browser_only_content_process.js | 
          Any copyright is dedicated to the Public Domain.
 http://creativecommons.org/publicdomain/zero/1.0/  | 
          1304 | 
        
        
          | browser_two_tabs.js | 
          Any copyright is dedicated to the Public Domain.
 http://creativecommons.org/publicdomain/zero/1.0/  | 
          2026 | 
        
        
          | browser_two_tabs_with_params.js | 
          Any copyright is dedicated to the Public Domain.
 http://creativecommons.org/publicdomain/zero/1.0/  | 
          1458 | 
        
        
          | browser_two_windows.js | 
          Any copyright is dedicated to the Public Domain.
 http://creativecommons.org/publicdomain/zero/1.0/  | 
          1489 | 
        
        
          | browser_with_frames.js | 
          Any copyright is dedicated to the Public Domain.
 http://creativecommons.org/publicdomain/zero/1.0/  | 
          1179 | 
        
        
          | doc_messagehandler_broadcasting_xul.xhtml | 
           | 
          167 | 
        
        
          | head.js | 
          Broadcast the provided method to WindowGlobal contexts on a MessageHandler
 network.
 Returns a promise which will resolve the result of the command broadcast.
 @param {string} module
     The name of the module implementing the command to broadcast.
 @param {string} command
     The name of the command to broadcast.
 @param {object} params
     The parameters for the command.
 @param {ContextDescriptor} contextDescriptor
     The context descriptor to use for this broadcast
 @param {RootMessageHandler} rootMessageHandler
     The root of the MessageHandler network.
 @returns {Promise.<Array>}
     Promise which resolves an array where each item is the result of the
     command handled by an individual context.
  | 
          1489 |