Closed
Bug 1468732
Opened 6 years ago
Closed 6 years ago
Warning: "Unknown font instance key" when (un)maximizing the window
Categories
(Core :: Graphics: WebRender, defect, P5)
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox62 | --- | disabled |
People
(Reporter: jan, Unassigned)
References
()
Details
(Keywords: nightly-community, Whiteboard: [gfx-noted])
Attachments
(1 file)
1.92 MB,
video/mp4
|
Details |
mozregression --launch 2018-06-14 -B debug --pref gfx.webrender.all:true startup.homepage_welcome_url:'https://www.gatsbyjs.org/'
See attached video.
RUST_LOG=debug mozregression --launch 2018-06-14 -B debug --pref gfx.webrender.all:true startup.homepage_welcome_url:'https://www.gatsbyjs.org/'
> 2:10.23 INFO: DEBUG 2018-06-14T14:26:46Z: webrender::display_list_flattener: key=FontInstanceKey(IdNamespace(3), 40)
> 2:10.23 INFO: WARN 2018-06-14T14:26:46Z: webrender::display_list_flattener: Unknown font instance key
> 2:10.23 INFO: DEBUG 2018-06-14T14:26:46Z: webrender::display_list_flattener: key=FontInstanceKey(IdNamespace(3), 37)
> 2:10.23 INFO: WARN 2018-06-14T14:26:46Z: webrender::display_list_flattener: Unknown font instance key
> 2:10.23 INFO: DEBUG 2018-06-14T14:26:46Z: webrender::display_list_flattener: key=FontInstanceKey(IdNamespace(3), 37)
> 2:10.23 INFO: WARN 2018-06-14T14:26:46Z: webrender::display_list_flattener: Unknown font instance key
> 2:10.23 INFO: DEBUG 2018-06-14T14:26:46Z: webrender::display_list_flattener: key=FontInstanceKey(IdNamespace(3), 37)
> 2:10.23 INFO: WARN 2018-06-14T14:26:46Z: webrender::display_list_flattener: Unknown font instance key
> 2:10.23 INFO: DEBUG 2018-06-14T14:26:46Z: webrender::display_list_flattener: key=FontInstanceKey(IdNamespace(3), 37)
> 2:10.23 INFO: WARN 2018-06-14T14:26:46Z: webrender::display_list_flattener: Unknown font instance key
> 2:10.23 INFO: DEBUG 2018-06-14T14:26:46Z: webrender::display_list_flattener: key=FontInstanceKey(IdNamespace(3), 37)
> 2:10.23 INFO: WARN 2018-06-14T14:26:46Z: webrender::display_list_flattener: Unknown font instance key
> 2:10.23 INFO: DEBUG 2018-06-14T14:26:46Z: webrender::display_list_flattener: key=FontInstanceKey(IdNamespace(3), 46)
https://searchfox.org/mozilla-central/rev/40577076a6e7a14d143725d0288353c250ea2b16/gfx/webrender/src/display_list_flattener.rs#1881
Reporter | ||
Updated•6 years ago
|
Summary: Warning: "Unknown font instance key" when maximizing the window → Warning: "Unknown font instance key" when (un)maximizing the window
Comment 1•6 years ago
|
||
does this warning have any associated user-visible misbehaviours?
Reporter | ||
Comment 2•6 years ago
|
||
In the case this bug is not related to bug 1452513 comment 19, I wouldn't be aware of any problematic misbehaviour.
Reporter | ||
Comment 3•6 years ago
|
||
RUST_LOG=debug mozregression --find-fix --bad 2018-06-14 --good 2018-09-09 -B debug --pref gfx.webrender.all:true privacy.trackingprotection.enabled:true privacy.trackingprotection.introCount:1 -a https://www.gatsbyjs.org/
> 63:38.96 INFO: First good revision: 80efe717b563f329a2261a8d23f4ebbc470c432f
> 63:38.96 INFO: Last bad revision: 8984f6868e572079cc991492124ba99747f0f681
> 63:38.96 INFO: Pushlog:
> https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=8984f6868e572079cc991492124ba99747f0f681&tochange=80efe717b563f329a2261a8d23f4ebbc470c432f
> 80efe717b563 Nicolas Silva — Bug 1455422 - Implement the new blob image rasterization hooks. r=kats, gankro
> 7041b2f0aef8 Jeff Muizelaar — Bug 1476636. Update Cargo lockfiles, re-vendor rust dependencies
> 5fdc7f00aba1 Jeff Muizelaar — Bug 1476636. Update webrender to commit 9f21ee5dba0694818a1e2e46d95734ede281447c
Could this have been fixed by async blob?
Reporter | ||
Comment 4•6 years ago
|
||
Other possible patch would be "Reduce glyph key to 32 bits": servo/webrender#2894
You need to log in
before you can comment on or make changes to this bug.
Description
•