[Bug 1905054]

2021-01-02 Thread Jgilbert
Created attachment 9194895
Bug 1678652 - Disable failIfMajorPerformanceCaveat by default.

The goal of the WebGL Working Group was for failIfMajorPerformanceCaveat
to allow websites to make better choices about which content to serve to
users, ideally via offering a choice to users.

I no longer think that this is useful here, or rather it's only ever
useful in the very narrow case: When a website does indeed have a
fallback ready, and the fallback does actually have better perf.

Today this is only true on some Windows systems that have cpu-emulated
webgl, but gpu-accelerated canvas2d, but this is not most systems.
Simultaneously, we've seen a disappointingly large set of websites break
for users that hit the failIfMajorPerformanceCaveat path.

Since the usefulness of failIfMajorPerformanceCaveat is very limited,
and many sites don't cooperate with us (as the user's User Agent), I
think it's best to disable failIfMajorPerformanceCaveat for the time
being.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905054

Title:
  Firefox 83 Breaks WebGL

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1905054/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905054]

2021-01-02 Thread Jgilbert
*** Bug 1684475 has been marked as a duplicate of this bug. ***

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905054

Title:
  Firefox 83 Breaks WebGL

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1905054/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905054]

2021-01-02 Thread Jgilbert
The goal of the WebGL Working Group was for failIfMajorPerformanceCaveat
to allow websites to make better choices about which content to serve to
users, ideally via offering a choice to users.

I no longer think that this is useful here, or rather it's only ever
useful in the very narrow case: When a website does indeed have a
fallback ready, and the fallback does actually have better perf.

Today this is only true on some Windows systems that have cpu-emulated webgl, 
but gpu-accelerated canvas2d, but this is not most systems.
Simultaneously, we've seen a disappointingly large set of websites break for 
users that hit the failIfMajorPerformanceCaveat path.

Since the usefulness of failIfMajorPerformanceCaveat is very limited,
and many sites don't cooperate with us (as the user's User Agent), I
think it's best to disable failIfMajorPerformanceCaveat for the time
being.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905054

Title:
  Firefox 83 Breaks WebGL

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1905054/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905054]

2021-01-02 Thread Jgilbert
The system unfortunately does (probably) have a performance caveat,
because we've included "readback required for compositing" as a caveat,
which is a long-time issue on Linux for us.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905054

Title:
  Firefox 83 Breaks WebGL

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1905054/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905054]

2021-01-02 Thread Jgilbert
(In reply to panzi from comment #22)
> > Call these bad websites, and try outreach/education
> 
> How do I call Google? Also since they haven't fixed it until now, I doubt 
> they ever will. Is there some hack to make it work? An user script?

That was supposed to be "call out", sorry!
Google Maps accepts feedback via the "Send feedback..." menu option.

In newer versions of Firefox, the console warning will direct you to use
about:config's webgl.disable-fail-if-major-performance-caveat if you
keep having issues with bad websites.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905054

Title:
  Firefox 83 Breaks WebGL

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1905054/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905054]

2021-01-02 Thread Jgilbert
(In reply to Pat Suwalski from comment #20)
> (In reply to Jeff Gilbert [:jgilbert] from comment #19)
> > Honestly at this point I'm tending towards #2.
> > Websites had the chance to handle this well and they have bungled it, so I 
> > think we should disable failIfMajorPerformanceCaveat as it stands today.
> 
> Are you suggesting PIXI doesn't handle this properly?

Yes, that's what it sounds like.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905054

Title:
  Firefox 83 Breaks WebGL

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1905054/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905054]

2020-12-19 Thread Jgilbert
Honestly at this point I'm tending towards #2.
Websites had the chance to handle this well and they have bungled it, so I 
think we should disable failIfMajorPerformanceCaveat as it stands today.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905054

Title:
  Firefox 83 Breaks WebGL

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1905054/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905054]

2020-12-19 Thread Jgilbert
After bug 1680595, it should be more clear to (power) users what they
can do to mitigate this.

Functionality here is, I think, working as intended now. Unfortunately
the specified behavior causes certain websites (which arguably may have
made poor choices) work worse for our users, whereas before things were
maybe slower than they could have been, but otherwise functional.

With that in mind, since we're now following
failIfMajorPerformanceCaveat spec properly, it's causing breakage. This
bug is tracking the user pain-point. In order to solve the user pain-
point, we might ditch failIfMajorPerformanceCaveat as accidentally-
user=hostile for the time being.

Two choices:
1. Call these bad websites, and try outreach/education
2. Re-evaluate the failIfMajorPerformanceCaveat mechanism entirely

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905054

Title:
  Firefox 83 Breaks WebGL

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1905054/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905054]

2020-12-09 Thread Jgilbert
(In reply to michaelspohn from comment #8)
> (In reply to michaelspohn from comment #7)
> > (In reply to Pat Suwalski from comment #6)
> > > Can you guys try the Firefox 84b2 build? I tried it from the tarball and 
> > > it worked perfectly.
> > 
> > No change, still broken on Windows 10...
> 
> Fun fact: Chrome 87.0.4280.66 and Edge 87.0.664.47 also do not support WebGL 
> on Google Maps anymore No 3D-View available.
> The "good old" Internet Explorer 11.1198.18362.0 is the only browser that 
> still works just fine.
> But hey, it's 2020! What do you expect? 藍

It sounds like the Google Maps team started using failIfMajorPerformanceCaveat, 
but might be going about it in a user-hostile way!
For Firefox, if you check in the Web Console for that page, if you get a 
message that mentions failIfMajorPerformanceCaveat, then you can bypass this to 
restore webgl creation via about:config, by setting 
"webgl.disable-fail-if-major-performance-caveat" to "true"!
Does that help for you?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905054

Title:
  Firefox 83 Breaks WebGL

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1905054/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1732766]

2019-02-20 Thread Jgilbert
Confirmed on my Ubuntu HD630 machine.

*** This bug has been marked as a duplicate of bug 1399501 ***

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1732766

Title:
  firefox 57 does not display fish in fishgl.com on intel 530?

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1732766/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 583797]

2019-01-02 Thread Jgilbert
I don't know. Matt? Can you route this to someone to provide direction
towards a solution, or establish WONTFIX?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/583797

Title:
  "Warn on closing with multiple tabs open" not honored

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/583797/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 583797]

2019-01-02 Thread Jgilbert
Huh, I guess I hadn't CC'd myself here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/583797

Title:
  "Warn on closing with multiple tabs open" not honored

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/583797/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 583797]

2019-01-02 Thread Jgilbert
Created attachment 594216
Don't disable warn-on-quit when using session restore

I'm not that comfortable with this part of the codebase, but this seems
like a fairly trivial fix.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/583797

Title:
  "Warn on closing with multiple tabs open" not honored

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/583797/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 583797]

2019-01-02 Thread Jgilbert
Comment on attachment 594216
Don't disable warn-on-quit when using session restore

This seems fairly simple, but I can currently only test on Windows. The
concerned platforms for this bug (IIRC) are mac and linux, so those need
a brief test.

Try push at: https://tbpl.mozilla.org/?tree=Try=e6235a00b6db

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/583797

Title:
  "Warn on closing with multiple tabs open" not honored

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/583797/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 583797]

2019-01-02 Thread Jgilbert
Created attachment 594363
Don't disable warn-on-quit when session restore is enabled

Thanks Gavin. That looks like the case.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/583797

Title:
  "Warn on closing with multiple tabs open" not honored

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/583797/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 386132]

2011-12-17 Thread Jgilbert
*** This bug has been marked as a duplicate of bug 655637 ***

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/386132

Title:
  Firefox 3.5 and up renders certain graphics with wrong colors (for
  gfx.color_management.mode = 2) (8.632)

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/386132/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs