[Webkit-unassigned] [Bug 215845] [GTK] Gmail load does never complete

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 28 07:25:09 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=215845

--- Comment #4 from Michael Catanzaro <mcatanzaro at gnome.org> ---
Wow, good debugging.

I'm unable to reproduce this gmail bug in Tech Preview (2.29.91). I wonder why it works for me....

(In reply to Carlos Garcia Campos from comment #3)
> So, I think the fix would be to apply user agent quirks on redirections, but
> maybe we should also re-consider using the firefox user agent for
> accounts.youtube.com

Agreed on both counts.

We actually have an old bug for this problem with redirections: bug #191858.

I investigated and found the Firefox quirk is not really for YouTube at all, but for Google Docs and Google Drive: https://trac.webkit.org/changeset/257128/webkit. I guess they're loading a browser detection script from youtube.com. That quirk is already broken btw: Google Docs has started displaying unsupported browser warnings yet again even with updated Firefox version quirk in 2.29.91, and I haven't attempted to debug that yet. So we should definitely drop that quirk to get GMail working again, since loading GMail is obviously more important than avoiding unsupported browser warnings. Bonus points if we can find some other quirk that avoids the warnings without breaking gmail, but that might be hard. I hate the user agent header, it's always so hard to find something that fixes a problem without breaking other things. :/

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200828/6bfbe1d9/attachment-0001.htm>


More information about the webkit-unassigned mailing list