Closed
Bug 951838
Opened 10 years ago
Closed 10 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•10 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•10 years ago
|
||
Well, we use this to give access to Sqlite in Workers through js-ctypes.
Yeah, that's scary :)
Assignee | ||
Comment 5•10 years ago
|
||
Try: https://tbpl.mozilla.org/?tree=Try&rev=47c7beecab12
Attachment #8350042 -
Attachment is obsolete: true
Attachment #8356609 -
Flags: review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 6•10 years ago
|
||
Same patch, minus typo.
Attachment #8356609 -
Attachment is obsolete: true
Attachment #8357107 -
Flags: review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 7•10 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/f7b38a8b987d
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 8•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/f7b38a8b987d
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → mozilla29
Updated•10 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•