Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2901203002: Rename VisualViewport properties to match updated spec (Closed)
Patch Set: Make methods const Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2012 Google, Inc. All rights reserved. 2 * Copyright (C) 2012 Google, Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after
1106 kV8BroadcastChannel_PostMessage_Method = 1448, 1106 kV8BroadcastChannel_PostMessage_Method = 1448,
1107 kV8BroadcastChannel_Close_Method = 1449, 1107 kV8BroadcastChannel_Close_Method = 1449,
1108 kTouchStartFired = 1450, 1108 kTouchStartFired = 1450,
1109 kMouseDownFired = 1451, 1109 kMouseDownFired = 1451,
1110 kPointerDownFired = 1452, 1110 kPointerDownFired = 1452,
1111 kPointerDownFiredForTouch = 1453, 1111 kPointerDownFiredForTouch = 1453,
1112 kPointerEventDispatchPointerDown = 1454, 1112 kPointerEventDispatchPointerDown = 1454,
1113 kSVGSMILBeginOrEndEventValue = 1455, 1113 kSVGSMILBeginOrEndEventValue = 1455,
1114 kSVGSMILBeginOrEndSyncbaseValue = 1456, 1114 kSVGSMILBeginOrEndSyncbaseValue = 1456,
1115 kSVGSMILElementInsertedAfterLoad = 1457, 1115 kSVGSMILElementInsertedAfterLoad = 1457,
1116 kV8VisualViewport_ScrollLeft_AttributeGetter = 1458, 1116 kV8VisualViewport_OffsetLeft_AttributeGetter = 1458,
1117 kV8VisualViewport_ScrollTop_AttributeGetter = 1459, 1117 kV8VisualViewport_OffsetTop_AttributeGetter = 1459,
1118 kV8VisualViewport_PageX_AttributeGetter = 1460, 1118 kV8VisualViewport_PageLeft_AttributeGetter = 1460,
1119 kV8VisualViewport_PageY_AttributeGetter = 1461, 1119 kV8VisualViewport_PageTop_AttributeGetter = 1461,
1120 kV8VisualViewport_ClientWidth_AttributeGetter = 1462, 1120 kV8VisualViewport_Width_AttributeGetter = 1462,
1121 kV8VisualViewport_ClientHeight_AttributeGetter = 1463, 1121 kV8VisualViewport_Height_AttributeGetter = 1463,
1122 kV8VisualViewport_Scale_AttributeGetter = 1464, 1122 kV8VisualViewport_Scale_AttributeGetter = 1464,
1123 kVisualViewportScrollFired = 1465, 1123 kVisualViewportScrollFired = 1465,
1124 kVisualViewportResizeFired = 1466, 1124 kVisualViewportResizeFired = 1466,
1125 kNodeGetRootNode = 1467, 1125 kNodeGetRootNode = 1467,
1126 kSlotChangeEventAddListener = 1468, 1126 kSlotChangeEventAddListener = 1468,
1127 kCSSValueAppearanceButtonRendered = 1469, 1127 kCSSValueAppearanceButtonRendered = 1469,
1128 kCSSValueAppearanceButtonForAnchor = 1470, 1128 kCSSValueAppearanceButtonForAnchor = 1470,
1129 kCSSValueAppearanceButtonForButton = 1471, 1129 kCSSValueAppearanceButtonForButton = 1471,
1130 kCSSValueAppearanceButtonForOtherButtons = 1472, 1130 kCSSValueAppearanceButtonForOtherButtons = 1472,
1131 kCSSValueAppearanceTextFieldRendered = 1473, 1131 kCSSValueAppearanceTextFieldRendered = 1473,
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
1710 // Tracks what features/properties need to be reported to the legacy 1710 // Tracks what features/properties need to be reported to the legacy
1711 // histograms. 1711 // histograms.
1712 BitVector feature_bits_; 1712 BitVector feature_bits_;
1713 BitVector css_bits_; 1713 BitVector css_bits_;
1714 } legacy_counter_; 1714 } legacy_counter_;
1715 }; 1715 };
1716 1716
1717 } // namespace blink 1717 } // namespace blink
1718 1718
1719 #endif // UseCounter_h 1719 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp ('k') | third_party/WebKit/Source/core/frame/VisualViewport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698