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

Update to string-cache 0.3, add an html5atoms_crate #228

Merged
merged 8 commits into from Nov 2, 2016
Merged

Commits on Oct 31, 2016

  1. Use static local names list from Gecko.

    Extracted from commit e23b523.
    
    Give up on Shephred, it contains both false positives and false negatives.
    SimonSapin committed Oct 31, 2016

Commits on Nov 2, 2016

  1. html5ever-atoms crate

    SimonSapin committed Nov 2, 2016
  2. Update to string_cache 0.3

    The `atom!` macro is now defined in this crate,
    with the same static atoms as before.
    
    The `Atom`, `Namespace`, and `QualName` types are also here.
    `string_cache::Atom` now takes a type parameter,
    `html5ever::Atom` is a type alias with the parameter set.
    SimonSapin committed Nov 2, 2016
  3. Add a Prefix atom

    SimonSapin committed Nov 2, 2016
  4. HeapSizeOf for QualName

    SimonSapin committed Nov 2, 2016
You can’t perform that action at this time.