Closed
Bug 1351511
Opened 8 years ago
Closed 7 years ago
Convert nsDisplaySolidColorRegion to WR DisplayItems
Categories
(Core :: Graphics: WebRender, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox56 | --- | unaffected |
firefox57 | --- | fixed |
People
(Reporter: mchang, Assigned: cleu)
References
Details
(Whiteboard: [wr-mvp])
Attachments
(3 files)
No description provided.
Updated•8 years ago
|
Blocks: stage-wr-nightly
Updated•8 years ago
|
Summary: Convert nsSolidColorRegion to WR DisplayItems → Convert nsDisplaySolidColorRegion to WR DisplayItems
Updated•8 years ago
|
Blocks: layers-free
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 6•8 years ago
|
||
Hi Markus
Do you know what circumstances will utilize this display item?
I want to test its correctness, but got no luck entering this part of code.
Flags: needinfo?(mstange)
Comment 7•8 years ago
|
||
It's used for the "modal" find bar UI, which you can enable by flipping the pref findbar.modalHighlight to true. If you then search for a word on a page which occurs multiple times, you can see the whole page except for those word occurences go darker. This darkening is achieved by putting an nsDisplaySolidColorRegion with partially-transparent black on top of the page.
Flags: needinfo?(mstange)
Assignee | ||
Updated•8 years ago
|
Attachment #8897345 -
Flags: review?(mstange)
Assignee | ||
Comment 8•8 years ago
|
||
BTW, I found something strange when I enable modal highlight.
The left side is Firefox Beta, and the right one is nightly, webrender is not enabled on both browser.
I use cmd+F to search "wiki" and "free", the left side will clean old highlights when I change my keyword while right side won't.
I have tried webrender/layers-free on/off but it seems that they are irrelevant.
Is that an expected behavior?
Flags: needinfo?(mstange)
Updated•7 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P1
Whiteboard: [wr-mvp]
Target Milestone: --- → mozilla57
Comment 9•7 years ago
|
||
That's not expected behavior. Can you still reproduce this? I can't.
Flags: needinfo?(mstange) → needinfo?(cleu)
Comment 10•7 years ago
|
||
mozreview-review |
Comment on attachment 8897345 [details]
Bug 1351511 - Support nsDisplaySolidColorRegion to WR DisplayItems
https://reviewboard.mozilla.org/r/168652/#review182762
Attachment #8897345 -
Flags: review?(mstange) → review+
Updated•7 years ago
|
status-firefox56:
--- → unaffected
status-firefox57:
--- → unaffected
Assignee | ||
Comment 11•7 years ago
|
||
Yes, still reproducible, both "wiki" and "free" are highlighted after I change my cmd+F keyword
Flags: needinfo?(cleu)
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 12•7 years ago
|
||
(In reply to Michael Leu[:Lenzak](UTC+8) from comment #11)
> Created attachment 8906435 [details]
> Screen Shot 2017-09-11 at 10.19.14 AM.png
>
> Yes, still reproducible, both "wiki" and "free" are highlighted after I
> change my cmd+F keyword
It also reproducible on Ubuntu, too.
Comment 13•7 years ago
|
||
Ah, I couldn't reproduce it because I had the "Highlight All" button checked. Can you please file a new bug for this and make it block bug 1312008? Thanks.
Updated•7 years ago
|
Comment 14•7 years ago
|
||
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/52e22eaebe72
Support nsDisplaySolidColorRegion to WR DisplayItems r=mstange
Keywords: checkin-needed
Comment 15•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•