Closed
Bug 951838
Opened 11 years ago
Closed 11 years ago
We need a OS.Constants.Path.libsqlite3
Categories
(Toolkit :: Async Tooling, defect)
Toolkit
Async Tooling
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: Yoric, Assigned: Yoric)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file, 3 obsolete files)
3.06 KB,
patch
|
Yoric
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
Assignee: nobody → dteller
Attachment #8349643 -
Attachment is obsolete: true
Attachment #8350042 -
Flags: review?(khuey)
Comment on attachment 8350042 [details] [diff] [review]
OS.Constants.Path.libsqlite3, v2
Review of attachment 8350042 [details] [diff] [review]:
-----------------------------------------------------------------
I'm afraid of what you're going to use this for, but ok.
::: dom/system/OSFileConstants.cpp
@@ +815,3 @@
> #if defined(XP_MACOSX)
> // Under MacOS X, for some reason, libxul is called simply "XUL"
> + nsAutoString libxul(NS_LITERAL_STRING("XUL"));
Fix all this indentation now that you removed the scoping.
Attachment #8350042 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Well, we use this to give access to Sqlite in Workers through js-ctypes.
Yeah, that's scary :)
Assignee | ||
Comment 5•11 years ago
|
||
Attachment #8350042 -
Attachment is obsolete: true
Attachment #8356609 -
Flags: review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 6•11 years ago
|
||
Same patch, minus typo.
Attachment #8356609 -
Attachment is obsolete: true
Attachment #8357107 -
Flags: review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 7•11 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 8•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → mozilla29
Updated•11 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•