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
stylo: Use atoms as the pseudo-element back-end. #12815
Commits on Aug 16, 2016
-
emilio committed
Aug 16, 2016 Unverified
This user has not uploaded their public key yet.GPG key ID: 056B727BB9C1027C Learn about signing commits -
stylo: Move gecko_bindins/tools to binding_tools
emilio committedAug 16, 2016 Unverified
This user has not uploaded their public key yet.GPG key ID: 056B727BB9C1027C Learn about signing commits -
stylo: Allow regenerating atoms as part of the normal generation of b…
…indings. This configures the regeneration of atoms as part of the normal generation of bindings, so it stops being a whole different process. This also adds a generated file to components/style/generated with a convenience macro invocation for pseudo-elements, which comes handy in order to avoid duplication.
emilio committedAug 16, 2016 Unverified
This user has not uploaded their public key yet.GPG key ID: 056B727BB9C1027C Learn about signing commits -
stylo: generate bindings with bitfield accessors.
emilio committedAug 16, 2016 Unverified
This user has not uploaded their public key yet.GPG key ID: 056B727BB9C1027C Learn about signing commits -
emilio committed
Aug 16, 2016 Unverified
This user has not uploaded their public key yet.GPG key ID: 056B727BB9C1027C Learn about signing commits -
stylo: Convert pseudo-elements to an Atom wrapper.
emilio committedAug 16, 2016 Unverified
This user has not uploaded their public key yet.GPG key ID: 056B727BB9C1027C Learn about signing commits -
stylo: We have an Atom back-end now.
emilio committedAug 16, 2016 Unverified
This user has not uploaded their public key yet.GPG key ID: 056B727BB9C1027C Learn about signing commits -
stylo: Use Arc::get_mut().unwrap() instead of make_mut.
It's infallible, so no point in using make_mut.
emilio committedAug 16, 2016 Unverified
This user has not uploaded their public key yet.GPG key ID: 056B727BB9C1027C Learn about signing commits -
stylo: Remove misleading comments re. break-before and break-after.
They're alias, and the deprecated property is page-break-xxx, not break-xxx.
emilio committedAug 16, 2016 Unverified
This user has not uploaded their public key yet.GPG key ID: 056B727BB9C1027C Learn about signing commits -
stylo: privatize Atom::chars()
emilio committedAug 16, 2016 Unverified
This user has not uploaded their public key yet.GPG key ID: 056B727BB9C1027C Learn about signing commits -
stylo: Add sugar over the bitfield accessors in nsIAtom.
emilio committedAug 16, 2016 Unverified
This user has not uploaded their public key yet.GPG key ID: 056B727BB9C1027C Learn about signing commits -
Unverified
This user has not uploaded their public key yet.GPG key ID: 056B727BB9C1027C Learn about signing commits