Chromium Code Reviews| Index: Source/core/frame/UseCounter.h |
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
| index 9a8b69d27565641b223f8ffda775b4e662ad012c..9062f7a8cc0f9d9709911ae61ff6f11a0a1531fb 100644 |
| --- a/Source/core/frame/UseCounter.h |
| +++ b/Source/core/frame/UseCounter.h |
| @@ -230,7 +230,6 @@ public: |
| CSSStyleSheetAddRule = 220, |
| CSSStyleSheetRemoveRule = 221, |
| // The above items are available in M33 branch. |
| - |
|
jochen (gone - plz use gerrit)
2014/07/21 11:31:24
why delete those nice spacer lines?
Mike West
2014/07/21 12:48:05
`git cl format` :(
I'll fix it, thanks for catchi
|
| InitMessageEvent = 222, |
| ElementSetPrefix = 224, // Element.prefix is readonly in DOM4. |
| CSSStyleDeclarationGetPropertyCSSValue = 225, |
| @@ -268,7 +267,6 @@ public: |
| PromiseReject = 272, |
| PromiseResolve = 273, |
| // The above items are available in M34 branch. |
| - |
| TextAutosizing = 274, |
| TextAutosizingLayout = 275, |
| HTMLAnchorElementPingAttribute = 276, |
| @@ -319,7 +317,6 @@ public: |
| PrefixedDocumentFullscreenElement = 323, |
| PrefixedDocumentExitFullscreen = 324, |
| // The above items are available in M35 branch. |
| - |
| SVGForeignObjectElement = 325, |
| PrefixedElementRequestPointerLock = 326, |
| SelectionSetPosition = 327, |
| @@ -413,7 +410,6 @@ public: |
| VTTCueRenderSizeNot100 = 415, |
| VTTCueRenderAlignNotMiddle = 416, |
| // The above items are available in M36 branch. |
| - |
| ElementRequestPointerLock = 417, |
| VTTCueRenderRtl = 418, |
| PostMessageFromSecureToInsecure = 419, |
| @@ -428,7 +424,7 @@ public: |
| TextEncoderConstructor = 429, |
| TextEncoderEncode = 430, |
| TextDecoderConstructor = 431, |
| - TextDecoderDecode= 432, |
| + TextDecoderDecode = 432, |
| FocusInOutEvent = 433, |
| MouseEventMovementX = 434, |
| MouseEventMovementY = 435, |
| @@ -441,7 +437,7 @@ public: |
| FormsSubmitted = 442, |
| TextInputEventOnInput = 443, |
| TextInputEventOnTextArea = 444, |
| - TextInputEventOnContentEditable= 445, |
| + TextInputEventOnContentEditable = 445, |
| TextInputEventOnNotNode = 446, |
| WebkitBeforeTextInsertedOnInput = 447, |
| WebkitBeforeTextInsertedOnTextArea = 448, |
| @@ -470,7 +466,6 @@ public: |
| CSSDeepCombinator = 471, |
| SyncXHRWithCredentials = 472, |
| // The above items are available in M37 branch. |
| - |
| UseAsm = 473, |
| KeyEventNotAllowedInFullScreen = 474, |
| DOMWindowOpen = 475, |
| @@ -484,6 +479,8 @@ public: |
| MeterElement = 483, |
| ProgressElement = 484, |
| VideoFullscreenAllowedExemption = 485, |
| + PPAPIRequestAllowedByObjectSrc = 486, |
| + PPAPIRequestBypassedObjectSrc = 487, |
| // Add new features immediately above this line. Don't change assigned |
| // numbers of any item, and don't reuse removed slots. |
| // Also, run update_use_counter_feature_enum.py in chromium/src/tools/metrics/histograms/ |