 Chromium Code Reviews
 Chromium Code Reviews Issue 1367933003:
  CSP source *.x.y should not match host x.y  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src@master
    
  
    Issue 1367933003:
  CSP source *.x.y should not match host x.y  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src@master| Index: tools/metrics/histograms/histograms.xml | 
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml | 
| index 180ec300752b6dc19979842c819f1bea4948d183..97671a2a122d20d5d2ba37f4dffc25c238d9aea0 100644 | 
| --- a/tools/metrics/histograms/histograms.xml | 
| +++ b/tools/metrics/histograms/histograms.xml | 
| @@ -59309,7 +59309,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. | 
| <int value="927" label="PresentationAvailabilityChangeEventListener"/> | 
| <int value="928" label="PresentationRequestConstructor"/> | 
| <int value="929" label="PresentationRequestStart"/> | 
| - <int value="930" label="PresentationRequestJoin"/> | 
| + <int value="930" label="PresentationRequestReconnect"/> | 
| 
Alexei Svitkine (slow)
2015/09/24 16:51:01
Any idea what happened to this one? Generally, it'
 
jww
2015/09/24 17:06:45
No idea what happened here; this is just the resul
 | 
| <int value="931" label="PresentationRequestGetAvailability"/> | 
| <int value="932" label="PresentationRequestSessionConnectEventListener"/> | 
| <int value="933" label="PresentationSessionClose"/> | 
| @@ -59334,6 +59334,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. | 
| <int value="952" label="V8Window_Prompt_Method"/> | 
| <int value="953" label="V8Window_Print_Method"/> | 
| <int value="954" label="V8Window_RequestIdleCallback_Method"/> | 
| + <int value="955" label="FlexboxPercentagePaddingVertical"/> | 
| + <int value="956" label="FlexboxPercentageMarginVertical"/> | 
| + <int value="957" label="BackspaceNavigatedBack"/> | 
| + <int value="958" label="BackspaceNavigatedBackAfterFormInteraction"/> | 
| + <int value="959" label="CSPSourceWildcardWouldMatchExactHost"/> | 
| </enum> | 
| <enum name="FetchRequestMode" type="int"> |