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

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

Issue 2323653002: Remove SVGSVGElement.viewport attribute (Closed)
Patch Set: rebased 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 865 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 SelectionSetBaseAndExtentNull = 1084, 876 SelectionSetBaseAndExtentNull = 1084,
877 V8SVGSVGElement_CreateSVGNumber_Method = 1085, 877 V8SVGSVGElement_CreateSVGNumber_Method = 1085,
878 V8SVGSVGElement_CreateSVGLength_Method = 1086, 878 V8SVGSVGElement_CreateSVGLength_Method = 1086,
879 V8SVGSVGElement_CreateSVGAngle_Method = 1087, 879 V8SVGSVGElement_CreateSVGAngle_Method = 1087,
880 V8SVGSVGElement_CreateSVGPoint_Method = 1088, 880 V8SVGSVGElement_CreateSVGPoint_Method = 1088,
881 V8SVGSVGElement_CreateSVGMatrix_Method = 1089, 881 V8SVGSVGElement_CreateSVGMatrix_Method = 1089,
882 V8SVGSVGElement_CreateSVGRect_Method = 1090, 882 V8SVGSVGElement_CreateSVGRect_Method = 1090,
883 V8SVGSVGElement_CreateSVGTransform_Method = 1091, 883 V8SVGSVGElement_CreateSVGTransform_Method = 1091,
884 V8SVGSVGElement_CreateSVGTransformFromMatrix_Method = 1092, 884 V8SVGSVGElement_CreateSVGTransformFromMatrix_Method = 1092,
885 FormNameAccessForNonDescendantImageElement = 1093, 885 FormNameAccessForNonDescendantImageElement = 1093,
886 V8SVGSVGElement_Viewport_AttributeGetter = 1095,
887 V8RegExpPrototypeStickyGetter = 1096, 886 V8RegExpPrototypeStickyGetter = 1096,
888 V8RegExpPrototypeToString = 1097, 887 V8RegExpPrototypeToString = 1097,
889 V8InputDeviceCapabilities_FiresTouchEvents_AttributeGetter = 1098, 888 V8InputDeviceCapabilities_FiresTouchEvents_AttributeGetter = 1098,
890 DataElement = 1099, 889 DataElement = 1099,
891 TimeElement = 1100, 890 TimeElement = 1100,
892 SVG1DOMUriReference = 1101, 891 SVG1DOMUriReference = 1101,
893 SVG1DOMZoomAndPan = 1102, 892 SVG1DOMZoomAndPan = 1102,
894 V8SVGGraphicsElement_Transform_AttributeGetter = 1103, 893 V8SVGGraphicsElement_Transform_AttributeGetter = 1103,
895 MenuItemElement = 1104, 894 MenuItemElement = 1104,
896 MenuItemCloseTag = 1105, 895 MenuItemCloseTag = 1105,
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
1344 friend class UseCounterTest; 1343 friend class UseCounterTest;
1345 unsigned m_muteCount; 1344 unsigned m_muteCount;
1346 1345
1347 BitVector m_featureBits; 1346 BitVector m_featureBits;
1348 BitVector m_CSSFeatureBits; 1347 BitVector m_CSSFeatureBits;
1349 }; 1348 };
1350 1349
1351 } // namespace blink 1350 } // namespace blink
1352 1351
1353 #endif // UseCounter_h 1352 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | third_party/WebKit/Source/core/svg/SVGSVGElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698