tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

mod.rs (454B)


      1 /* This Source Code Form is subject to the terms of the Mozilla Public
      2 * License, v. 2.0. If a copy of the MPL was not distributed with this
      3 * file, You can obtain one at https://mozilla.org/MPL/2.0/. */
      4 
      5 //! Invalidation of element styles due to attribute or style changes.
      6 
      7 pub mod document_state;
      8 pub mod element_wrapper;
      9 pub mod invalidation_map;
     10 pub mod invalidator;
     11 pub mod relative_selector;
     12 pub mod restyle_hints;
     13 pub mod state_and_attributes;