Chromium Code Reviews
DescriptionRename IgnoringCacheData to ValidatingCacheData
'ignoring' is very confusing in current Chromium/Blink repository.
'ignoreCache' is used to specify the strong reload in some areas, but
strong reload actually uses BYPASS_CACHE flag, and weak realod uses
IGNORE_CACHE.
This series of changes remove 'ignore' or 'ignoring' from the code base
completely, and use 'validate' and 'bypass' to be consistent with
net flags.
Also, I drop 'Reload' prefix because this does not represent the flag
behavior, but just one of use case to use the flag today.
BUG=599364
Committed: https://crrev.com/e0688f98395f1bc84d3ccbc57380950773cc09ad
Cr-Commit-Position: refs/heads/master@{#384500}
Patch Set 1 #Patch Set 2 : fix webkit_unit_tests build #Patch Set 3 : git cl format #Messages
Total messages: 14 (5 generated)
|