Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,776 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
- emilio/loadCSS JavaScript
- emilio/mp4parse-rust Rust
- emilio/fallible_collections Rust
Created a pull request in mozilla/mp4parse-rust that received 7 comments
Update hashbrown.
We have two hashbrown versions in Gecko now. This and vcombey/fallible_collections#8 allow us to get rid of it.
- Support an annotation for generating bitfield sizes in C code (`: SIZE`)
- Use a getter for accessing `Config::cpp_compat`
- Support wider range of expressions in enum discriminants
- Add an option for converting usize/isize into size_t/ptrdiff_t
- Allow controlling the Cargo profile used for macro expansion
- test suite: Do not generate identical expectation files
- Remove artificial restriction on lifetime parameters on enums
- test suite: Use suffixes instead of directories for test variants
- CI: Add a minimum Rust version check?
- Add missing function `with_style` to the Builder
- Support `sort_by` for constants
- Support constants with arbitrary types (take 2)
- Support generation of Cython bindings
- Fix test suite failures on Windows
- Add ostream serializer
- fix: get correct parent node for slot in shadow dom
- chore: fix bikeshed issues
- Remove language about scheduling an iteration of the event loop
- Define content clip
- Add accessibility considerations section
- Specify task source for IntersectionObserver notification tasks
- Add privacy and security section
- Send not-intersecting notifications for detached targets
Created an issue in mozilla/rr that received 11 comments
Frequent "Assertion `!counting_period || interrupt_val <= adjusted_counting_period' failed to hold." after update to Fedora 33
I recently updated my machine to Fedora 33 and I'm seeing a bunch of these assertions when recording / replaying Firefox. The rr tests are enough t…
- [selectors] What is the reasoning for ignoring defaullt namespaces only on the subject for :is() / :where() / :not()?
- [cssom] The way CSSStyleDeclaration exposes properties is not ideal.
- [cssom] [mediaqueries] Media query serialization doesn't work for newer spec features
- [cssom-view] [css-overflow] Document.scrollingElement doesn't reflect viewport propagation correctly in presence of overflow: clip
- [css-ui] Define how caret painting works (which clips apply to it, etc)