New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add lots of Arc’s in style, and prepare for using DOMRefCell #13134
Merged
+488
−247
Update our copy of RefCell, add try_borrow and try_borrow_mut.
edbd88c
Select commit
a5a3a74
Remove CSSRule::Charset
SimonSapin 94d5b28
Add a separate NamespaceRule type
SimonSapin ef5977f
Wrap in Arc<_> every object reflected in CSSOM.
SimonSapin edbd88c
Update our copy of RefCell, add try_borrow and try_borrow_mut.
SimonSapin ec72305
Make DOMRefCell use style’s copy of RefCell
SimonSapin c87180a
Move DOMRefCell to style.
SimonSapin c50e6ad
Import Debug implementations for RefCell and friends
SimonSapin acc38aa
Use Arc<PropertyDeclarationBlock> everwhere it’s appropriate.
SimonSapin ad3437b
Remove now-redundant Arc inside PropertyDeclarationBlock.
SimonSapin 7ef4930
Prepare for interior mutability in PropertyDeclarationBlock
SimonSapin 95033e1
Add any_important and any_normal methods to PropertyDeclarationBlock
SimonSapin
Merged
Add lots of Arc’s in style, and prepare for using DOMRefCell #13134
Update our copy of RefCell, add try_borrow and try_borrow_mut.
Aug 23, 2016
Aug 25, 2016
Aug 25, 2016
Aug 30, 2016
Aug 30, 2016
Aug 30, 2016
Aug 30, 2016
Aug 30, 2016
Aug 31, 2016
Aug 30, 2016
Aug 31, 2016
edbd88c
Select commit
a5a3a74
Remove CSSRule::Charset
SimonSapin 94d5b28
Add a separate NamespaceRule type
SimonSapin ef5977f
Wrap in Arc<_> every object reflected in CSSOM.
SimonSapin edbd88c
Update our copy of RefCell, add try_borrow and try_borrow_mut.
SimonSapin ec72305
Make DOMRefCell use style’s copy of RefCell
SimonSapin c87180a
Move DOMRefCell to style.
SimonSapin c50e6ad
Import Debug implementations for RefCell and friends
SimonSapin acc38aa
Use Arc<PropertyDeclarationBlock> everwhere it’s appropriate.
SimonSapin ad3437b
Remove now-redundant Arc inside PropertyDeclarationBlock.
SimonSapin 7ef4930
Prepare for interior mutability in PropertyDeclarationBlock
SimonSapin 95033e1
Add any_important and any_normal methods to PropertyDeclarationBlock
SimonSapin