1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 13:58:49 +00: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
2020-06-10 21:00:05 +08:00
2020-08-19 16:21:24 +08:00
2020-07-31 08:08:08 +08:00
2020-07-31 08:08:18 +08:00
2020-07-10 22:18:56 +08:00
2020-05-16 06:48:02 +08:00
2019-02-15 23:55:28 +08:00
2019-11-30 21:02:50 +08:00
2019-02-15 23:52:10 +08:00
2019-02-16 00:09:39 +08:00
2020-07-10 22:19:00 +08:00
2020-04-11 09:40:41 +08:00
2020-06-06 07:20:25 +08:00
2020-04-18 07:01:45 +08:00
2018-02-02 03:35:06 -05:00

Unified XUL Platform (UXP)

This repository holds the code for a unified application platform for XUL-based applications. It is a hard fork from the Mozilla code repository (mozilla-central) with an ESR-52 fork point.

In addition to further development based on the Mozilla upstream code, and selective cherry-picking of directly-applicable patches, this repository has its own development and holds the base for a maintained platform to be used by XUL applications.

For a list of active projects making use of the Unified XUL Platform, checkout http://thereisonlyxul.org/.

Additional documentation

Additional documentation relevant to this source code can be found in the /docs directory. This will contain relevant documentation regarding contributing, using and distributing this code and its binaries.

If you are interested in the development and building side of things, some information will be available on the Pale Moon developer site. You are also always welcome to get in touch with our community on the Pale Moon forum.

A note about trademarks and branding

Although this repository is licensed under Mozilla Public License v2.0, the trademarks and brands contained herein remain the property of their respective owners. For more details, please see the notifications in the respective directories.

Foundation and maintainership

This repository has been founded by Moonchild (M.C. Straver) and is maintained by him and other community members. If you fork this repository to perform your own work on it, please consider offering improvement patches upstream to its origin to mutually improve the platform and build a future for XUL.

S
Description
No description provided
Readme 664 MiB
Languages
C++ 40.2%
C 19.9%
JavaScript 19.5%
HTML 10.8%
Python 3.6%
Other 5.4%