chickenleaf

Results 4 issues of chickenleaf

udemy gets to know youve downloaded the course and so it takes action on our account

**Note:** - left a few `CanGc::note()` to be picked up later on. - in `cssstyledeclaration.rs` line 268 left a `CanGc::note()` since it needed too many changes. Will pick up from...

**Describe the bug:** **Issue:** Clippy warns about using `Arc` with `TrustedReference`: ``` warning: usage of an Arc that is not Send and Sync --> components/script/dom/bindings/refcounted.rs:269:36 let refcount = Arc::new(TrustedReference::new(ptr)); ```...

C-untriaged

**File**: components/layout_2020/style_ext.rs **PR Description** **Issue**: Clippy warned about a complex return type in `content_box_sizes_and_padding_border_margin`. **Changes**: 1. Simplified the return type by grouping the three `LogicalVec2` values into a single tuple....