Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Issue #23 - Hardcode platformVersion to 52.9 and introduce runtimeVersion ↵ | Matt A. Tobin | 2022-05-07 |
| | | | | with the real version. | ||
* | Bug 1761481 - Improve the conversion of line breaks. | Stephen A Pohl | 2022-05-05 |
| | |||
* | Issue #25 - Part 17: Remove XREChildData | Matt A. Tobin | 2022-04-21 |
| | |||
* | Issue #1 - Restore Gecko Media Plugins | Matt A. Tobin | 2022-04-20 |
| | |||
* | Revert "Issue %3015 - Part 2: Remove XREChildData." | Matt A. Tobin | 2022-04-20 |
| | | | | This reverts commit bca6f8a4592bb03a25b8228392e5e2b58a39cc82. | ||
* | Issue #10 - Move docshell to components/ | Matt A. Tobin | 2022-04-18 |
| | |||
* | Revert "No Issue - Hardcode XAI.platformVersion to 52.9.0 and add ↵ | Matt A. Tobin | 2022-04-10 |
| | | | | | | XAI.greVersion as the actual version" This reverts commit 0c2396808491278981bec84e8998b29ec19d297d. | ||
* | [XPCOM/SEC?] Clean up threads | Matt A. Tobin | 2022-04-09 |
| | |||
* | Revert "Issue %3057 - Part 7: Convert GetNativePath to a lossless version." | Matt A. Tobin | 2022-04-09 |
| | | | | This reverts commit d868805a1082c2682379452314244bc02b425a32. | ||
* | Revert "Issue %3057 - Part 8: Convert other Native cases to lossless versions." | Matt A. Tobin | 2022-04-09 |
| | | | | This reverts commit 756cfe85af63d4899182bc678af6d18d77a62351. | ||
* | Revert "Revert "Issue %3057 - Part 8: Convert other Native cases to lossless ↵ | Matt A. Tobin | 2022-04-09 |
| | | | | | | versions."" This reverts commit fd6c4911ce4c23801c03118573db8193558d49b0. | ||
* | Revert "Revert "Issue %3057 - Part 7: Convert GetNativePath to a lossless ↵ | Matt A. Tobin | 2022-04-09 |
| | | | | | | version."" This reverts commit 8eb559895d0cd5640c05903513c9c5f310fb5431. | ||
* | Revert "Issue %3057 - Part 9: Adjust all callsites for no longer using ↵ | Matt A. Tobin | 2022-04-09 |
| | | | | | | GetNativePath" This reverts commit 097fa969802f76530384926e8ef1f56777be3783. | ||
* | Add missing *nix headers post-deunify | Matt A. Tobin | 2022-04-01 |
| | |||
* | [xpcom] Timer cleanup, assertions and comments. | Moonchild | 2022-03-21 |
| | |||
* | Issue %2 - De-unify sources in xpcom (2 of 2) | Moonchild | 2022-03-21 |
| | |||
* | Issue %2 - De-unify sources in xpcom (1 of 2) | Moonchild | 2022-03-21 |
| | |||
* | Issue %15 - Part 1: remove a number of old GCC hacks. | Moonchild | 2022-03-21 |
| | |||
* | No issue - Research and resolve NIGHTLY_BUILD conditionals | Moonchild | 2022-03-21 |
| | |||
* | Issue %3063 - Implement queueMicroTask(callback()) | Moonchild | 2022-02-06 |
| | |||
* | Issue %3060 - Resolve remaining RELEASE_OR_BETA conditionals. | Moonchild | 2022-02-04 |
| | |||
* | Issue %3057 - Part 9: Adjust all callsites for no longer using GetNativePath | Moonchild | 2022-02-03 |
| | | | | Depending on context, various solutions were used. | ||
* | Revert "Issue %3057 - Part 7: Convert GetNativePath to a lossless version." | Moonchild | 2022-02-03 |
| | | | | This reverts commit 1510c3b1865125f65ff0087647323cc07b19631c. | ||
* | Revert "Issue %3057 - Part 8: Convert other Native cases to lossless versions." | Matt A. Tobin | 2022-02-02 |
| | | | | This reverts commit f8adfe77e6fa5cfc34f5fcaa2acbc859b3f96a23. | ||
* | Issue %3057 - Part 8: Convert other Native cases to lossless versions. | Moonchild | 2022-02-02 |
| | | | | See previous comment. | ||
* | Issue %3057 - Part 7: Convert GetNativePath to a lossless version. | Moonchild | 2022-02-02 |
| | | | | | Instead of mapping lossily to a "native" codepage we now convert to UTF-8 on Windows, which should be fully supported on all supported (NT6+) versions. | ||
* | No issue - Dataum enhanced. | Moonchild | 2022-01-21 |
| | |||
* | No Issue - Dataum is good. | Matt A. Tobin | 2022-01-14 |
| | |||
* | Issue %3051 - Neuter the user-facing controls for e10s | Moonchild | 2022-01-11 |
| | | | | | This should prevent people using a massive footgun that would blow off their entire legs. Requires appropriate FE changes. | ||
* | Issue %3015 - Part 2: Remove XREChildData. | Moonchild | 2022-01-02 |
| | | | | | | Since we no longer have to deal with passing arbitrary data structures to plugins when not dealing with GMP/EME/CDMs (for auth keys and what not), this is no longer needed. | ||
* | Issue %3015 - Part 1: Remove GMP support code. | Moonchild | 2022-01-02 |
| | |||
* | No Issue - Hardcode XAI.platformVersion to 52.9.0 and add XAI.greVersion as ↵ | Matt A. Tobin | 2022-01-01 |
| | | | | the actual version | ||
* | [XPCOM] Use swap in nsThread::SetObserver. | Moonchild | 2021-12-09 |
| | |||
* | [Network] Escape external protocol handler URLs | Moonchild | 2021-12-08 |
| | |||
* | [XPCOM] Simplify nsITimer API. | Moonchild | 2021-12-08 |
| | | | | | It's much simpler to hold a death grip on the timer than to have a fragile "release upon cancel" construct. | ||
* | Issue %3014 - Part 1: Remove conditional WebRTC code | Moonchild | 2021-11-26 |
| | |||
* | Issue %3005 - Centralize the Security Features and locate them to ↵ | Matt A. Tobin | 2021-11-23 |
| | | | | system/security | ||
* | Issue %3005 - Move docshell/ to system/ | Matt A. Tobin | 2021-11-22 |
| | |||
* | Issue %3005 - Move modules/libjar to components/jar | Matt A. Tobin | 2021-11-19 |
| | | | | - Also merges the sub component zipwriter | ||
* | Issue %3005 - Move chrome/ to components/registry | Matt A. Tobin | 2021-11-14 |
| | |||
* | Issue %3029 - Part 5: Remove remaining telemetry structs, callers and flags. | Moonchild | 2021-11-01 |
| | |||
* | Issue %3029 - Part 1: Remove Telemetry plumbing and fix build. | Moonchild | 2021-10-29 |
| | | | | | Note this won't give working applications. Requires FE changes and additional js module changes (next part). | ||
* | Issue %3028 - Part 2: Remove config and blatant (but not all) mentions of ↵ | Matt A. Tobin | 2021-10-26 |
| | | | | XULRunner | ||
* | Issue %3019 - Part 4: Remove URL classifier and internal blocklist errors. | Moonchild | 2021-10-22 |
| | | | | | This removes NS_ERROR_{TRACKING|MALWARE|PHISHING|UNWANTED|BLOCKED}_URI that are no longer in use. | ||
* | Issue %3020 - Part 8: Remove MOZ_LINKER | Moonchild | 2021-10-16 |
| | | | | | This also removes the XZ Embedded decompressor because it was only used with the custom liker. | ||
* | Issue %3020 - Part 7: Remove Android systrace, more build system removals. | Moonchild | 2021-10-16 |
| | | | | Also updates more comments. | ||
* | Issue %3020 - Part 6: Clean up docs and some code comments. | Moonchild | 2021-10-15 |
| | | | | Polish only, no code changes. | ||
* | No issue - Clean up some obsolete/archaic code paths. | Moonchild | 2021-09-30 |
| | |||
* | Issue mcp-graveyard/UXP%1751 - Nuke MOZ_WIDGET_COCOA | Moonchild | 2021-09-29 |
| | |||
* | Issue %3003 - Move libvpx to libs/ | Jeremy Andrews | 2021-09-26 |
| |