Page MenuHomePhabricator

Bug 1946679 - Expose and rename style::value::specified::gecko::IntersectionObserverRootMargin. r=emilio
ClosedPublic

Authored by steven.novaryo on Feb 10 2025, 5:59 AM.
Referenced Files
Unknown Object (File)
Fri, Apr 10, 1:26 AM
Unknown Object (File)
Mon, Apr 6, 2:02 AM
Unknown Object (File)
Mon, Apr 6, 2:02 AM
Unknown Object (File)
Mon, Apr 6, 2:02 AM
Unknown Object (File)
Mon, Apr 6, 2:02 AM
Unknown Object (File)
Mon, Apr 6, 2:02 AM
Unknown Object (File)
Sun, Apr 5, 7:31 AM
Unknown Object (File)
Sun, Apr 5, 1:59 AM

Diff Detail

Event Timeline

phab-bot changed the visibility from "Custom Policy" to "Public (No Login Required)".
phab-bot changed the edit policy from "Custom Policy" to "Restricted Project (Project)".
phab-bot removed a project: secure-revision.
emilio requested changes to this revision.Feb 10 2025, 11:19 AM

Looks good but let's rename the module name. Thanks!

servo/components/style/values/specified/common.rs
5 ↗(On Diff #981857)

common is a rather weird name. All other modules are "common". I'd probably call this intersection_observer.rs, and mod intersection_observer, and update the comment here.

This revision now requires changes to proceed.Feb 10 2025, 11:19 AM
steven.novaryo updated this revision to Diff 982510.
steven.novaryo edited the summary of this revision. (Show Details)

Code analysis found 1 defect in diff 982510:

  • 1 defect found by file-whitespace (Mozlint)
IMPORTANT: Found 1 defect (error level) that must be fixed before landing.

You can run this analysis locally with:

  • ./mach lint --warnings --outgoing

If you see a problem in this automated review, please report it here.

You can view these defects in the Diff Detail section of Phabricator diff 982510.

This revision is now accepted and ready to land.Feb 12 2025, 2:18 PM