Jump to content

Yuriy88

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belarus

About Yuriy88

Profile Information

  • OS
    XP Pro x86

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Yuriy88's Achievements

3

Reputation

  1. @roytam1 In Serpent v52.9.0 (2025-10-08) (32-bit) commit caps: hack - check mCSP RefCount to avoid circular calls causes a crash in xul.dll, and after that in mozglue.dll in multi-process mode. Link to check: https://2captcha.com/demo/cloudflare-turnstile-challenge. Crashes also happen on some other sites when e10s is enabled (browser.tabs.remote.force-enable;true). There is no problem in single-process mode. If you disable CSP (security.csp.enable;false), the problem is not observed in multi-process mode either.
  2. @roytam1 In Serpent v52.9.0 (2025-01-10) (32-bit) on website playground.ru the video player doesn’t work, giving "Player error: t.c.ChangeType is not a function" and "TypeError: Argument 1 of Document.elementFromPoint is not a finite floating-point value" also appears in the console. Link to check: https://www.playground.ru/exodus/news/byvshie_tvortsy_mass_effect_raskryli_eschyo_bolshe_detalej_o_svoej_ambitsioznoj_igre_exodus-1745326 I suppose to fix "Player error: t.c.ChangeType is not a function", it’s necessary to add support for SourceBuffer.ChangeType() method, which was added in Firefox 63. To fix "TypeError: Argument 1 of Document.elementFromPoint is not a finite floating-point value", it’s necessary to add support for MouseEvent.x and MouseEvent.y properties, which are aliases for MouseEvent.clientX and MouseEvent.clientY properties respectively, and were added in Firefox 53.
×
×
  • Create New...