Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [DOM:Media] Revert Bug 1212323 Parts 2 and 3 where ↵ | Matt A. Tobin | 2022-05-17 |
| | | | | | | | | supportsHardwareH264Decoding() uses a promise if MP4 Hardware Acceleration to about:support This concern was largely Mac-specific but I did leave Part 1 intact because the Mozilla Bug makes a good point that some systems may always software render a 64x64 video (specifically apple but other implementations could adopt this nonsense as well). Personally I want accelerated video.. damn it! The real question is.. Why was the promise never resolving in the first place? Is it fall out from killing DOM Promise? It used jsval but who the hell knows or even cares.. It works and can once again be queried without jumping through god damned hoops. | ||
* | Issue #23 - Hardcode platformVersion to 52.9 and introduce runtimeVersion ↵ | Matt A. Tobin | 2022-05-07 |
| | | | | with the real version. | ||
* | [Sabotage] [Modules:libmar] Fix preprocessor conditional logic in cryptox.h | Matt A. Tobin | 2022-04-24 |
| | |||
* | [Homerchu] Send ForgetAboutSite.jsm elsewhere | Matt A. Tobin | 2022-04-23 |
| | |||
* | Issue #25 - Follow-up: Remove call to gecko-media-plugin-service from ↵ | Matt A. Tobin | 2022-04-23 |
| | | | | ForgetAboutSite.jsm | ||
* | Issue #1 - Restore Gecko Media Plugins | Matt A. Tobin | 2022-04-20 |
| | |||
* | Issue #10 - be1f005cff Follow up: Fix unsorted list in modules/moz.build | Matt A. Tobin | 2022-04-18 |
| | |||
* | Issue #10 - Move Weave CommonUtils to its own JSM | 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. | ||
* | Issue %2 - De-unify some misc. locations | Moonchild | 2022-03-21 |
| | | | | Layout/base leftovers, libmar and tools/profiler. | ||
* | Issue %6 - Remove Mac code from mar verify | Moonchild | 2022-03-21 |
| | |||
* | No issue - Add missing commas in AppConstants.jsm | Moonchild | 2022-02-12 |
| | |||
* | Issue %3060 - Resolve remaining RELEASE_OR_BETA conditionals. | Moonchild | 2022-02-04 |
| | |||
* | Merge branch 'master' of https://repo.palemoon.org/MoonchildProductions/GRE | Moonchild | 2022-01-20 |
|\ | |||
| * | No Issue - Always build libmar and deps so that update packaging always ↵ | Matt A. Tobin | 2022-01-20 |
| | | | | | | | | works regardless of if the updater is built or not | ||
* | | Issue %3053 - Part 4: add xz-embedded decompression support to the updater. | Moonchild | 2022-01-20 |
|/ | | | | | Changes to the libmar host utilities (mar) are backwards compatible with the previous versions of mar. | ||
* | No Issue - Remove deprecation warning from AppConstants but leave a comment ↵ | Matt A. Tobin | 2022-01-12 |
| | | | | at the top. | ||
* | Merge pull request 'Remove-GMP' (%3048) from Remove-GMP into master | Moonchild | 2022-01-10 |
|\ | | | | | | | | | | | Reviewed-on: https://repo.palemoon.org/MoonchildProductions/GRE/pulls/3048 Resolves %3015 | ||
| * | Issue %3015 - Part 1: Remove GMP support code. | Moonchild | 2022-01-02 |
| | | |||
* | | No Issue - Improve AppConstants.jsm's deprecation message | Matt A. Tobin | 2022-01-09 |
|/ | |||
* | No Issue - Hardcode XAI.platformVersion to 52.9.0 and add XAI.greVersion as ↵ | Matt A. Tobin | 2022-01-01 |
| | | | | the actual version | ||
* | Issue %3003 - Move zlib to libs/ | Matt A. Tobin | 2021-12-31 |
| | |||
* | No Issue - Restore AppConstants to a state more akin to base esr52 and ↵ | Matt A. Tobin | 2021-12-30 |
| | | | | | | | provide hardcoded values for things we no longer have. * This will allow any third party code that is using this abomination to get what it expects. * This also throws a deprecation warning except for Interlink where it is still heavily used for the moment. | ||
* | Issue %3029 - Follow-up: Restore Telemetry defines hard set to false for ↵ | Matt A. Tobin | 2021-12-29 |
| | | | | potential compatibility reasons. | ||
* | Issue %3029 - Follow-up: Remove telemetry appConstants leftovers. | Moonchild | 2021-12-28 |
| | |||
* | Issue %3029 - Remove calls to Services.telemetry and nsITelemetry | Moonchild | 2021-12-05 |
| | | | | These calls would cause breakage without the supporting plumbing. | ||
* | No Issue - Remove some unused build vars | Matt A. Tobin | 2021-11-29 |
| | | | | Set them to false in AppConstants.jsm for possible bc | ||
* | Issue %3014 - Part 1: Remove conditional WebRTC code | Moonchild | 2021-11-26 |
| | |||
* | Issue %3032 - Part 2: Modify the public function calls for getAddonByID, ↵ | Matt A. Tobin | 2021-11-24 |
| | | | | getAddonsByIDs, getAddonsByTypes, getAllAddons to return as a pseudo-static method when no callback is specified | ||
* | Issue %3032 - Part 1: Move async.js to modules/Async.jsm | Matt A. Tobin | 2021-11-24 |
| | | | | - Also updates callers | ||
* | Issue %3005 - Move mork and ldap to components and modules respectively | Matt A. Tobin | 2021-11-23 |
| | |||
* | Issue %3005 - Move toolkit/modules to modules/ | Matt A. Tobin | 2021-11-19 |
| | | | | - Also builds libmar from modules/ | ||
* | Issue %3005 - Move modules/libpref to components/preferences | Matt A. Tobin | 2021-11-19 |
| | | | | - greprefs is now in system/ | ||
* | Issue %3005 - Move modules/libjar to components/jar | Matt A. Tobin | 2021-11-19 |
| | | | | - Also merges the sub component zipwriter | ||
* | Issue %3037 - Part 1: Ignore the values for D3D9 preferences, forcing them to | Moonchild | 2021-11-18 |
| | | | | their current default, in preparation for the removal. | ||
* | Issue %3029 - Part 5: Remove remaining telemetry structs, callers and flags. | Moonchild | 2021-11-01 |
| | |||
* | Merge branch 'master' of https://repo.palemoon.org/MoonchildProductions/GRE | Moonchild | 2021-10-17 |
|\ | |||
| * | Issue %3022 - Get rid of ArchiveReader API | Matt A. Tobin | 2021-10-16 |
| | | |||
* | | Issue %3020 - Part 9: Second pass remove android defines and build system stuff. | Moonchild | 2021-10-17 |
|/ | | | | Mostly IPC, tools and mozbuild. | ||
* | Issue %3019 - Part 1: Remove Google Safebrowsing plumbing | Moonchild | 2021-10-12 |
| | | | | | This removes support for querying Google services for reputation data for sites and downloads. | ||
* | No Issue - Fix MOZ_JAR_BROTLI value | Matt A. Tobin | 2021-10-12 |
| | |||
* | Issue %3003 - Move fdlibm to libs/ | Jeremy Andrews | 2021-10-10 |
| | |||
* | Issue mcp-graveyard/UXP%1721 - Implement GlobalPrivacyControl | Moonchild | 2021-10-07 |
| | | | | (and get rid of failed DoNotTrack) | ||
* | Issue mcp-graveyard/UXP%1751 - Nuke MOZ_WIDGET_COCOA | Moonchild | 2021-09-29 |
| | |||
* | Issue %3003 - Move xz-embedded to libs/ | Jeremy Andrews | 2021-09-26 |
| | |||
* | Issue %3003 - Move libbz2 to libs/ | Jeremy Andrews | 2021-09-25 |
| | |||
* | Merge branch 'cubeb-work' | Matt A. Tobin | 2021-09-25 |
|\ | |||
| * | Issue mcp-graveyard/UXP%1806 - Part 2: Adjust the platform for lib changes | Matt A. Tobin | 2021-09-23 |
| | | |||
* | | Issue %3003 - Move woff2 to libs/ | Jeremy Andrews | 2021-09-25 |
| | | |||
* | | Issue %3003 - Move brotli to libs/ | Jeremy Andrews | 2021-09-25 |
|/ |