summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'master' of https://repo.palemoon.org/MoonchildProductions/UXPHEADmasterMoonchild2023-11-15
|\
| * Issue #1312 - Switch to X-Mailer, and pull from AppInfo instead of HTTP headers.Jeremy Andrews2023-11-14
* | Revert "No Issue - add mutex in EventSource"Moonchild2023-11-15
|/
* No issue - Stop supporting data: scheme in SVG <use> elements.Moonchild2023-11-13
* Merge pull request 'Use elfdump on SunOS instead of readelf.' (#2380) from at...Moonchild2023-11-13
|\
| * Issue #1824 - Use elfdump on SunOS instead of readelf.athenian2002023-11-11
* | Issue #2381 - Remove system-nspr/nss leftoversMoonchild2023-11-13
* | Issue #1053 - Remove Android block in security/moz.buildMoonchild2023-11-13
* | Merge pull request 'Replace MOZ_FALLTHROUGH with [[fallthrough]]' (#2379) fro...Moonchild2023-11-12
|\ \ | |/ |/|
| * Issue #2343 - Fix typoMoonchild2023-11-12
| * Issue #2343 - Replace missed occurrences in .mm filesMoonchild2023-11-12
| * Issue #2343 - replace MOZ_FALLTHROUGH with [[fallthrough]]Moonchild2023-11-11
|/
* Merge pull request 'Replace MOZ_MUST_USE with [[nodiscard]]' (#2375) from 234...Moonchild2023-11-11
|\
| * Issue #2342 - Fix attribute order in misc files (found by clang builds)Moonchild2023-11-10
| * Issue #2342 - Fix attribute order in nsIPipe.idlMoonchild2023-11-10
| * Issue #2342 - Don't use [[nodiscard]] in C mode in mozalloc.Moonchild2023-11-10
| * Issue #2342: Remove MOZ_MUST_USE macroMoonchild2023-11-08
| * Issue #2342: Use [[nodiscard]] in /mfbtMoonchild2023-11-08
| * Issue #2342: Use [[nodiscard]] in /xpcom and xpidl parserMoonchild2023-11-08
| * Issue #2342: Use [[nodiscard]] in /uriloader /widgetMoonchild2023-11-08
| * Issue #2342: Use [[nodiscard]] in /netwerkMoonchild2023-11-08
| * Issue #2342: Use [[nodiscard]] in /memory and remove Sun Studio hackMoonchild2023-11-08
| * Issue #2342: Use [[nodiscard]] in /mediaMoonchild2023-11-08
| * Issue #2342: Use [[nodiscard]] in /jsMoonchild2023-11-08
| * Issue #2342: Use [[nodiscard]] in IPDL generation and fix warningsMoonchild2023-11-08
| * Issue #2342: Use [[nodiscard]] in /ipcMoonchild2023-11-08
| * Issue #2342: Use [[nodiscard]] in /hal /image and /intlMoonchild2023-11-08
| * Issue #2342: Use [[nodiscard]] in /accessible and /capsMoonchild2023-11-08
| * Issue #2342: Use [[nodiscard]] in /gfx and /layoutMoonchild2023-11-08
| * Issue #2342: Use [[nodiscard]] in /domMoonchild2023-11-08
* | Merge pull request 'Fix Linux and Oracle Solaris builds after recent changes....Moonchild2023-11-09
|\ \
| * | Issue #2281 - Follow-up: Don't include headers in extern "C".Brian Smith2023-11-08
| * | Issue #2376 - Split NSPR sed into BSD and GNU.Brian Smith2023-11-08
* | | Merge pull request 'Remove --enable-stdcxx-compat option.' (#2374) from athen...Moonchild2023-11-09
|\ \ \
| * | | Issue #2373 - Remove all remaining traces of CHECK_STDCXX.Jeremy Andrews2023-11-05
| * | | Issue #2373 - Remove obsolete GLIBCXX version checks.Jeremy Andrews2023-11-05
| * | | Issue #2373 - Remove --enable-stdcxx-compat option.Jeremy Andrews2023-11-05
* | | | No Issue - add mutex in EventSourceMoonchild2023-11-09
| |/ / |/| |
* | | No Issue - Adjust configure to deal with FreeBSD regex breakage for \SMoonchild2023-11-08
| |/ |/|
* | Merge pull request 'Switch our tree to building with c++17' (#2372) from 2281...Moonchild2023-11-08
|\ \
| * | Issue #2281 - Exclude throw wrapping on modern libcpp.Moonchild2023-11-07
| * | Issue #2281 - Patch out google protobuf inheritance from std::iteratorMoonchild2023-11-05
| * | Issue #2281 - Remove the use of non-standard namespace std::tr1 inMoonchild2023-11-05
| * | Issue #2281 - Force clobberMoonchild2023-11-05
| * | Issue #2281 - Add some deduction guides for class template arguments.Moonchild2023-11-05
| * | Issue #2281 - Default to C++17 when building.Moonchild2023-11-05
| * | Issue #2281 - Avoid class-static constexpr in TypedArrayObjectMoonchild2023-11-05
| * | Issue #2281 - Build LZ4 as C instead of including it as C++.Moonchild2023-11-05
| * | Issue #2281 - The 'register' storage class is no longer a thing in c++17Moonchild2023-11-05
| * | Issue #2281 - Mark mozalloc new() as noexcept to aligh with what the VCMoonchild2023-11-05