[Bug 2047262]

2024-09-01 Thread Stransky
Please attach fresh MOZ_LOG="LinuxWakeLock:5" log from latest nightly.
Thanks.

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

Title:
  Firefox stopped inhibiting screensaver on video playback

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


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

[Bug 2047262]

2024-08-25 Thread Stransky
Can you test latest nightly please?
https://fedoraproject.org/wiki/How_to_debug_Firefox_problems#Testing_Mozilla_Nightly_binaries
Thanks.

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

Title:
  Firefox stopped inhibiting screensaver on video playback

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


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

[Bug 2047262]

2024-08-14 Thread Stransky
It may be a dupe of Bug 1896235. Will try to look at it when Bug 1896235
lands.

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

Title:
  Firefox stopped inhibiting screensaver on video playback

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


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

[Bug 2065382]

2024-08-09 Thread Stransky
(In reply to Moshe from comment #8)
> Thanks Martin. I was referring to bug 1902250 which blocks this bug. Sorry 
> for the misunderstanding.

If bug 1902250 is not fixed please file a new bug and link it there.
Thanks.

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

Title:
  Screen flashing when hoovering over menus

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


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

[Bug 1697122]

2024-07-04 Thread Stransky
(In reply to Denilson Figueiredo de Sá from comment #29)
> [This comment on the duplicate 
> bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1606832#c33) says:
> 
> > correct pressure readings and pointerType (pen), but pointer ID is 0 (same 
> > as mouse) and there's no tilt input.
> 
> That's something worth checking/testing before marking this bug as fixed.
> 
> ---
> 
> Also, bug 1822714 claims the tilt value has the incorrect sign (direction) on 
> Mac. Still worth checking if that's relevant on Linux/GTK. Unfortunately, 
> pens/tablets with tilt support are less common and more expensive. I believe 
> any Wacom Intuos, Wacom Intuos Pro, or Wacom Cintiq should have pressure and 
> tilt. There are also other brands, and many of them might require special 
> drivers (such as [this one](https://opentabletdriver.net/Tablets)), while 
> Wacom drivers are readily available and pre-installed on any Linux+libinput 
> system.

Bug 1501744 introduces pen support on Linux. pointer ID is 1 so it's
reported as pen. We can do further fixes when Bug 1501744 lands.

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

Title:
  Package Firefox with MOZ_USE_XINPUT2=1 in environment to enable pixel
  scrolling with touchpad and touch gestures

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


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

[Bug 1964547]

2022-05-26 Thread Stransky
If MOZ_DISABLE_RDD_SANDBOX does not work please file another bug - it's not a 
sandbox issue then. This bug is about sandbox so please don't add off topics 
comments here.
Thanks.

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

Title:
  [upstream] RDD sandbox prevents HW-accelerated video playback

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


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

[Bug 1964547]

2022-05-19 Thread Stransky
Another option may be EGL_MESA_platform_gbm extension which creates GL
context over GBM device (the one we use for dmabuf). That may solve this
problem too so investigating.

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

Title:
  [upstream] RDD sandbox prevents HW-accelerated video playback

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


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

[Bug 1964547]

2022-05-19 Thread Stransky
I think we can fix that by moving GL code out of RDD process. IIUC we
need to implement DMABuf based gfx::SourceSurface which can be
serialized over IPC bridge to parent/content process where GL can be
used and we'll map dmabuf surface only when we're asked for surface
data.

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

Title:
  [upstream] RDD sandbox prevents HW-accelerated video playback

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


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

[Bug 1964547]

2022-04-29 Thread Stransky
(In reply to walmartguy from comment #54)
> (In reply to Darkspirit from comment #52)
> > I assume this bug will be fixed once video decoding has been moved to a 
> > utility process (bug 1722051).
> > Until then, MOZ_DISABLE_RDD_SANDBOX=1 environment variable is required to 
> > try out experimental VAAPI.
> 
> It doesn't work reliably regardless, as also some other reports here 
> indicate: intel_gpu_top shows that hardware decoding initially is used for a 
> brief moment, but then Firefox falls back to CPU decoding with intel_gpu_top 
> reporting 0% hardware video decoding load. 

That indicates a bud in decoding itself and not a sandbox issue. Please
file that as a new bug.

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

Title:
  [upstream] RDD sandbox prevents HW-accelerated video playback

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


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

[Bug 1964547]

2022-04-24 Thread Stransky
*** Bug 1757791 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/1964547

Title:
  [upstream] RDD sandbox prevents HW-accelerated video playback

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


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

[Bug 1964541]

2022-04-13 Thread Stransky
*** Bug 1739970 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/1964541

Title:
  Cannot use Drag and Drop in gnome-shell 42 (Wayland session)

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


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

[Bug 1964541]

2022-04-13 Thread Stransky
*** Bug 1760330 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/1964541

Title:
  Cannot use Drag and Drop in gnome-shell 42 (Wayland session)

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


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

[Bug 1871644]

2021-11-18 Thread Stransky
*** Bug 1673079 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/1871644

Title:
  Top corners of Firefox windows have weird black protrusions from the
  rounded edges

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


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

[Bug 381017]

2021-11-11 Thread Stransky
Created attachment 9250020
Bug 377621 [Linux] Support application/x-moz-file-promise mime type by 
text/uri-list, r?karlt


When application/x-moz-file-promise MIME content is adverised, save the file to 
/tmp/dnd_file-*/ directory and
offer it as text/uri-list MIME type.

Based on patches by Phil Lacy and Tobias Koenig.

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

Title:
  Cannot drag attachment from mail attachment pane to desktop

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


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

[Bug 381017]

2021-11-11 Thread Stransky
Managed to update the patch to latest trunk so let's fix this one.

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

Title:
  Cannot drag attachment from mail attachment pane to desktop

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


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

[Bug 1940417]

2021-10-24 Thread Stransky
(In reply to Jani Uusitalo from comment #35)
> Closing it is still partly broken though, as clicking on the menu button 
> doesn't close the menu; I think that is [bug 
> 1694514](https://bugzilla.mozilla.org/show_bug.cgi?id=1694514). 
> 
> For a workaround, clicking outside the menu (and the menu button) does close 
> the menu.

Yes, that's a different bug.

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

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

Title:
  On Wayland toolbar menus are sometimes invisible/flickering

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


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

[Bug 1940417]

2021-10-24 Thread Stransky
Can you test latest nightly please? Might be fixed by Bug 1735095.
Thanks.

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

Title:
  On Wayland toolbar menus are sometimes invisible/flickering

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


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

[Bug 1871644]

2021-10-21 Thread Stransky
(In reply to Emilio Cobos Álvarez (:emilio) from comment #43)
> Yeah, so `nsWindow::GetTitlebarRadius` can be called off the main thread 
> which seems unfortunate. We can fix this easily by moving the titlebar radius 
> to a member or such.

I can fix that as a part of Bug 1736518.

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

Title:
  Top corners of Firefox windows have weird black protrusions from the
  rounded edges

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


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

[Bug 1871644]

2021-10-21 Thread Stransky
Emilio, I tested the patches and it looks great!

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

Title:
  Top corners of Firefox windows have weird black protrusions from the
  rounded edges

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


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

[Bug 1871644]

2021-10-21 Thread Stransky
We have a technical debt here as we don't use titlebar rendering in
testsuite - I'll look at it.

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

Title:
  Top corners of Firefox windows have weird black protrusions from the
  rounded edges

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


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

[Bug 1871644]

2021-10-21 Thread Stransky
May nsWindow::GetTitlebarRadius() be called from render thread? (this is
sw-wr).

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

Title:
  Top corners of Firefox windows have weird black protrusions from the
  rounded edges

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


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

[Bug 1871644]

2021-10-21 Thread Stransky
Emilio, when running testsuite with the patch (locally) I'm getting this
crash:

2:05.41 GECKO(53217) Assertion failure: sInServoTraversal || NS_IsMainThread(), 
at /home/komat/src/objdir-opt/dist/include/mozilla/ServoUtils.h:33
 2:05.41 GECKO(53217) #01: mozilla::ServoStyleSet::IsInServoTraversal() 
[/home/komat/src/objdir-opt/dist/include/mozilla/ServoStyleSet.h:103]
 2:05.41 GECKO(53217) #02: mozilla::Preferences::InitStaticMembers() 
[/home/komat/src/modules/libpref/Preferences.cpp:3464]
 2:05.41 GECKO(53217) #03: nsresult 
mozilla::Internals::GetPrefValue(char const*, int*&, 
mozilla::PrefValueKind) [/home/komat/src/modules/libpref/Preferences.cpp:4439]
 2:05.41 GECKO(53217) #04: mozilla::Preferences::GetInt(char const*, int*, 
mozilla::PrefValueKind) [/home/komat/src/modules/libpref/Preferences.cpp:0]
 2:05.41 GECKO(53217) #05: 
nsXPLookAndFeel::GetFloatValue(mozilla::LookAndFeel::FloatID, float&) 
[/home/komat/src/widget/nsXPLookAndFeel.cpp:894]
 2:05.41 GECKO(53217) #06: nsWindow::GetTitlebarRadius() 
[/home/komat/src/widget/gtk/nsWindow.cpp:6111]
 2:05.41 GECKO(53217) #07: nsWindow::GetTitlebarRect() 
[/home/komat/src/widget/gtk/nsWindow.cpp:6438]
 2:05.41 GECKO(53217) #08: 
mozilla::widget::GtkCompositorWidget::GetTransparentRegion() 
[/home/komat/src/widget/gtk/GtkCompositorWidget.cpp:0]
 2:05.41 GECKO(53217) #09: 
mozilla::wr::RenderCompositorSWGL::AllocateMappedBuffer(mozilla::wr::Box2D const*, unsigned long) 
[/home/komat/src/gfx/webrender_bindings/RenderCompositorSWGL.cpp:149]
 2:05.41 GECKO(53217) #10: 
mozilla::wr::RenderCompositorSWGL::StartCompositing(mozilla::wr::ColorF, 
mozilla::wr::Box2D const*, unsigned long, 
mozilla::wr::Box2D const*, unsigned long) 
[/home/komat/src/gfx/webrender_bindings/RenderCompositorSWGL.cpp:185]
 2:05.41 GECKO(53217) #11: ::start_compositing 
[gfx/wr/webrender/src/compositor/sw_compositor.rs:1400]
 2:05.41 GECKO(53217) #12: webrender::renderer::Renderer::draw_frame 
[gfx/wr/webrender/src/renderer/mod.rs:4582]
 2:05.41 GECKO(53217) #13: webrender::renderer::Renderer::render_impl 
[gfx/wr/webrender/src/renderer/mod.rs:2009]
 2:05.41 GECKO(53217) #14: webrender::renderer::Renderer::render 
[gfx/wr/webrender/src/renderer/mod.rs:0]
 2:05.41 GECKO(53217) #15: wr_renderer_render 
[gfx/webrender_bindings/src/bindings.rs:623]
 2:05.41 GECKO(53217) #16: 
mozilla::wr::RendererOGL::UpdateAndRender(mozilla::Maybe
 > const&, mozilla::Maybe const&, 
mozilla::Maybe > const&, bool*, 
mozilla::wr::RendererStats*) 
[/home/komat/src/gfx/webrender_bindings/RendererOGL.cpp:186]
 2:05.42 GECKO(53217) #17: 
mozilla::wr::RenderThread::UpdateAndRender(mozilla::wr::WrWindowId, 
mozilla::layers::BaseTransactionId const&, 
mozilla::TimeStamp const&, bool, 
mozilla::Maybe > const&, 
mozilla::Maybe const&, 
mozilla::Maybe > const&, bool*) 
[/home/komat/src/gfx/webrender_bindings/RenderThread.cpp:0]
 2:05.42 GECKO(53217) [Parent 53217: Main Thread]: D/Widget GetScreenBounds 
[7fba6021a000] 95,55 -> 1280 x 1012, unscaled 95,55 -> 1280 x 1012
 2:05.42 GECKO(53217) #18: 
mozilla::wr::RenderThread::HandleFrameOneDoc(mozilla::wr::WrWindowId, bool) 
[/home/komat/src/gfx/webrender_bindings/RenderThread.cpp:355]
 2:05.42 GECKO(53217) [Parent 53217: Main Thread]: D/Widget Events sent from 
focus in event [7fba6021a000]
 2:05.42 GECKO(53217) #19: 
mozilla::detail::RunnableMethodImpl::Run() 
[/home/komat/src/objdir-opt/dist/include/nsThreadUtils.h:1203]

Any idea what can be wrong?

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

Title:
  Top corners of Firefox windows have weird black protrusions from the
  rounded edges

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


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

[Bug 1871644]

2021-10-21 Thread Stransky
Okay, fair enough.

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

Title:
  Top corners of Firefox windows have weird black protrusions from the
  rounded edges

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


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

[Bug 1871644]

2021-10-21 Thread Stransky
btw. It would be great to get border-radius from menu elements (Adwaita
uses it) and use it in gecko too, for context menus for instance. But
that may be a different bug.

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

Title:
  Top corners of Firefox windows have weird black protrusions from the
  rounded edges

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


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

[Bug 1871644]

2021-10-21 Thread Stransky
Created attachment 9246335
titlebar CSS rounded borders properties

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

Title:
  Top corners of Firefox windows have weird black protrusions from the
  rounded edges

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


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

[Bug 1871644]

2021-10-21 Thread Stransky
*** Bug 1706752 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/1871644

Title:
  Top corners of Firefox windows have weird black protrusions from the
  rounded edges

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


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

[Bug 1871644]

2021-10-21 Thread Stransky
Emilio, you're absolutely right :) There's original Bug 1408360 for it.

For custom themes we need to apply alpha component only and keep
original color from theme (i.e. paint over alpha from theme).

Emilio, how is the best way how to do it? We can introduce a new
appearance (-moz-window-titlebar-alpha for instance) which contains only
alpha component from titlebar and paint it over theme color or use
existing one (-moz-window-titlebar) but I'm not very experienced in
js/css styling so I'll appreciate any help here.

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

Title:
  Top corners of Firefox windows have weird black protrusions from the
  rounded edges

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


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

[Bug 381017]

2021-10-06 Thread Stransky
I can reproduce it with TB91.

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

Title:
  Cannot drag attachment from mail attachment pane to desktop

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


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

[Bug 1871644]

2021-10-06 Thread Stransky
Wayland case seems to be a bit special as it produces gray corner even with Gtk 
theme (which works OK on X11/Alpha).
We may want to draw alpha over corners when custom theme is used and main 
window is not maximized or tiled.

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

Title:
  Top corners of Firefox windows have weird black protrusions from the
  rounded edges

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


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

[Bug 1940417]

2021-09-19 Thread Stransky
Please test with latest nightly, how-to is here:
https://fedoraproject.org/wiki/How_to_debug_Firefox_problems?rd=Bug_info_Firefox#Testing_Mozilla_binaries

You should create a new profile so it won't break your working Firefox
setup.

Alternatively you can use mozregression tool:
https://fedoraproject.org/wiki/How_to_debug_Firefox_problems?rd=Bug_info_Firefox#Use_Mozregression_tool

as:

MOZ_ENABLE_WAYLAND=1 mozregression --good 91.0

and it will download and launch nightly for you but you need to check
which version is actually running (mozregression will download and
launch Firefox 91, Nightly and versions between these two).

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

Title:
  On Wayland toolbar menus are sometimes invisible/flickering

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


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

[Bug 1905337]

2021-08-20 Thread Stransky
Yes, scaling is not supported on X11. You need to use Wayland backend
for it.

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

Title:
  Scaling of Firefox doesn't adjust when moved across Monitors with
  Different DPis

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


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

[Bug 1905337]

2021-08-20 Thread Stransky
So you have primary screen with 200% scale, secondary with 100% scale, right?
Please 

1) attach content of about:support page.
2) run Firefox with MOZ_LOG="Widget:5" env variable and attach the log here.

Looks Firefox does not get 'scale change' event.
Thanks.

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

Title:
  Scaling of Firefox doesn't adjust when moved across Monitors with
  Different DPis

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


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

[Bug 1905337]

2021-08-20 Thread Stransky
Good. 
Can you please create a screencast of the issue?
https://help.gnome.org/users/gnome-help/stable/screen-shot-record.html
(the screencast records all monitor so it will be visible there)
Thanks.

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

Title:
  Scaling of Firefox doesn't adjust when moved across Monitors with
  Different DPis

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


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

[Bug 1905337]

2021-08-20 Thread Stransky
X11 does not support it AFAIK. Please try Wayland desktop in Ubuntu
20.04 although the support is still not 100% perfect - there are some
glitches when window is moved across monitors and popups are sometimes
invisible - but that will be fixed.

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

Title:
  Scaling of Firefox doesn't adjust when moved across Monitors with
  Different DPis

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


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

[Bug 1930485]

2021-06-04 Thread Stransky
export DISPLAY=wayland-0 is not correct, it should be export DISPLAY=:0
or so (set to your active X11 display).

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

Title:
  Can't Start Firefox 88 on Weston/Wayland, Ubuntu 18.0.4.

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

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

[Bug 1925837]

2021-05-12 Thread Stransky
(In reply to devurandom from comment #9)
> (In reply to Pulsebot from comment #7)
> > Pushed by stran...@redhat.com:
> > https://hg.mozilla.org/integration/autoland/rev/1f8208b4e636
> > [Wayland] Emulate X11 popup parentless window as a toplevel on Wayland,
> > r=jhorak
> 
> Thanks, Martin! Does this mean bug #1628431 is also fixed?

Please try that. The windows is still created as toplevel but it has
disabled decorations. We can't create it as popup as it does not have a
parent window. Bug 1703073 will have huge popup redesign and we should
apply correct popup roles when it's fixed.

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

Title:
  [Wayland] Sharing indicator window is not frameless

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

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

[Bug 1925837]

2021-05-06 Thread Stransky
Created attachment 9220111
Bug 1705048 [Wayland] Emulate X11 popup parentless window as a toplevel on 
Wayland, r?jhorak

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

Title:
  [Wayland] Sharing indicator window is not frameless

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

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

[Bug 1921931]

2021-04-23 Thread Stransky
Yes, MOZ_DBUS_REMOTE and MOZ_ENABLE_WAYLAND are the correct variables to
run Firefox in mixed environment. That will be fixed automatically when
all FF builds uses Wayland, but we need to use that variables until
that.

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

Title:
  Opening links results in "Firefox is already running, but is not
  responding"

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

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

[Bug 1917191]

2021-03-18 Thread Stransky
*** Bug 1696339 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/1917191

Title:
  firefox will not start after it crashed unexpectedly

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

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

[Bug 1917191]

2021-03-05 Thread Stransky
I shipped Fedora Firefox updates yesterday, Thanks.

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

Title:
  firefox will not start after it crashed unexpectedly

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

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

[Bug 684982]

2020-12-10 Thread Stransky
*** Bug 842170 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/684982

Title:
  Firefox windows don't restore on correct workspaces

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

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

[Bug 684982]

2020-12-10 Thread Stransky
*** Bug 724308 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/684982

Title:
  Firefox windows don't restore on correct workspaces

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

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

[Bug 1835024]

2020-11-28 Thread Stransky
I'm Gtk peer so you can ask me to review linux/gtk code.

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

Title:
  firefox fails to use the default profile from classic snaps

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

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

[Bug 1697122]

2020-09-15 Thread Stransky
Let's revert that in Bug 1660212.

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

Title:
  Package Firefox with MOZ_USE_XINPUT2=1 in environment to enable pixel
  scrolling with touchpad and touch gestures

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

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

[Bug 1893021]

2020-09-09 Thread Stransky
I think you can safely ignore that, that comes from Gtk3 library which
complains about error in actual Gtk theme. Eventually you can change
your Gtk theme in gnome-tweaks application.

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

Title:
  Flash plugin symbol lookup error with firefox 80.0+build2 on xenial
  (gtk_window_set_titlebar)

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

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

[Bug 1828728]

2020-09-01 Thread Stransky
*** This bug has been marked as a duplicate of bug 1460959 ***

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

Title:
  White corners when CSD is enabled on Firefox under X11

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

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

[Bug 1697122]

2020-08-18 Thread Stransky
Created attachment 9169828
Bug 1207700 [Linux] Enable XInput2 on Gtk 3.24 and newer, r?botond

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

Title:
  Package Firefox with MOZ_USE_XINPUT2=1 in environment to enable pixel
  scrolling with touchpad and touch gestures

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

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

[Bug 1889784]

2020-08-10 Thread Stransky
Please file a new bug about it and also attach a media log.
Run Firefox on terminal with  MOZ_LOG="PlatformDecoderModule:5" to get the 
media log.
My guess is that we don't import dmabuf surfaces correctly, the decoder may use 
a different format or so.
Thanks.

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

Title:
  Hardware-accelerated video decoding (VA-API) broken in Firefox 79
  (Wayland)

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

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

[Bug 1889784]

2020-08-10 Thread Stransky
Comment on attachment 9166559
Bug 1645671 [Linux/VA-API] Create DMABufSurfaceWrapper directly at nsTAttay and 
disable DMABufSurfaceWrapper class copy and assignment constructors, r?jya

### Beta/Release Uplift Approval Request
* **User impact if declined**: Broken VA-API video playback on Wayland/X11.
* **Is this code covered by automated tests?**: No
* **Has the fix been verified in Nightly?**: Yes
* **Needs manual test from QE?**: No
* **If yes, steps to reproduce**: 
* **List of other uplifts needed**: None
* **Risk to taking this patch**: Low
* **Why is the change risky/not risky? (and alternatives if risky)**: Changes a 
way how elements are stored in nsTArray, to in-place assignment.
* **String changes made/needed**:

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

Title:
  Hardware-accelerated video decoding (VA-API) broken in Firefox 79
  (Wayland)

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

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

[Bug 1888942]

2020-08-07 Thread Stransky
This is an address bar issue, the text is highlighted but not copied to
clipboard.

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

Title:
  marked url in firefox by using one click isn't copied to clipboard,
  only with a triple mouse-click

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

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

[Bug 1697122]

2020-08-04 Thread Stransky
(In reply to Botond Ballo [:botond] from comment #18)
> Martin, WDYT? Based on the above info, should we enable XInput 2 for KWin >= 
> 5.19.3 (and >= 5.18.next)? How about other window managers?

Fedora has used XINPUT2 by default for five years and I don't have any
reports so I guess it's okay to enable it for recent systems, at least
for KDE/Gnome.

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

Title:
  Package Firefox with MOZ_USE_XINPUT2=1 in environment to enable pixel
  scrolling with touchpad and touch gestures

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

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

[Bug 1688592]

2020-06-23 Thread Stransky
(In reply to Robert Mader [:rmader] from comment #35)
> (In reply to eric.riese from comment #34)
> > 
> > In my opinion the bounty was already earned when this issue was resolved 
> > but I don't know who gets to be the arbiter.
> 
> That would certainly be Martin Stránský :)
> Martin, do you want to claim the bounty? If you don't care about it / don't 
> need it yourself, you could donate it or so.

Okay, I'll try to claim it and send it to a charity.

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

Title:
  Missing VA-API hardware decoding support drains battery

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

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

[Bug 1688592]

2020-06-23 Thread Stransky
This needs to be closed to claim the bounty at
https://www.bountysource.com/issues/55506502-meta-add-va-api-hardware-
decoding-support-on-linux so closing this one.

Wayland va-api decoding was implemented by Bug 1616185
X11 variant is pending at Bug 1619523

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

Title:
  Missing VA-API hardware decoding support drains battery

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

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

[Bug 1424201]

2020-06-19 Thread Stransky
(In reply to Robert Mader [:rmader] from comment #35)
> (In reply to eric.riese from comment #34)
> > 
> > In my opinion the bounty was already earned when this issue was resolved 
> > but I don't know who gets to be the arbiter.
> 
> That would certainly be Martin Stránský :)
> Martin, do you want to claim the bounty? If you don't care about it / don't 
> need it yourself, you could donate it or so.

Okay, I'll try to claim it and send it to a charity.

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

Title:
  Web browsers lacking hardware-accelerated video decoding

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1424201/+subscriptions

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

[Bug 1424201]

2020-06-19 Thread Stransky
This needs to be closed to claim the bounty at
https://www.bountysource.com/issues/55506502-meta-add-va-api-hardware-
decoding-support-on-linux so closing this one.

Wayland va-api decoding was implemented by Bug 1616185
X11 variant is pending at Bug 1619523

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

Title:
  Web browsers lacking hardware-accelerated video decoding

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1424201/+subscriptions

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

[Bug 684982]

2020-06-09 Thread Stransky
(In reply to z from comment #101)
> (In reply to paananen.olli from comment #99)
> > While new features are always welcome, everyone isn't for everyone. Is 
> > there way to disable this behaviour? I can disable "Restore previous 
> > session" from Preferences but then i lose pages that was open.
> 
> I just remove the snippet of code as mentioned 
> [here](https://old.reddit.com/r/archlinux/comments/g7fmz1/i3wm_anyone_have_firefox_window_focusing_issues/)
>  and 
> [here](https://old.reddit.com/r/firefox/comments/fwzi14/firefox_automatically_changes_desktop_after/).
>  
> 
> I am using a window manager (i3-wm) and am experiencing the problems 
> mentioned by other Linux users here--it is unfortunate.

We did such check for Gnome/Mutter, see 
https://phabricator.services.mozilla.com/D74661
Is there any way how to get such info from i3 or does it set 
org.gnome.mutter/dynamic-workspaces key?
We can remove the XDG_CURRENT_DESKTOP - GNOME check there to allow it for other 
WMs.
Thanks.

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

Title:
  Firefox windows don't restore on correct workspaces

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

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

[Bug 684982]

2020-05-11 Thread Stransky
(In reply to Marios Titas from comment #96)
> I hate to be negative here but this new behavior does not make sense under 
> Gnome 3 with its default settings, where workspaces are created dynamically; 
> workspaceID=3 will refer to a completely different workspace after I reboot 
> my computer.
> 
> Typically, I have ~6 firefox windows across different workspaces. Most of 
> those workspaces only have the firefox window in them. When I close firefox, 
> these workspaces are removed by Gnome. If I start firefox again, I have to 
> spend time searching for all the firefox windows that appear in (seemingly) 
> random workspaces.
> 
> Please give users the option to disable the new behavior and restore the old 
> one.

Please file a new bug for it and cc me there.
Thanks.

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

Title:
  Firefox windows don't restore on correct workspaces

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

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

[Bug 1424201]

2020-03-30 Thread Stransky
(In reply to lilydjwg from comment #30)
> I'm glad to here that, but what about support for Firefox on X11? Is it given 
> up?

Filed Bug 1619523 for it.

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

Title:
  Web browsers lacking hardware-accelerated video decoding

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1424201/+subscriptions

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

[Bug 1424201]

2020-03-30 Thread Stransky
HW decoding support  has landed at Bug 1616185.

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

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

Title:
  Web browsers lacking hardware-accelerated video decoding

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1424201/+subscriptions

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

[Bug 1424201]

2020-03-30 Thread Stransky
(In reply to lilydjwg from comment #30)
> I'm glad to here that, but what about support for Firefox on X11? Is it given 
> up?

Hardware decoding is platform independent so it generally works under X11 as 
it's implemented as Bug 1616185. 
For whole playback chain see Bug 1610199 what's needed to be done fox X11.
I was closing this one as it refers to HW decode only, not the playback.
The overall video playback is tracked at Bug 1210726.

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

Title:
  Web browsers lacking hardware-accelerated video decoding

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1424201/+subscriptions

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

[Bug 1688592]

2020-03-30 Thread Stransky
(In reply to lilydjwg from comment #30)
> I'm glad to here that, but what about support for Firefox on X11? Is it given 
> up?

Hardware decoding is platform independent so it generally works under X11 as 
it's implemented as Bug 1616185. 
For whole playback chain see Bug 1610199 what's needed to be done fox X11.
I was closing this one as it refers to HW decode only, not the playback.
The overall video playback is tracked at Bug 1210726.

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

Title:
  Missing VA-API hardware decoding support drains battery

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

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

[Bug 1688592]

2020-03-30 Thread Stransky
(In reply to lilydjwg from comment #30)
> I'm glad to here that, but what about support for Firefox on X11? Is it given 
> up?

Filed Bug 1619523 for it.

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

Title:
  Missing VA-API hardware decoding support drains battery

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

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

[Bug 1688592]

2020-03-30 Thread Stransky
HW decoding support  has landed at Bug 1616185.

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

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

Title:
  Missing VA-API hardware decoding support drains battery

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

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

[Bug 1828728]

2020-01-21 Thread Stransky
I'll look at it. We need to make sure it works under X11 and XWayland on
Gnome.

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

Title:
  White corners when CSD is enabled on Firefox under X11

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

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

[Bug 1828728]

2019-10-07 Thread Stransky
Yes, but mozilla.widget.use-argb-visuals = true also introduces Bug
1516224. But maybe Bug 1516224 is not longer an issue with Bug 1578464
checked in.

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

Title:
  White corners when CSD is enabled on Firefox under X11

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

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

[Bug 1828728]

2019-10-03 Thread Stransky
That's weird as shape mask should be used there. Can you attach output
of "env | grep XDG" and also your about:config?

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

Title:
  White corners when CSD is enabled on Firefox under X11

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

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

[Bug 1828728]

2019-10-03 Thread Stransky
Also I expect it's still broken with latest nightly, right?

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

Title:
  White corners when CSD is enabled on Firefox under X11

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

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

[Bug 1838965]

2019-09-04 Thread Stransky
I think you mean slow scrolling here instead of video playback tearing,
right?

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

Title:
  Screen tearing in Firefox on Wayland

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

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

[Bug 541951]

2019-07-02 Thread Stransky
Looking forward to see the patch landed as we use it at Fedora.

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

Title:
  Firefox 3.6 does not honour lockPref

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

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

[Bug 623844]

2019-07-01 Thread Stransky
Looking forward to see the patch landed as we use it at Fedora.

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

Title:
  lockpref not honored in /etc/thunderbird/pref/thunderbird.js

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

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

[Bug 220263]

2019-06-30 Thread Stransky
Yes, duplicate of Bug 1527048.

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

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

Title:
  Bad Firefox integration with dark themes

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

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

[Bug 21753]

2019-06-01 Thread Stransky
We're not going to fix that.

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

Title:
  Epiphany 'Move tab to window' option doesn't work in breezy

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

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

[Bug 220263]

2019-05-04 Thread Stransky
btw. widget.content.gtk-theme-override should be set to "Adwaita:light"
and works only when e10s is enabled.

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

Title:
  Bad Firefox integration with dark themes

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

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

[Bug 220263]

2019-05-04 Thread Stransky
System colors (and it's override) is covered by Bug 1422563
Dark Gtk theme is covered by Bug 1527048

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

Title:
  Bad Firefox integration with dark themes

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

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

[Bug 1160569]

2015-01-05 Thread Stransky
g_slice_set_config()(In reply to Karl Tomlinson (:karlt) from comment #44)
> On irc, glandium indicated that he would prefer to dlopen libglib (before
> anything depends on libgobject) and use the deprecated g_slice_set_config
> internal debugging api, than follow Matthias' suggestion to use
> GSLICE=always-malloc, because of the awkwardness of putenv/unsetenv.

GSLICE=always-malloc ENV is the only way how to disable it in glib >=
2.35. g_slice_set_config() actually does nothing because it tweaks only
a local copy of slice_config which is not send to the allocator. The
actual slice_config_init() config routine has its SliceConfig *config
for that.

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

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

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

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


[Bug 434476]

2014-09-27 Thread Stransky
The patch utilizes the org.freedesktop.ScreenSaver or
org.gnome.SessionManager D-BUS interfaces so it depends if you have such
services enabled or not and if your screen saver listen here.

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

Title:
  screensaver starts while playing HTML5 videos

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

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


[Bug 434476]

2014-09-27 Thread Stransky
Check d-feet (#yum install d-feet.noarch in Fedora) to inspect your
active dbus interfaces.

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

Title:
  screensaver starts while playing HTML5 videos

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

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


[Bug 434476]

2014-09-27 Thread Stransky
For instance I see only "org.mate.ScreenSaver" interface on
Fedora20/MATE desktop. So the problem may be here.

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

Title:
  screensaver starts while playing HTML5 videos

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

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


[Bug 434476]

2014-06-19 Thread Stransky
Comment on attachment 8442071
patch v.5

Try: https://tbpl.mozilla.org/?tree=Try&rev=ae11997b18f8

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

Title:
  screensaver starts while playing HTML5 videos

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

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


[Bug 434476]

2014-06-18 Thread Stransky
Created attachment 8442071
patch v.5

Something like that? It listens to "screen" locks only and returns when
screensaver is already inhibited.

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

Title:
  screensaver starts while playing HTML5 videos

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

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


[Bug 434476]

2014-06-18 Thread Stransky
(In reply to Edwin Flores [:eflores] [:edwin] from comment #57)
> (In reply to Martin Stránský from comment #53)
> > The screensaver should not be inhibited by "cpu" and "high-priority" wake
> > locks. It looks like those are used to inhibit GC or disable power save (see
> > Bug 872430).
> 
> This isn't an issue with wake lock code, it's an issue with wake locks being
> used incorrectly on desktop. The better solution here would be to make sure
> that "cpu" and "high-priority" are never used in the first place, on desktop.

That's possible but we just can't disable screensaver for *any* lock,
right? We want to disable it for the screen-related events only, not for
audio events or so.

I see the "DOM_Fullscreen" should not be used here - It seems to be set
for any fullscreen elements, like full-screen webgl canvas, full-screen
browsing and so.

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

Title:
  screensaver starts while playing HTML5 videos

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

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

[Bug 434476]

2014-06-17 Thread Stransky
The screensaver should not be inhibited by "cpu" and "high-priority"
wake locks. It looks like those are used to inhibit GC or disable power
save (see Bug 872430).

I've found two screen related wake locks - "DOM_Fullscreen" (Bug 805017)
and "screen" (Bug 868325). I think any element which wants to inhibit
screensaver should create the "screen" or "DOM_Fullscreen" wake locks -
like the VideoElement does.

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

Title:
  screensaver starts while playing HTML5 videos

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

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


[Bug 434476]

2014-06-17 Thread Stransky
Created attachment 8441363
patch v.4

I watches "DOM_Fullscreen" and "screen" wakelocks only.

Passes the broken test:
./mach mochitest-plain dom/browser-element/mochitest/priority

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

Title:
  screensaver starts while playing HTML5 videos

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

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


[Bug 434476]

2014-06-17 Thread Stransky
Comment on attachment 8441363
patch v.4

Try build: https://tbpl.mozilla.org/?tree=Try&rev=e2e2ba6d85b8

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

Title:
  screensaver starts while playing HTML5 videos

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

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


[Bug 434476]

2014-06-06 Thread Stransky
IMHO we should only listen the "DOM_Fullscreen" wake lock topic. See 
http://mxr.mozilla.org/mozilla-central/source/dom/base/nsGlobalWindow.cpp#6024

Why has it been removed from the original patch?

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

Title:
  screensaver starts while playing HTML5 videos

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

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


[Bug 11334]

2012-08-13 Thread Stransky
Created attachment 461511
1.9.2 version

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

Title:
  MASTER Copy-Paste doesn't work if the source is closed before the
  paste

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

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


[Bug 927282]

2012-03-12 Thread Stransky
Set dom.ipc.plugins.java.enabled to true is a workaround here
(https://bugzilla.redhat.com/show_bug.cgi?id=789959)

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

Title:
  Java crash with icedtea plugin and Firefox 10+

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

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