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

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

Issue 2323653002: Remove SVGSVGElement.viewport attribute (Closed)
Patch Set: Created 4 years, 3 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 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 SelectionSetBaseAndExtentNull = 1084, 877 SelectionSetBaseAndExtentNull = 1084,
878 V8SVGSVGElement_CreateSVGNumber_Method = 1085, 878 V8SVGSVGElement_CreateSVGNumber_Method = 1085,
879 V8SVGSVGElement_CreateSVGLength_Method = 1086, 879 V8SVGSVGElement_CreateSVGLength_Method = 1086,
880 V8SVGSVGElement_CreateSVGAngle_Method = 1087, 880 V8SVGSVGElement_CreateSVGAngle_Method = 1087,
881 V8SVGSVGElement_CreateSVGPoint_Method = 1088, 881 V8SVGSVGElement_CreateSVGPoint_Method = 1088,
882 V8SVGSVGElement_CreateSVGMatrix_Method = 1089, 882 V8SVGSVGElement_CreateSVGMatrix_Method = 1089,
883 V8SVGSVGElement_CreateSVGRect_Method = 1090, 883 V8SVGSVGElement_CreateSVGRect_Method = 1090,
884 V8SVGSVGElement_CreateSVGTransform_Method = 1091, 884 V8SVGSVGElement_CreateSVGTransform_Method = 1091,
885 V8SVGSVGElement_CreateSVGTransformFromMatrix_Method = 1092, 885 V8SVGSVGElement_CreateSVGTransformFromMatrix_Method = 1092,
886 FormNameAccessForNonDescendantImageElement = 1093, 886 FormNameAccessForNonDescendantImageElement = 1093,
887 V8SVGSVGElement_Viewport_AttributeGetter = 1095,
888 V8RegExpPrototypeStickyGetter = 1096, 887 V8RegExpPrototypeStickyGetter = 1096,
889 V8RegExpPrototypeToString = 1097, 888 V8RegExpPrototypeToString = 1097,
890 V8InputDeviceCapabilities_FiresTouchEvents_AttributeGetter = 1098, 889 V8InputDeviceCapabilities_FiresTouchEvents_AttributeGetter = 1098,
891 DataElement = 1099, 890 DataElement = 1099,
892 TimeElement = 1100, 891 TimeElement = 1100,
893 SVG1DOMUriReference = 1101, 892 SVG1DOMUriReference = 1101,
894 SVG1DOMZoomAndPan = 1102, 893 SVG1DOMZoomAndPan = 1102,
895 V8SVGGraphicsElement_Transform_AttributeGetter = 1103, 894 V8SVGGraphicsElement_Transform_AttributeGetter = 1103,
896 MenuItemElement = 1104, 895 MenuItemElement = 1104,
897 MenuItemCloseTag = 1105, 896 MenuItemCloseTag = 1105,
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
1341 friend class UseCounterTest; 1340 friend class UseCounterTest;
1342 unsigned m_muteCount; 1341 unsigned m_muteCount;
1343 1342
1344 BitVector m_featureBits; 1343 BitVector m_featureBits;
1345 BitVector m_CSSFeatureBits; 1344 BitVector m_CSSFeatureBits;
1346 }; 1345 };
1347 1346
1348 } // namespace blink 1347 } // namespace blink
1349 1348
1350 #endif // UseCounter_h 1349 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698