1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 13:58:49 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
Moonchild 8658452304 No issue - Update SQLite lib to 3.42.0 2023-06-23 16:06:33 +08:00
Brian Smith 13fcc4a046 Issue #1829 - Revert "Issue #1751" 2022-05-04 09:40:24 +08:00
Moonchild ca53abd3fe [db] Update SQLite to 3.36.0 2021-08-19 09:45:04 +08:00
Moonchild ba00d14c12 Issue #1751 - Remove Mac code behind MOZ_WIDGET_TOOLKIT == 'cocoa' 2021-06-24 11:09:47 +08:00
Moonchild 0cd673d720 Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
Moonchild 10fa2b4e32 Issue #457 - Silence SQLite compiler warning
Our use of SQLite explicitly avoids using MSVC's _msize which the lib would
notrmally use. This was set up this way in BZ bug 719579 for legitimate reasons
(because _msize would end up using the system symbol, which would crash trying
to get the size information from jemalloc allocations). Since we build the
SQLite lib separately there is no easy way to avoid this warning as it's not
directly linked against mozglue.dll which has the jemalloc functions it wants
for _msize when not using the system allocator. It is implicitly assuming the
function is an extern returning an int (with the call specifically  casting to
int) which is correct (well, correct _enough_, anyway) so the warning can
safely be ignored for our specific use as it all lines up at link time.
2020-08-19 16:21:41 +08:00
Moonchild 5d3e2b23a1 [db] Update SQLite lib to 3.33.0 2020-08-19 16:21:39 +08:00
Matt A. Tobin 3210cc7d95 Issue #1053 - Remove android support from db 2020-02-27 07:31:37 +08:00
Matt A. Tobin 639a4913b3 Issue #1457 - Unfold sqlite3 from nss 2020-02-21 07:04:58 +08:00
wolfbeast 69d81fbe7d Issue #1254 - Update SQLite to 3.30.1 2019-11-09 06:45:53 +08:00
wolfbeast de0176b22a Update SQLite to 3.29.0 2019-08-02 13:48:44 +08:00
wolfbeast 471c65b924 Update SQLite to 3.27.2 2019-04-04 20:26:22 +08:00
wolfbeast 88fb8b341f Update SQLite lib to 3.26.0 2019-02-16 00:22:45 +08:00
wolfbeast 87fa26d31e Update SQLite lib to 3.21.0. 2019-02-15 23:39:51 +08:00
wolfbeast 8f05f7d7e9 Update SQLite to 3.19.3. 2019-02-15 23:28:49 +08:00
roytam1 dcd9973243 import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00