Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Drive-by breaking changes #105

Merged
merged 2 commits into from Feb 6, 2017
Merged

Drive-by breaking changes #105

merged 2 commits into from Feb 6, 2017

Commits on Feb 6, 2017

  1. Avoid cloning NonTSPseudoClass

    In current impls in Servo NonTSPseudoClass cheap to clone (it’s a C-like
    enum) but as we add support for more pseudo classes (like :lang()) we
    will add variants that carry data that might be more expensive to clone.
    SimonSapin committed Feb 6, 2017
    Copy the full SHA
    4d7c5d8 View commit details
    Browse the repository at this point in the history
  2. Remove heapsize feature

    It’s broken on current Rust versions (still uses the old compiler
    plugin) it nobody seems to use it since nobody noticed.
    SimonSapin committed Feb 6, 2017
    Copy the full SHA
    7c2387c View commit details
    Browse the repository at this point in the history