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

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

Issue 1747403002: Make Document.createAttribute lowercase the name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests 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
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.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 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 V8TextEvent_InitTextEvent_Method = 832, 630 V8TextEvent_InitTextEvent_Method = 832,
631 ClientHintsDPR = 835, 631 ClientHintsDPR = 835,
632 ClientHintsResourceWidth = 836, 632 ClientHintsResourceWidth = 836,
633 ClientHintsViewportWidth = 837, 633 ClientHintsViewportWidth = 837,
634 SRIElementIntegrityAttributeButIneligible = 838, 634 SRIElementIntegrityAttributeButIneligible = 838,
635 FormDataAppendFile = 839, 635 FormDataAppendFile = 839,
636 FormDataAppendFileWithFilename = 840, 636 FormDataAppendFileWithFilename = 840,
637 FormDataAppendBlob = 841, 637 FormDataAppendBlob = 841,
638 FormDataAppendBlobWithFilename = 842, 638 FormDataAppendBlobWithFilename = 842,
639 FormDataAppendNull = 843, 639 FormDataAppendNull = 843,
640 HTMLDocumentCreateAttributeNameNotLowercase = 844,
641 NonHTMLElementSetAttributeNodeFromHTMLDocumentNameNotLowercase = 845, 640 NonHTMLElementSetAttributeNodeFromHTMLDocumentNameNotLowercase = 845,
642 DOMStringList_Item_AttributeGetter_IndexedDB = 846, 641 DOMStringList_Item_AttributeGetter_IndexedDB = 846,
643 DOMStringList_Item_AttributeGetter_Location = 847, 642 DOMStringList_Item_AttributeGetter_Location = 847,
644 DOMStringList_Contains_Method_IndexedDB = 848, 643 DOMStringList_Contains_Method_IndexedDB = 848,
645 DOMStringList_Contains_Method_Location = 849, 644 DOMStringList_Contains_Method_Location = 849,
646 NavigatorVibrate = 850, 645 NavigatorVibrate = 850,
647 NavigatorVibrateSubFrame = 851, 646 NavigatorVibrateSubFrame = 851,
648 V8XPathEvaluator_Constructor = 853, 647 V8XPathEvaluator_Constructor = 853,
649 V8XPathEvaluator_CreateExpression_Method = 854, 648 V8XPathEvaluator_CreateExpression_Method = 854,
650 V8XPathEvaluator_CreateNSResolver_Method = 855, 649 V8XPathEvaluator_CreateNSResolver_Method = 855,
(...skipping 817 matching lines...) Expand 10 before | Expand all | Expand 10 after
1468 // Tracks what features/properties need to be reported to the legacy 1467 // Tracks what features/properties need to be reported to the legacy
1469 // histograms. 1468 // histograms.
1470 BitVector m_featureBits; 1469 BitVector m_featureBits;
1471 BitVector m_CSSBits; 1470 BitVector m_CSSBits;
1472 } m_legacyCounter; 1471 } m_legacyCounter;
1473 }; 1472 };
1474 1473
1475 } // namespace blink 1474 } // namespace blink
1476 1475
1477 #endif // UseCounter_h 1476 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698