Closed
Bug 1528639
Opened 7 years ago
Closed 7 years ago
Implement scroll-margin parser and serializer
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Tracking
()
RESOLVED
FIXED
mozilla67
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: hiro, Assigned: hiro)
References
Details
Attachments
(1 file)
Whatever approach we take to switch scroll-snap-type, we can implement this independently.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=f403b0bec06c647415d78bc3b8d6f77b74254f80
| Assignee | ||
Updated•7 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•7 years ago
|
||
The reason why we use gfxPrefs instead of StaticPrefs is that
ScrollSnapUtils::GetSnapPointForDestination() is called both from the main and
the compositor threads, and the function will have a branch depending on the
pref value.
Pushed by hikezoe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fbc9cb800109
Implement scroll-margin parser and serializer. r=emilio
Comment 3•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/15447 for changes under testing/web-platform/tests
Upstream PR merged
You need to log in
before you can comment on or make changes to this bug.
Description
•