Closed
Bug 922775
Opened 11 years ago
Closed 11 years ago
Main thread I/O in UserAgentUpdates.jsm
Categories
(Firefox OS Graveyard :: Gaia::Browser, defect)
Firefox OS Graveyard
Gaia::Browser
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Yoric, Unassigned)
References
Details
(Keywords: main-thread-io, perf)
Several uses of getFile, nsIFile.permissions, etc.
Comment 1•11 years ago
|
||
Not an application update bug
http://mxr.mozilla.org/mozilla-central/source/toolkit/mozapps/update/
This was added by bug 897221 and lives in
http://mxr.mozilla.org/mozilla-central/source/netwerk/protocol/http/UserAgentOverrides.jsm
Component: Application Update → Gaia::Browser
Product: Toolkit → Boot2Gecko
Comment 2•11 years ago
|
||
It's also doing file I/O from a content process, which we're trying to get rid of for sandboxing. In particular, when I try to run mochitests it calls mkdir() and gets the process killed, but we're trying to phase out direct file access in general.
Blocks: fix-ipc-sandbox
Comment 3•11 years ago
|
||
Is there still main thread I/O from this now that bug 927633 is fixed?
Flags: needinfo?(dteller)
Updated•11 years ago
|
No longer blocks: fix-ipc-sandbox
Reporter | ||
Comment 4•11 years ago
|
||
I believe that it's now ok.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(dteller)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•