summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Issue #27 - Restore including movemail isp data so that it is available on ↵Matt A. Tobin2022-04-28
| | | | the Account Wizard
* [Components:Docshell] add the src dir to LOCAL_INCLUDESMatt A. Tobin2022-04-28
|
* [Libs:Pixman] Use SSSE3 on Windows onlyMatt A. Tobin2022-04-28
|
* [Mach:Bash] Call real-mach with ./Matt A. Tobin2022-04-28
|
* [DOM/Layout/System:Image] Remove use counters telemetryMatt A. Tobin2022-04-27
|
* Issue #26 - Follow-up: Update error message if invalid rootMargin specified.Matt A. Tobin2022-04-25
|
* [Sabotage] [Modules:libmar] Fix preprocessor conditional logic in cryptox.hMatt A. Tobin2022-04-24
|
* Issue #29 - Interpret empty or whitespace root margin string as zero length ↵Matt A. Tobin2022-04-24
| | | | | | for the IntersectionObserver Credit to FranklinDM
* Revert "[DOM:Base] Interpret empty margin string as a zero root"Matt A. Tobin2022-04-24
| | | | This reverts commit c89bbcef39fb605460edc2f8d3b447eff72b074d.
* [Homerchu] Send ForgetAboutSite.jsm elsewhereMatt A. Tobin2022-04-23
|
* Issue #25 - Follow-up: Remove call to gecko-media-plugin-service from ↵Matt A. Tobin2022-04-23
| | | | ForgetAboutSite.jsm
* [DOM:Base] Interpret empty margin string as a zero rootFranklinDM2022-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. Tobin2022-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 webpatchMatt A. Tobin2022-04-21
|
* Issue #25 - Part 17: Remove XREChildDataMatt A. Tobin2022-04-21
|
* Issue #25 - Part 16: Remove OpenH264 and Fake Gecko Media PluginsMatt A. Tobin2022-04-21
|
* Issue #25 - Part 15: Remove DOM Media code relating to the WAIT_FOR_CDM stateMatt A. Tobin2022-04-21
|
* Issue #25 - Part 14: Remove DOM Media code relating to waiting for an eme keyMatt A. Tobin2022-04-21
|
* Merge branch 'remove-eme-work' into TRUNKMatt A. Tobin2022-04-21
|\
| * Issue #25 - Part 13: Remove EME from dom/media and HTMLMediaElement.webidlMatt A. Tobin2022-04-21
| |
| * Issue #25 - Part 12: Remove EME from dom/media/gmpMatt A. Tobin2022-04-21
| |
| * Issue #25 - Part 11: Remove EME from dom/media/(mediasource|platforms)Matt A. Tobin2022-04-21
| |
| * Issue #25 - Part 10: Remove EME from dom/media/(fmp4|webaudio)Matt A. Tobin2022-04-21
| |
| * Issue #25 - Part 9: Remove EME from dom/htmlMatt A. Tobin2022-04-21
| |
| * Issue #25 - Part 8: Remove EME from dom/baseMatt A. Tobin2022-04-21
| |
| * Issue #25 - Part 7: Remove EME from dom/canvasMatt A. Tobin2022-04-21
| |
| * Issue #25 - Part 6: Remove EME from layout/baseMatt A. Tobin2022-04-21
| |
| * Issue #25 - Part 5: Remove WidevineAdaptor from GMPMatt A. Tobin2022-04-20
| |
| * Issue #25 - Part 4: Remove EME Media codeMatt A. Tobin2022-04-20
| |
| * Issue #25 - Part 3: Remove EME platform agnostic codeMatt A. Tobin2022-04-20
| |
| * Issue #25 - Part 2: Remove GMP ClearkeyMatt A. Tobin2022-04-20
| |
| * Issue #25 - Part 1: Remove EME WebIDL filesMatt A. Tobin2022-04-20
|/
* [Apps:Navigator] Add Restart menu item after menu_FileQuitSeparatorMatt A. Tobin2022-04-20
|
* [System:Security] Remove explicit session cache cleanup routine from ShutdownNSSFranklinDM2022-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 TRUNKMatt A. Tobin2022-04-20
|\
| * Issue #1 - Restore EME (but not the configure logic to enable it)Matt A. Tobin2022-04-20
| |
| * 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.
| * Revert "Issue %3015 - Part 3: Remove GMP code from addons, crash handler and ↵Matt A. Tobin2022-04-20
|/ | | | | | tests." This reverts commit 1699dbe78bf43eaa5ef4c593f075dfdc59c02b15.
* [Apps:Navigator] Add a restart menu item to navigatorOverlayMatt A. Tobin2022-04-20
|
* [DEBUG] Fix buildingMatt A. Tobin2022-04-20
|
* [Apps:Navigator] Don't hide the accept button on the setDesktopBackground dialogMatt A. Tobin2022-04-18
|
* Issue #10 - Move docshell to components/Matt A. Tobin2022-04-18
|
* Issue #10 - Move prefetch to components/Matt A. Tobin2022-04-18
|
* Issue #10 - be1f005cff Follow up: Fix unsorted list in modules/moz.buildMatt A. Tobin2022-04-18
|
* Issue #7 - Remove WeaveMatt A. Tobin2022-04-18
|
* Issue #10 - Move Weave CommonUtils to its own JSMMatt A. Tobin2022-04-18
|
* [Layout:Base] Ensure UndisplayedMap handling code consistently uses a ↵FranklinDM2022-04-18
| | | | normalized parent
* Update bash-mach with build-release and amend-author commandsMatt A. Tobin2022-04-18
|
* Bug 1468426 - Change LayerManagerData::mDisplayItems to a vector instead of ↵Jamie Nicol2022-04-18
| | | | hashtable.