summaryrefslogtreecommitdiff
path: root/xpcom
Commit message (Collapse)AuthorAge
* Issue #23 - Hardcode platformVersion to 52.9 and introduce runtimeVersion ↵Matt A. Tobin2022-05-07
| | | | with the real version.
* Bug 1761481 - Improve the conversion of line breaks.Stephen A Pohl2022-05-05
|
* Issue #25 - Part 17: Remove XREChildDataMatt A. Tobin2022-04-21
|
* Issue #1 - Restore Gecko Media PluginsMatt A. Tobin2022-04-20
|
* Revert "Issue %3015 - Part 2: Remove XREChildData."Matt A. Tobin2022-04-20
| | | | This reverts commit bca6f8a4592bb03a25b8228392e5e2b58a39cc82.
* Issue #10 - Move docshell to components/Matt A. Tobin2022-04-18
|
* Revert "No Issue - Hardcode XAI.platformVersion to 52.9.0 and add ↵Matt A. Tobin2022-04-10
| | | | | | XAI.greVersion as the actual version" This reverts commit 0c2396808491278981bec84e8998b29ec19d297d.
* [XPCOM/SEC?] Clean up threadsMatt A. Tobin2022-04-09
|
* Revert "Issue %3057 - Part 7: Convert GetNativePath to a lossless version."Matt A. Tobin2022-04-09
| | | | This reverts commit d868805a1082c2682379452314244bc02b425a32.
* Revert "Issue %3057 - Part 8: Convert other Native cases to lossless versions."Matt A. Tobin2022-04-09
| | | | This reverts commit 756cfe85af63d4899182bc678af6d18d77a62351.
* Revert "Revert "Issue %3057 - Part 8: Convert other Native cases to lossless ↵Matt A. Tobin2022-04-09
| | | | | | versions."" This reverts commit fd6c4911ce4c23801c03118573db8193558d49b0.
* Revert "Revert "Issue %3057 - Part 7: Convert GetNativePath to a lossless ↵Matt A. Tobin2022-04-09
| | | | | | version."" This reverts commit 8eb559895d0cd5640c05903513c9c5f310fb5431.
* Revert "Issue %3057 - Part 9: Adjust all callsites for no longer using ↵Matt A. Tobin2022-04-09
| | | | | | GetNativePath" This reverts commit 097fa969802f76530384926e8ef1f56777be3783.
* Add missing *nix headers post-deunifyMatt A. Tobin2022-04-01
|
* [xpcom] Timer cleanup, assertions and comments.Moonchild2022-03-21
|
* Issue %2 - De-unify sources in xpcom (2 of 2)Moonchild2022-03-21
|
* Issue %2 - De-unify sources in xpcom (1 of 2)Moonchild2022-03-21
|
* Issue %15 - Part 1: remove a number of old GCC hacks.Moonchild2022-03-21
|
* No issue - Research and resolve NIGHTLY_BUILD conditionalsMoonchild2022-03-21
|
* Issue %3063 - Implement queueMicroTask(callback())Moonchild2022-02-06
|
* Issue %3060 - Resolve remaining RELEASE_OR_BETA conditionals.Moonchild2022-02-04
|
* Issue %3057 - Part 9: Adjust all callsites for no longer using GetNativePathMoonchild2022-02-03
| | | | Depending on context, various solutions were used.
* Revert "Issue %3057 - Part 7: Convert GetNativePath to a lossless version."Moonchild2022-02-03
| | | | This reverts commit 1510c3b1865125f65ff0087647323cc07b19631c.
* Revert "Issue %3057 - Part 8: Convert other Native cases to lossless versions."Matt A. Tobin2022-02-02
| | | | This reverts commit f8adfe77e6fa5cfc34f5fcaa2acbc859b3f96a23.
* Issue %3057 - Part 8: Convert other Native cases to lossless versions.Moonchild2022-02-02
| | | | See previous comment.
* Issue %3057 - Part 7: Convert GetNativePath to a lossless version.Moonchild2022-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.Moonchild2022-01-21
|
* No Issue - Dataum is good.Matt A. Tobin2022-01-14
|
* Issue %3051 - Neuter the user-facing controls for e10sMoonchild2022-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.Moonchild2022-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.Moonchild2022-01-02
|
* No Issue - Hardcode XAI.platformVersion to 52.9.0 and add XAI.greVersion as ↵Matt A. Tobin2022-01-01
| | | | the actual version
* [XPCOM] Use swap in nsThread::SetObserver.Moonchild2021-12-09
|
* [Network] Escape external protocol handler URLsMoonchild2021-12-08
|
* [XPCOM] Simplify nsITimer API.Moonchild2021-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 codeMoonchild2021-11-26
|
* Issue %3005 - Centralize the Security Features and locate them to ↵Matt A. Tobin2021-11-23
| | | | system/security
* Issue %3005 - Move docshell/ to system/Matt A. Tobin2021-11-22
|
* Issue %3005 - Move modules/libjar to components/jarMatt A. Tobin2021-11-19
| | | | - Also merges the sub component zipwriter
* Issue %3005 - Move chrome/ to components/registryMatt A. Tobin2021-11-14
|
* Issue %3029 - Part 5: Remove remaining telemetry structs, callers and flags.Moonchild2021-11-01
|
* Issue %3029 - Part 1: Remove Telemetry plumbing and fix build.Moonchild2021-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. Tobin2021-10-26
| | | | XULRunner
* Issue %3019 - Part 4: Remove URL classifier and internal blocklist errors.Moonchild2021-10-22
| | | | | This removes NS_ERROR_{TRACKING|MALWARE|PHISHING|UNWANTED|BLOCKED}_URI that are no longer in use.
* Issue %3020 - Part 8: Remove MOZ_LINKERMoonchild2021-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.Moonchild2021-10-16
| | | | Also updates more comments.
* Issue %3020 - Part 6: Clean up docs and some code comments.Moonchild2021-10-15
| | | | Polish only, no code changes.
* No issue - Clean up some obsolete/archaic code paths.Moonchild2021-09-30
|
* Issue mcp-graveyard/UXP%1751 - Nuke MOZ_WIDGET_COCOAMoonchild2021-09-29
|
* Issue %3003 - Move libvpx to libs/Jeremy Andrews2021-09-26
|