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

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: 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 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 V8DOMError_Constructor = 816, 628 V8DOMError_Constructor = 816,
629 V8DOMError_Name_AttributeGetter = 817, 629 V8DOMError_Name_AttributeGetter = 817,
630 V8DOMError_Message_AttributeGetter = 818, 630 V8DOMError_Message_AttributeGetter = 818,
631 V8Location_AncestorOrigins_AttributeGetter = 823, 631 V8Location_AncestorOrigins_AttributeGetter = 823,
632 V8IDBDatabase_ObjectStoreNames_AttributeGetter = 824, 632 V8IDBDatabase_ObjectStoreNames_AttributeGetter = 824,
633 V8IDBObjectStore_IndexNames_AttributeGetter = 825, 633 V8IDBObjectStore_IndexNames_AttributeGetter = 825,
634 V8IDBTransaction_ObjectStoreNames_AttributeGetter = 826, 634 V8IDBTransaction_ObjectStoreNames_AttributeGetter = 826,
635 TextInputFired = 830, 635 TextInputFired = 830,
636 V8TextEvent_Data_AttributeGetter = 831, 636 V8TextEvent_Data_AttributeGetter = 831,
637 V8TextEvent_InitTextEvent_Method = 832, 637 V8TextEvent_InitTextEvent_Method = 832,
638 V8SVGSVGElement_UseCurrentView_AttributeGetter = 833,
639 V8SVGSVGElement_CurrentView_AttributeGetter = 834,
640 ClientHintsDPR = 835, 638 ClientHintsDPR = 835,
641 ClientHintsResourceWidth = 836, 639 ClientHintsResourceWidth = 836,
642 ClientHintsViewportWidth = 837, 640 ClientHintsViewportWidth = 837,
643 SRIElementIntegrityAttributeButIneligible = 838, 641 SRIElementIntegrityAttributeButIneligible = 838,
644 FormDataAppendFile = 839, 642 FormDataAppendFile = 839,
645 FormDataAppendFileWithFilename = 840, 643 FormDataAppendFileWithFilename = 840,
646 FormDataAppendBlob = 841, 644 FormDataAppendBlob = 841,
647 FormDataAppendBlobWithFilename = 842, 645 FormDataAppendBlobWithFilename = 842,
648 FormDataAppendNull = 843, 646 FormDataAppendNull = 843,
649 HTMLDocumentCreateAttributeNameNotLowercase = 844, 647 HTMLDocumentCreateAttributeNameNotLowercase = 844,
(...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
1469 // Tracks what features/properties need to be reported to the legacy 1467 // Tracks what features/properties need to be reported to the legacy
1470 // histograms. 1468 // histograms.
1471 BitVector m_featureBits; 1469 BitVector m_featureBits;
1472 BitVector m_CSSBits; 1470 BitVector m_CSSBits;
1473 } m_legacyCounter; 1471 } m_legacyCounter;
1474 }; 1472 };
1475 1473
1476 } // namespace blink 1474 } // namespace blink
1477 1475
1478 #endif // UseCounter_h 1476 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698