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

Generalize the layout wrapper layer #8595

Merged
merged 3 commits into from Nov 19, 2015

Commits on Nov 19, 2015

  1. Hoist exported wrapper functionality into a family of traits.

    All the existing code still uses the concrete implementations, so this
    shouldn't impact the generated code at all.
    bholley committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    54f2700 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dd45b9 View commit details
    Browse the repository at this point in the history
  3. Rename Layout*Trait to Layout*.

    The next step will be to remote the Servo-specificity of the layout code we want
    to share by making it operate generically on Layout*.
    bholley committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    2f6e949 View commit details
    Browse the repository at this point in the history