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

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

Issue 2846783005: Delete deprecated properties zoom:reset and zoom:document. (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1184 matching lines...) Expand 10 before | Expand all | Expand 10 after
1195 kMetaSetCookie = 1547, 1195 kMetaSetCookie = 1547,
1196 kMetaRefresh = 1548, 1196 kMetaRefresh = 1548,
1197 kMetaSetCookieWhenCSPBlocksInlineScript = 1549, 1197 kMetaSetCookieWhenCSPBlocksInlineScript = 1549,
1198 kMetaRefreshWhenCSPBlocksInlineScript = 1550, 1198 kMetaRefreshWhenCSPBlocksInlineScript = 1550,
1199 kMiddleClickAutoscrollStart = 1551, 1199 kMiddleClickAutoscrollStart = 1551,
1200 kRTCPeerConnectionCreateOfferOptionsOfferToReceive = 1553, 1200 kRTCPeerConnectionCreateOfferOptionsOfferToReceive = 1553,
1201 kDragAndDropScrollStart = 1554, 1201 kDragAndDropScrollStart = 1554,
1202 kPresentationConnectionListConnectionAvailableEventListener = 1555, 1202 kPresentationConnectionListConnectionAvailableEventListener = 1555,
1203 kWebAudioAutoplayCrossOriginIframe = 1556, 1203 kWebAudioAutoplayCrossOriginIframe = 1556,
1204 kVRGetDisplays = 1558, 1204 kVRGetDisplays = 1558,
1205 kCSSZoomReset = 1578,
1206 kCSSZoomDocument = 1579,
1207 kXSSAuditorBlockedScript = 1581, 1205 kXSSAuditorBlockedScript = 1581,
1208 kXSSAuditorBlockedEntirePage = 1582, 1206 kXSSAuditorBlockedEntirePage = 1582,
1209 kXSSAuditorDisabled = 1583, 1207 kXSSAuditorDisabled = 1583,
1210 kXSSAuditorEnabledFilter = 1584, 1208 kXSSAuditorEnabledFilter = 1584,
1211 kXSSAuditorEnabledBlock = 1585, 1209 kXSSAuditorEnabledBlock = 1585,
1212 kXSSAuditorInvalid = 1586, 1210 kXSSAuditorInvalid = 1586,
1213 kTextInputEventOnInput = 1589, 1211 kTextInputEventOnInput = 1589,
1214 kTextInputEventOnTextArea = 1590, 1212 kTextInputEventOnTextArea = 1590,
1215 kTextInputEventOnContentEditable = 1591, 1213 kTextInputEventOnContentEditable = 1591,
1216 kTextInputEventOnNotNode = 1592, 1214 kTextInputEventOnNotNode = 1592,
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
1688 // Tracks what features/properties need to be reported to the legacy 1686 // Tracks what features/properties need to be reported to the legacy
1689 // histograms. 1687 // histograms.
1690 BitVector feature_bits_; 1688 BitVector feature_bits_;
1691 BitVector css_bits_; 1689 BitVector css_bits_;
1692 } legacy_counter_; 1690 } legacy_counter_;
1693 }; 1691 };
1694 1692
1695 } // namespace blink 1693 } // namespace blink
1696 1694
1697 #endif // UseCounter_h 1695 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698