summaryrefslogtreecommitdiff
path: root/mozglue
Commit message (Collapse)AuthorAge
* Issue #2343 - replace MOZ_FALLTHROUGH with [[fallthrough]]Moonchild2023-11-11
| | | | Basically a S&R. Removed the macro and adjusts IDL codegen accordingly.
* Issue #2323 - Part 1: Add Min()/Max() methods to TimeDuration.Botond Ballo2023-10-01
| | | | | | | Just some helper functions to make time comparisons in the correct data format easier. See BZ 1321885
* No issue - block a few problematic DLLs.Moonchild2023-05-11
|
* Issue #1829 - Revert "Issue #1751 -- Remove XP_DARWIN"Brian Smith2022-04-26
| | | | This reverts commit 3d671e4275c73a1484c72713304c6e04ec4ffc7c.
* Issue #1829 - Revert “Issue #1751 -- Remove XP_MACOSX conditionals from ↵Brian Smith2022-04-26
| | | | | | | | | 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. This reverts commit 6f707bde95dab6998ac204f9ee6c925ee230c740.
* [win system] Update the list of delayed-loaded dllsMoonchild2022-04-08
| | | | | Primarily for those who custom-install and somehow mess up directory permissions exposing themselves to dll injection attacks.
* Issue #21 - Remove remaining telemetry structs, callers and flags.Moonchild2022-04-02
|
* Issue #1053 - Clean up docs and some code comments.Moonchild2022-04-01
| | | | Polish only, no code changes.
* No issue - Clean up some obsolete/archaic code paths.Moonchild2022-04-01
|
* Issue #1751 -- Remove XP_MACOSX conditionals from the rest of the tree.Moonchild2021-05-06
| | | | | This also removes some PP abuse and takes file entries out of PP when no longer needed without XP_MACOSX conditionals.
* Issue #1751 -- Remove XP_DARWINMoonchild2021-05-02
|
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23
|
* Issue #1656 - Part 4: Manual cleanupMoonchild2020-09-23
|
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-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 #1053 - Remove android support from mozglueMatt A. Tobin2020-02-22
| | | | Yes, I checked for unsaved files this time...
* No issue - Add 360 Safeguard to DLL blocklistMoonchild2019-09-17
| | | | | 360 Safeguard/360 Total Security (Qihoo) causes crashes in a11y components. This adds the offending dll to the injection blocklist. See BZ bug 1536227 for details.
* Add Comodo IS < 6.3 64-bit to the dll blocklistwolfbeast2019-01-02
|
* Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13
| | | | Tag #288.
* Remove MOZ_WIDGET_GONK [2/2]wolfbeast2018-05-13
| | | | Tag #288
* Remove MOZ_B2G leftovers and some dead B2G-only components.wolfbeast2018-05-12
|
* Remove support for system jemalloc.wolfbeast2018-04-26
|
* Bug 1416940; r=snorpwolfbeast2018-03-16
|
* Remove DLL blocklist checks for Windows XP.wolfbeast2018-02-19
|
* Use GetTickCount64 without a GetProcAddress check in Timestamp_windows.cpp.wolfbeast2018-02-19
| | | | Tag #22.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02