-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
A-embeddingA-gfx/compositingA-servoshellB-high-valueRepresents work that would have a big impactRepresents work that would have a big impactC-needs-testI-cleanupNo impact; the issue is one of maintainability or tidiness.No impact; the issue is one of maintainability or tidiness.
Description
Describe the bug:
servo/components/servo/webview.rs
Line 81 in f88dd2a
rect: DeviceRect, |
pub rect: DeviceRect, |
rect
is an important part of WebvViewRenderer
and WebViewInner
. Right now, it is mix-used in three ways:
- Entire Window Rect
- Inner Rect (Entire Window Rect without OS decoration)
- Viewport rect
Platform:
All.
Metadata
Metadata
Assignees
Labels
A-embeddingA-gfx/compositingA-servoshellB-high-valueRepresents work that would have a big impactRepresents work that would have a big impactC-needs-testI-cleanupNo impact; the issue is one of maintainability or tidiness.No impact; the issue is one of maintainability or tidiness.