Closed
Bug 2013445
Opened 10 days ago
Closed 7 days ago
Use `ScrollContainerFrame::UsesOverlayScrollbars` in ScrollContainerFrame
Categories
(Core :: Layout: Scrolling and Overflow, task, P3)
Core
Layout: Scrolling and Overflow
Tracking
()
RESOLVED
FIXED
149 Branch
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | fixed |
People
(Reporter: hiro, Assigned: hiro)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
There's a utility function named ScrollContainerFrame::UsesOverlayScrollbars, but there are a couple of places using nsPresContext::UseOverlayScrollbars directly in ScrollContainerFrame.cpp.
Also I'd like to rename the function from UsesOverlayScrollbars to UseOverlayScrollbars.
| Assignee | ||
Comment 1•10 days ago
|
||
And rename the utility function to UseOverlayScrollbars.
Updated•10 days ago
|
Assignee: nobody → hikezoe.birchill
Attachment #9541139 -
Attachment description: WIP: Bug 2013445 - Use the ScrollContainerFrame's utility function in ScrollContainerFrame.cpp to tell whether the scrollbars are overlay. r#?layout-reviewers → Bug 2013445 - Use the ScrollContainerFrame's utility function in ScrollContainerFrame.cpp to tell whether the scrollbars are overlay. r?#layout-reviewers
Status: NEW → ASSIGNED
| Assignee | ||
Updated•10 days ago
|
Severity: -- → S3
Priority: -- → P3
Pushed by hikezoe.birchill@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/25d6dce5a9df
https://hg.mozilla.org/integration/autoland/rev/7b462e5f87f8
Use the ScrollContainerFrame's utility function in ScrollContainerFrame.cpp to tell whether the scrollbars are overlay. r=layout-reviewers,emilio
Comment 3•7 days ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 days ago
status-firefox149:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 149 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•