Chromium Code Reviews
DescriptionImplement correct logic for URLPatternSet set operators.
URLPattern instances have "containment" relationships (as opposed to simple equality) that need to be taken into account when implementing set operations.
For example, {"<all_urls>"} INTERSECTION {"http://www.google.com/*"} = {"http://www.google.com/*"}
BUG=310815
Patch Set 1 #
Total comments: 14
Patch Set 2 : Address code review feedback. #
Messages
Total messages: 9 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||