Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Issue #2343 - replace MOZ_FALLTHROUGH with [[fallthrough]] | Moonchild | 2023-11-11 |
| | | | | Basically a S&R. Removed the macro and adjusts IDL codegen accordingly. | ||
* | Issue #1656 - Remove more vim control lines. | Moonchild | 2023-05-05 |
| | | | | | | | Vim control lines were re-introduced or not entirely cleaned up. This nukes them again. Removing from modules, netwerk, security, storage, testing, toolkit, and a few scattered misc files. More to come. | ||
* | Issue #80 - reinstated unified building for some large chunks of our code. | Moonchild | 2022-09-04 |
| | | | | This should reduce compile complexity saving time and reducing linker stress. | ||
* | Issue #21 - Remove remaining telemetry structs, callers and flags. | Moonchild | 2022-04-02 |
| | |||
* | Issue #21 - Remove Telemetry plumbing and fix build. | Moonchild | 2022-04-02 |
| | | | | | Note this won't give working applications. Requires FE changes and additional js module changes (next part). | ||
* | Issue #1656 - Part 6: Clean up the build files | Moonchild | 2020-09-23 |
| | |||
* | Issue #1656 - Part 3: Nuke more vim config lines in the tree. | Moonchild | 2020-09-23 |
| | | | | Another S&R run with some smarter matching. | ||
* | Issue #1656 - Part 1: Nuke most vim config lines in the tree. | Moonchild | 2020-09-23 |
| | | | | | | Since these are just interpreted comments, there's 0 impact on actual code. This removes all lines that match /* vim: set(.*)tw=80: */ with S&R -- there are a few others scattered around which will be removed manually in a second part. | ||
* | Issue #80 - De-unify netwerk/cache | Moonchild | 2020-05-17 |
| | |||
* | Issue #1053 - Remove android support from netwerk | Matt A. Tobin | 2020-02-22 |
| | |||
* | Remove telemetry from cache v1 service locking (part2). | wolfbeast | 2018-10-01 |
| | | | | | | | - Fold Lock(TelemetryID) into Lock(); - Fold nsCacheServiceAutoLock(TelemetryID) into nsCacheServiceAutoLock(); Tag #21. | ||
* | Remove telemetry from cache v1 service locking (part1). | wolfbeast | 2018-10-01 |
| | | | | Tag #21. | ||
* | Remove all C++ telemetry autotimers | wolfbeast | 2018-09-04 |
| | |||
* | Remove all C++ Telemetry Accumulation calls. | wolfbeast | 2018-09-03 |
| | | | | | This creates a number of stubs and leaves some surrounding code that may be irrelevant (eg. recorded time stamps, status variables). Stub resolution/removal should be a follow-up to this. | ||
* | Remove the const to fix the -Wignored-qualifiers warning with GCC 8 | trav90 | 2018-08-10 |
| | |||
* | Fix cache v1 compression crash in nsCompressOutputStreamWrapper::Close() | wolfbeast | 2018-07-03 |
| | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 |