Closed
Bug 914606
Opened 11 years ago
Closed 11 years ago
Implement fs.chmod
Categories
(Add-on SDK Graveyard :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jsantell, Assigned: jsantell)
References
Details
Attachments
(1 file)
Needed for child-processes, sending in an initial patch (not tested x-platform yet)
Implementing chmod and chmodSync
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Attachment #802280 -
Flags: review?(rFobic)
Comment 2•11 years ago
|
||
Comment on attachment 802280 [details]
GH PR 1240
r+ although I'd recommend porting tests from node to make sure it's fully compatible and we don't miss anything.
Attachment #802280 -
Flags: review?(rFobic) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Our tests currently are more robust than node's fs.chmod it seems:
https://github.com/joyent/node/blob/master/test/simple/test-fs-chmod.js
Also added ability to pass in strings as node does however
Comment 4•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/d021b33146ee0d7ca51c7ec131a520017659b545
Bug 914606 Implement fs.chmod, fs.chmodSync
https://github.com/mozilla/addon-sdk/commit/0423a10003f5cefe29d2ec8c177f1ae05d85eace
Merge pull request #1240 from jsantell/fs-chown
Bug 914606 Implement fs.chmod, fs.chmodSync, r=@gozala
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•