Closed
Bug 1174704
Opened 7 years ago
Closed 7 years ago
Implement GetUserDataDirectoryHome for iOS
Categories
(Toolkit :: Startup and Profile System, defect)
Tracking
()
RESOLVED
FIXED
mozilla42
Tracking | Status | |
---|---|---|
firefox42 | --- | fixed |
People
(Reporter: ted, Assigned: ted)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
You can't get a profile without this directory. Unfortunately on iOS you need to use an ObjC API to get the paths you need, so I had to add a separate ObjC source file.
Assignee | ||
Comment 1•7 years ago
|
||
bug 1174704 - Implement GetUserDataDirectoryHome for iOS. r?froydnj
Attachment #8622517 -
Flags: review?(nfroyd)
![]() |
||
Comment 2•7 years ago
|
||
Comment on attachment 8622517 [details] MozReview Request: bug 1174704 - Implement GetUserDataDirectoryHome for iOS. r?froydnj https://reviewboard.mozilla.org/r/11381/#review9753 I'm going to trust that the Mac/iOS-specific parts of this all work. ::: toolkit/xre/nsXREDirProvider.cpp:1250 (Diff revision 1) > + fprintf(stderr, "GetUIKitDirectory: %s\n", userDir.get()); Presumably you want to remove this?
Attachment #8622517 -
Flags: review?(nfroyd) → review+
Assignee | ||
Comment 3•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/783903e5da3b
Comment 4•7 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/783903e5da3b
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
You need to log in
before you can comment on or make changes to this bug.
Description
•