mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Added a bloom filter to CSS selector matching.
This commit is contained in:
parent
d161d0ad47
commit
acd83ff47b
20 changed files with 817 additions and 78 deletions
|
@ -2,7 +2,7 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#[deriving(PartialEq, Clone, Encodable)]
|
||||
#[deriving(Eq, PartialEq, Clone, Encodable, Hash)]
|
||||
pub enum Namespace {
|
||||
Null,
|
||||
HTML,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue