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

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

Issue 2485113002: Remove currentView, useCurrentView properties of SVGSVGElement and SVGViewSpec interface (Closed)
Patch Set: rebased Created 4 years, 1 month 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 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 V8DOMError_Constructor = 816, 621 V8DOMError_Constructor = 816,
622 V8DOMError_Name_AttributeGetter = 817, 622 V8DOMError_Name_AttributeGetter = 817,
623 V8DOMError_Message_AttributeGetter = 818, 623 V8DOMError_Message_AttributeGetter = 818,
624 V8Location_AncestorOrigins_AttributeGetter = 823, 624 V8Location_AncestorOrigins_AttributeGetter = 823,
625 V8IDBDatabase_ObjectStoreNames_AttributeGetter = 824, 625 V8IDBDatabase_ObjectStoreNames_AttributeGetter = 824,
626 V8IDBObjectStore_IndexNames_AttributeGetter = 825, 626 V8IDBObjectStore_IndexNames_AttributeGetter = 825,
627 V8IDBTransaction_ObjectStoreNames_AttributeGetter = 826, 627 V8IDBTransaction_ObjectStoreNames_AttributeGetter = 826,
628 TextInputFired = 830, 628 TextInputFired = 830,
629 V8TextEvent_Data_AttributeGetter = 831, 629 V8TextEvent_Data_AttributeGetter = 831,
630 V8TextEvent_InitTextEvent_Method = 832, 630 V8TextEvent_InitTextEvent_Method = 832,
631 V8SVGSVGElement_UseCurrentView_AttributeGetter = 833,
632 V8SVGSVGElement_CurrentView_AttributeGetter = 834,
633 ClientHintsDPR = 835, 631 ClientHintsDPR = 835,
634 ClientHintsResourceWidth = 836, 632 ClientHintsResourceWidth = 836,
635 ClientHintsViewportWidth = 837, 633 ClientHintsViewportWidth = 837,
636 SRIElementIntegrityAttributeButIneligible = 838, 634 SRIElementIntegrityAttributeButIneligible = 838,
637 FormDataAppendFile = 839, 635 FormDataAppendFile = 839,
638 FormDataAppendFileWithFilename = 840, 636 FormDataAppendFileWithFilename = 840,
639 FormDataAppendBlob = 841, 637 FormDataAppendBlob = 841,
640 FormDataAppendBlobWithFilename = 842, 638 FormDataAppendBlobWithFilename = 842,
641 FormDataAppendNull = 843, 639 FormDataAppendNull = 843,
642 HTMLDocumentCreateAttributeNameNotLowercase = 844, 640 HTMLDocumentCreateAttributeNameNotLowercase = 844,
(...skipping 827 matching lines...) Expand 10 before | Expand all | Expand 10 after
1470 // Tracks what features/properties need to be reported to the legacy 1468 // Tracks what features/properties need to be reported to the legacy
1471 // histograms. 1469 // histograms.
1472 BitVector m_featureBits; 1470 BitVector m_featureBits;
1473 BitVector m_CSSBits; 1471 BitVector m_CSSBits;
1474 } m_legacyCounter; 1472 } m_legacyCounter;
1475 }; 1473 };
1476 1474
1477 } // namespace blink 1475 } // namespace blink
1478 1476
1479 #endif // UseCounter_h 1477 #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.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698