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

27 Commits

Author SHA1 Message Date
Moonchild cf9b468d9c No issue - Update SQLite to 3.46.0 2024-07-10 14:54:08 +08:00
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 a4b0f333ba Issue #1751 -- Remove XP_MACOSX conditionals from the rest of the tree.
This also removes some PP abuse and takes file entries out of PP when no longer
needed without XP_MACOSX conditionals.
2021-05-07 09:53:59 +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 dad2b31c83 Mork is not dependent on dbm and never was. 2020-03-05 09:38:20 +08:00
Matt A. Tobin 3210cc7d95 Issue #1053 - Remove android support from db 2020-02-27 07:31:37 +08:00
Matt A. Tobin 68d64c0c58 Remove redundant moz.build from db/ 2020-02-27 07:31:03 +08:00
Matt A. Tobin 639a4913b3 Issue #1457 - Unfold sqlite3 from nss 2020-02-21 07:04:58 +08:00
Matt A. Tobin ffb7fc2e90 Bug 1584473 - Follow-up: Remove leftover references to nsIMdbRowCellCursor::MakeCell() in comments.
Tag #1273
2019-11-17 00:12:30 +08:00
Matt A. Tobin e7cf7528e2 Bug 1584473 - Fix several issues
* Fix undefined HRESULT codes in class CMapiApi in MapiApi.cpp.
* Fix doubled up sub-expressions in MIME and MAPI.
* Remove broken/unused morkRowCellCursor::MakeCell()

Tag #1273
2019-11-17 00:12:25 +08:00
Matt A. Tobin ac612ee4b5 Bug 1568095 - Make morkAtom::GetYarn() static.
Tag #1273
2019-11-17 00:12:20 +08:00
Matt A. Tobin 8ccc206d44 Bug 1399756 - (More) Code clean-up: Style nits, typos and trailing spaces
Tag #1273
2019-11-17 00:10:19 +08:00
Matt A. Tobin eaac1c967d Bug 1487082 - Resolve potential for build bustage regarding bad implicit conversion constructors
* Part 1: make conversion CTORs explicit.
  Minor tweaks to conform with new(ish) static analysis rule which flags up implicit single-argument conversion constructors.
* Part 2: fix a couple of double-mRefCnt declaration errors.
* Part 3: Fix unsafe use of NS_ConvertASCIItoUTF16().

Tag #1273
2019-11-17 00:10:10 +08:00
Matt A. Tobin 18ffebc2a1 Issue #1258 - Part 3: Make mailnews and friends build 2019-11-17 00:09:10 +08:00
Matt A. Tobin e400f4130a Issue #1258 - Part 1: Import mailnews, ldap, and mork from comm-esr52.9.1 2019-11-17 00:08:36 +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