Closed
Bug 454117
Opened 16 years ago
Closed 16 years ago
WinMobile / WinCE has no Access Control Levels (ACL)
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wolfe, Assigned: dougt)
References
Details
(Keywords: mobile)
Attachments
(1 file, 1 obsolete file)
2.30 KB,
patch
|
blassey
:
review+
|
Details | Diff | Splinter Review |
Need to remove access control level code from WinCE builds, since WinCE has no idea of Access Control Levels (Windows Desktop concept).
Attachment stubs out ACLAPI include and use within xpcom/io/nsLocalFileWin.cpp
Attachment #337365 -
Flags: review?(doug.turner)
Assignee | ||
Comment 1•16 years ago
|
||
Comment on attachment 337365 [details] [diff] [review]
Stubs out ACLAPI include and use for file access control level setting
why not just add this to the shunt?
add a file named aclapi.h,
stub out:
InitializeAcl
SetNamedSecurityInfoW
Updated•16 years ago
|
Assignee: nobody → wolfe
Target Milestone: --- → Fennec A2
Assignee | ||
Comment 2•16 years ago
|
||
brad, wolfe and i worked on this patch yesterday
Assignee: wolfe → doug.turner
Attachment #337365 -
Attachment is obsolete: true
Attachment #339970 -
Flags: review?(blassey)
Attachment #337365 -
Flags: review?(doug.turner)
Comment 3•16 years ago
|
||
Comment on attachment 339970 [details] [diff] [review]
patch v.1
+typedef enum _SE_OBJECT_TYPE {
+ SE_UNKNOWN_OBJECT_TYPE = 0,
+ SE_FILE_OBJECT,
nit, only one space before the '=' unless you're going to specify all the values
Attachment #339970 -
Flags: review?(blassey) → review+
Assignee | ||
Comment 4•16 years ago
|
||
checked in on Tue Sep 23 21:10:58 2008 -0700
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Component: General → Build Config
Product: Fennec → Core
QA Contact: general → build-config
Target Milestone: Fennec A2 → ---
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•