Closed
Bug 1543676
Opened 6 years ago
Closed 6 years ago
Avoid dependency on Preferences.jsm before first paint
Categories
(Remote Protocol :: Agent, defect, P1)
Remote Protocol
Agent
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ato, Assigned: ato)
References
Details
Attachments
(1 file)
It is illegal for any code to depend on Preferences.jsm before first
paint. This enforced by
browser/base/content/test/performance/browser_startup.js, so we
must change remote/RemoteAgent.jsm to use an alternate mechanism
for getting at the preferences it needs.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
It is illegal for any code to depend on
Preferences.jsm before first paint. This enforced by
browser/base/content/test/performance/browser_startup.js, so we
must change remote/RemoteAgent.jsm to use an alternate mechanism
for getting at the preferences it needs.
Pushed by atolfsen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/45358a231fb3
remote: avoid Preferences.jsm before first paint; r=yulia
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•