Closed
Bug 1832921
Opened 2 years ago
Closed 2 years ago
Remove nsIOSFileConstantsService usage from security/sandbox/test/browser_content_sandbox_syscalls.js
Categories
(Toolkit :: IOUtils and PathUtils, task, P1)
Toolkit
IOUtils and PathUtils
Tracking
()
RESOLVED
FIXED
115 Branch
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: beth, Assigned: beth)
References
Details
Attachments
(1 file)
This file uses some portable errno constants (EACCESS, EINVAL), non-portable errno constants (ENOSYS differs from mac/bsd to linux), and some non-portable constants only used on linux (PR_CAPBSET_READ, AT_EACCESS).
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by brennie@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/48a7bf129e61
Remove nsIOSFileConstantsService usage browser_content_sandbox_syscalls.js r=Gijs,gerard-majax
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•