Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: components/subresource_filter/core/common/flat/rules.fbs

Issue 2816693002: [IndexedRuleset] Improve worst-case domain list matching. (Closed)
Patch Set: Add TODO. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/subresource_filter/core/common/indexed_ruleset.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/subresource_filter/core/common/flat/rules.fbs
diff --git a/components/subresource_filter/core/common/flat/rules.fbs b/components/subresource_filter/core/common/flat/rules.fbs
index 96c251a3bc92f056ce00909342ae68ca3ad13058..fdeaea972ee2eb8212f1d4c4e7e305f2a6ccf649 100644
--- a/components/subresource_filter/core/common/flat/rules.fbs
+++ b/components/subresource_filter/core/common/flat/rules.fbs
@@ -48,9 +48,8 @@ table UrlRule {
anchor_right : AnchorType = NONE;
// The list of domains to be included/excluded from the filter's affected set.
- // If a particular string in the list starts with '~' then the respective
- // domain is excluded, otherwise included.
- domains : [string];
+ domains_included : [string];
+ domains_excluded : [string];
// A URL pattern in the format defined by |url_pattern_type|.
url_pattern : string;
« no previous file with comments | « no previous file | components/subresource_filter/core/common/indexed_ruleset.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698