Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Issue #27 - Restore including movemail isp data so that it is available on ↵ | Matt A. Tobin | 2022-04-28 | |
| | | | | the Account Wizard | |||
* | [Components:Docshell] add the src dir to LOCAL_INCLUDES | Matt A. Tobin | 2022-04-28 | |
| | ||||
* | [Libs:Pixman] Use SSSE3 on Windows only | Matt A. Tobin | 2022-04-28 | |
| | ||||
* | [Mach:Bash] Call real-mach with ./ | Matt A. Tobin | 2022-04-28 | |
| | ||||
* | [DOM/Layout/System:Image] Remove use counters telemetry | Matt A. Tobin | 2022-04-27 | |
| | ||||
* | Issue #26 - Follow-up: Update error message if invalid rootMargin specified. | Matt A. Tobin | 2022-04-25 | |
| | ||||
* | [Sabotage] [Modules:libmar] Fix preprocessor conditional logic in cryptox.h | Matt A. Tobin | 2022-04-24 | |
| | ||||
* | Issue #29 - Interpret empty or whitespace root margin string as zero length ↵ | Matt A. Tobin | 2022-04-24 | |
| | | | | | | for the IntersectionObserver Credit to FranklinDM | |||
* | Revert "[DOM:Base] Interpret empty margin string as a zero root" | Matt A. Tobin | 2022-04-24 | |
| | | | | This reverts commit c89bbcef39fb605460edc2f8d3b447eff72b074d. | |||
* | [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 | |||
* | [DOM:Base] Interpret empty margin string as a zero root | FranklinDM | 2022-04-22 | |
| | | | | | | | | | | margin in the IntersectionObserver This trims the whitespace from the margin string first before checking if it is empty, after which, it will be interpreted as a zero root margin. Otherwise, continue with previous behavior (parse margin string using the CSS Parser). Note: For some reason, Firefox and Chrome treat the unitless zero length as invalid, while with this change, we do not change existing behavior in that regard and continue to accept that value. Reported on, but does not use any code from https://bugzilla.mozilla.org/show_bug.cgi?id=1738791 | |||
* | Issue #25 - Part 18: Remove GMP (or nearly all of it) | Matt A. Tobin | 2022-04-21 | |
| | | | | I had planned to ifdef GMP but the infection is so deep that I couldn't do discrete parts and have it stay building. | |||
* | [Mach:Bash] Add code.binaryoutcast.com to webpatch | Matt A. Tobin | 2022-04-21 | |
| | ||||
* | Issue #25 - Part 17: Remove XREChildData | Matt A. Tobin | 2022-04-21 | |
| | ||||
* | Issue #25 - Part 16: Remove OpenH264 and Fake Gecko Media Plugins | Matt A. Tobin | 2022-04-21 | |
| | ||||
* | Issue #25 - Part 15: Remove DOM Media code relating to the WAIT_FOR_CDM state | Matt A. Tobin | 2022-04-21 | |
| | ||||
* | Issue #25 - Part 14: Remove DOM Media code relating to waiting for an eme key | Matt A. Tobin | 2022-04-21 | |
| | ||||
* | Merge branch 'remove-eme-work' into TRUNK | Matt A. Tobin | 2022-04-21 | |
|\ | ||||
| * | Issue #25 - Part 13: Remove EME from dom/media and HTMLMediaElement.webidl | Matt A. Tobin | 2022-04-21 | |
| | | ||||
| * | Issue #25 - Part 12: Remove EME from dom/media/gmp | Matt A. Tobin | 2022-04-21 | |
| | | ||||
| * | Issue #25 - Part 11: Remove EME from dom/media/(mediasource|platforms) | Matt A. Tobin | 2022-04-21 | |
| | | ||||
| * | Issue #25 - Part 10: Remove EME from dom/media/(fmp4|webaudio) | Matt A. Tobin | 2022-04-21 | |
| | | ||||
| * | Issue #25 - Part 9: Remove EME from dom/html | Matt A. Tobin | 2022-04-21 | |
| | | ||||
| * | Issue #25 - Part 8: Remove EME from dom/base | Matt A. Tobin | 2022-04-21 | |
| | | ||||
| * | Issue #25 - Part 7: Remove EME from dom/canvas | Matt A. Tobin | 2022-04-21 | |
| | | ||||
| * | Issue #25 - Part 6: Remove EME from layout/base | Matt A. Tobin | 2022-04-21 | |
| | | ||||
| * | Issue #25 - Part 5: Remove WidevineAdaptor from GMP | Matt A. Tobin | 2022-04-20 | |
| | | ||||
| * | Issue #25 - Part 4: Remove EME Media code | Matt A. Tobin | 2022-04-20 | |
| | | ||||
| * | Issue #25 - Part 3: Remove EME platform agnostic code | Matt A. Tobin | 2022-04-20 | |
| | | ||||
| * | Issue #25 - Part 2: Remove GMP Clearkey | Matt A. Tobin | 2022-04-20 | |
| | | ||||
| * | Issue #25 - Part 1: Remove EME WebIDL files | Matt A. Tobin | 2022-04-20 | |
|/ | ||||
* | [Apps:Navigator] Add Restart menu item after menu_FileQuitSeparator | Matt A. Tobin | 2022-04-20 | |
| | ||||
* | [System:Security] Remove explicit session cache cleanup routine from ShutdownNSS | FranklinDM | 2022-04-20 | |
| | | | | | | This is no longer needed because the call to SSL_ConfigServerSessionIDCache on startup was already removed (see 1425f020c4), meaning LocksInitializedEarly does not become true and only causes an assertion on debug builds. On the other hand, SSL_ClearSessionCache is already called on XPCOM shutdown and calling it again here is redundant. | |||
* | Merge branch 'backout-emegmp-removal' into TRUNK | Matt A. Tobin | 2022-04-20 | |
|\ | ||||
| * | Issue #1 - Restore EME (but not the configure logic to enable it) | Matt A. Tobin | 2022-04-20 | |
| | | ||||
| * | 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. | |||
| * | Revert "Issue %3015 - Part 3: Remove GMP code from addons, crash handler and ↵ | Matt A. Tobin | 2022-04-20 | |
|/ | | | | | | tests." This reverts commit 1699dbe78bf43eaa5ef4c593f075dfdc59c02b15. | |||
* | [Apps:Navigator] Add a restart menu item to navigatorOverlay | Matt A. Tobin | 2022-04-20 | |
| | ||||
* | [DEBUG] Fix building | Matt A. Tobin | 2022-04-20 | |
| | ||||
* | [Apps:Navigator] Don't hide the accept button on the setDesktopBackground dialog | Matt A. Tobin | 2022-04-18 | |
| | ||||
* | Issue #10 - Move docshell to components/ | Matt A. Tobin | 2022-04-18 | |
| | ||||
* | Issue #10 - Move prefetch to components/ | Matt A. Tobin | 2022-04-18 | |
| | ||||
* | Issue #10 - be1f005cff Follow up: Fix unsorted list in modules/moz.build | Matt A. Tobin | 2022-04-18 | |
| | ||||
* | Issue #7 - Remove Weave | Matt A. Tobin | 2022-04-18 | |
| | ||||
* | Issue #10 - Move Weave CommonUtils to its own JSM | Matt A. Tobin | 2022-04-18 | |
| | ||||
* | [Layout:Base] Ensure UndisplayedMap handling code consistently uses a ↵ | FranklinDM | 2022-04-18 | |
| | | | | normalized parent | |||
* | Update bash-mach with build-release and amend-author commands | Matt A. Tobin | 2022-04-18 | |
| | ||||
* | Bug 1468426 - Change LayerManagerData::mDisplayItems to a vector instead of ↵ | Jamie Nicol | 2022-04-18 | |
| | | | | hashtable. |