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

Fix crash in DL building #20752

Merged
merged 4 commits into from May 19, 2018
Merged

Fix crash in DL building #20752

merged 4 commits into from May 19, 2018

Commits on May 5, 2018

  1. Fix crash in background building

    Always use border_padding and writing_mode from the same fragment.
    Mixing them will trigger a debug assertion if the writing modes are different.
    
    Cleanup and use compute_background_clip
    pyfisch committed May 5, 2018
  2. Pass Rect<Au> by value and not by reference

    Style change in display_list/builder.rs to reduce
    the number of & and * found in the code.
    Rect<Au> are basically 4 integers so there is no
    need to pass by reference.
    pyfisch committed May 5, 2018
  3. Rustfmt components/layout/display_list/

    pyfisch committed May 5, 2018

Commits on May 18, 2018

  1. Add test for background crash

    pyfisch committed May 18, 2018
You can’t perform that action at this time.