[Webkit-unassigned] [Bug 171770] [GTK] Cannot sign in with new Google sign-in page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 6 07:41:04 PDT 2017


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

--- Comment #5 from Michael Catanzaro <mcatanzaro at igalia.com> ---
You know, if we're very lucky, we *might* be able to get away with doing this:

static bool urlRequiresFirefoxBrowser(const URL& url)
{
    return isGoogle(url) && url.host() != "accounts.google.com";
}

That's probably not very likely to work, but if it works, then we're saved. At any rate, just removing the Firefox quirk and leaving Calendar and Maps/Earth broken is not acceptable.

-- 
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/20170506/124909b4/attachment.html>


More information about the webkit-unassigned mailing list