Skip to content
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

Split background.rs file in background, border and gradient #21972

Merged
merged 2 commits into from Oct 23, 2018

Commits on Oct 22, 2018

  1. Split layout/background.rs file

    Have background, border and gradient modules
    for calculation functions.
    Use shorter names for functions that are qualified
    by the module name like `border::radii`.
    
    Use push_item and push_iter to add items to WebRender.
    pyfisch committed Oct 22, 2018
  2. Layout: Remove redundant deny unsafe and format

    Add license to two files.
    
    Bypass DisplayListBuilder for some items.
    pyfisch committed Oct 22, 2018
You can’t perform that action at this time.