Go to the source code of this file.
Functions | |
Cm | QueryInterface (Ci.nsIComponentRegistrar).registerFactory(Components.ID(kPromptServiceUUID) |
Variables | |
const | Cr = Components.results |
const | Cm = Components.manager |
var | didFail = false |
const | kPromptServiceUUID = "{6cc9c9fe-bc0b-432b-a410-253ef8bcc699}" |
const | kPromptServiceContractID = "@mozilla.org/embedcomp/prompt-service;1" |
const | kPromptServiceFactory |
let | fakePromptServiceFactory |
let | promptService |
Cm Prompt | Service |
const | kCompleteState |
const | kDummyPage = "http://example.org/browser/browser/base/content/test/dummy_page.html" |
const | kURIs |
Cm QueryInterface | ( | Ci. | nsIComponentRegistrar | ) |
const Cm = Components.manager |
Definition at line 4 of file browser_bug356571.js.
const Cr = Components.results |
Definition at line 3 of file browser_bug356571.js.
var didFail = false |
Definition at line 7 of file browser_bug356571.js.
Cm Prompt fakePromptServiceFactory |
Definition at line 17 of file browser_bug356571.js.
const kCompleteState |
Definition at line 36 of file browser_bug356571.js.
const kDummyPage = "http://example.org/browser/browser/base/content/test/dummy_page.html" |
Definition at line 39 of file browser_bug356571.js.
Definition at line 11 of file browser_bug356571.js.
const kPromptServiceFactory |
Definition at line 14 of file browser_bug356571.js.
const kPromptServiceUUID = "{6cc9c9fe-bc0b-432b-a410-253ef8bcc699}" |
Definition at line 10 of file browser_bug356571.js.
const kURIs |
Definition at line 40 of file browser_bug356571.js.
let promptService |
Definition at line 25 of file browser_bug356571.js.
Cm Prompt Service |
Definition at line 33 of file browser_bug356571.js.