Closed
Bug 378520
Opened 16 years ago
Closed 15 years ago
super tips for running headless
Categories
(Testing :: General, defect)
Testing
General
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: ted, Unassigned)
Details
Attachments
(2 files)
I run Firefox on a headless X server as an automated process, so I have a lot of things disabled so it doesn't get hung up: user_pref("app.update.enabled", false); user_pref("capability.policy.default.Window.alert", "noAccess"); user_pref("capability.policy.default.Window.confirm", "noAccess"); user_pref("capability.policy.default.Window.open", "noAccess"); user_pref("capability.policy.default.Window.prompt", "noAccess"); user_pref("xpinstall.enabled", false); I also have a few JS components that do other fun stuff.
Reporter | ||
Comment 1•16 years ago
|
||
Reporter | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Component: Testing → General
Product: Core → Testing
QA Contact: testing → general
Resolution: --- → WORKSFORME
Version: Trunk → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•