 Chromium Code Reviews
 Chromium Code Reviews Issue 
            658813002:
    Use full white/black listing for invalidation selectors.  (Closed)
    
  
    Issue 
            658813002:
    Use full white/black listing for invalidation selectors.  (Closed) 
  | DescriptionUse full white/black listing for invalidation selectors.
In preparation for dropping InvalidationSetMode [1], list all possible
selector components, either in an explicit black-list or white-listed in
an assert making sure that new selector component types are either black-
or white-listed when added.
The goal is to make the black-list really short as demonstrated in [1], but
getting rid of more of the unnecessarily black-listed ones should be
carefully done on a case-by-case basis. The intent of this patch is to
effectively keep the white-list unchanged.
[1] https://codereview.chromium.org/639433002
R=chrishtr@chromium.org,esprehn@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183767
   Patch Set 1 #
      Total comments: 6
      
     Patch Set 2 : Fixed review issues #Messages
    Total messages: 7 (1 generated)
     |