summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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 '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
| * Issue #2281 - Replace std::iterator inheritance with iterator traitsMoonchild2023-11-05
* | Merge pull request 'Clean up GMP decryptor code' (#2368) from GMPdecryptor-cl...Moonchild2023-11-07
|\ \
| * | Issue #2346 - Remove now-unused DecryptorIdMoonchild2023-11-03
| * | Issue #2346 - Back-factor GetDecryptingGMPVideoDecoder to GetGMPVideoDecoderMoonchild2023-11-03
| * | Issue #2346 - Cut out GMPDecryptor codeMoonchild2023-11-03
| |/
* | Merge pull request 'No Issue - Structured Clone Spec Compliance and Bugfix' (...Moonchild2023-11-05
|\ \
| * | No Issue - StructuredClone serialize and deserialize should treat back refere...Basilisk-Dev2023-10-30
| * | No issue - Structured clone algorithm doesn't serialize Array Length contrary...Basilisk-Dev2023-10-30
* | | Merge pull request 'Various SunOS Fixes, rebased on current master.' (#2370) ...Moonchild2023-11-04
|\ \ \ | |_|/ |/| |
| * | Issue #1824 - Support SunOS Linker mapfiles.athenian2002023-11-04
| * | Issue #1824 - Move to GCC 10.athenian2002023-11-04
|/ /
* | Merge pull request 'Improve boxshadow rendering' (#2367) from boxshadow-work ...Moonchild2023-11-02
|\ \
| * | Issue #2364 - Limit the growth of scaling for animated nsDisplayTransformMoonchild2023-11-01
| * | [gfx] Add Min() and Max() convenience functions for 2d point types.Moonchild2023-11-01
| * | [gfx] Fix a bug in SizeTyped templatingMoonchild2023-11-01
| * | Issue #2364 - Only use HWA AlphaBoxBlur when targets are large enough.Moonchild2023-11-01
| * | Issue #2364 - Optimize the software-based box blur implementation.Moonchild2023-11-01
| * | Issue #2364 - use DrawTarget::DrawSurfaceWithShadow to render boxMoonchild2023-11-01
| * | Issue #2364 - Re-factor AlphaBoxBlurMoonchild2023-11-01
* | | [devtools] Make ECMA v6 the default for devtools pretty-printing.Moonchild2023-11-01
|/ /
* | Merge pull request 'Update ffvpx to version 6.0' (#2363) from trav90/UXP-cont...Moonchild2023-11-01
|\ \ | |/ |/|
| * Issue #2317 - Part 9 - "send" before "receive"-ing when decoding audio using ...trav902023-10-27
| * Issue #2317 - Part 8 - Update compiler flags used for ffvpxtrav902023-10-27
| * Issue #2317 - Part 7 - Don't use -ffreestanding flag when building with clangtrav902023-10-27
| * Issue #2317 - Part 6 - Remove old workaround for clang-cltrav902023-10-27
| * Issue #2317 - Part 5 - Build ffvpx against the FFmpeg 6.0 headerstrav902023-10-27
| * Issue #2317 - Part 4 - Regenerate config* files for ffvpxtrav902023-10-27