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

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

Issue 739433003: Remove CDATASection (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/editing/markup.cpp ('k') | Source/core/inspector/InspectorDOMAgent.cpp » ('j') | 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 LineClamp = 96, 132 LineClamp = 96,
133 SubFrameBeforeUnloadRegistered = 97, 133 SubFrameBeforeUnloadRegistered = 97,
134 SubFrameBeforeUnloadFired = 98, 134 SubFrameBeforeUnloadFired = 98,
135 ConsoleMarkTimeline = 102, 135 ConsoleMarkTimeline = 102,
136 ElementGetAttributeNode = 107, 136 ElementGetAttributeNode = 107,
137 ElementSetAttributeNode = 108, 137 ElementSetAttributeNode = 108,
138 ElementRemoveAttributeNode = 109, 138 ElementRemoveAttributeNode = 109,
139 ElementGetAttributeNodeNS = 110, 139 ElementGetAttributeNodeNS = 110,
140 DocumentCreateAttribute = 111, 140 DocumentCreateAttribute = 111,
141 DocumentCreateAttributeNS = 112, 141 DocumentCreateAttributeNS = 112,
142 DocumentCreateCDATASection = 113, // Removed from DOM4.
143 DocumentInputEncoding = 114, 142 DocumentInputEncoding = 114,
144 DocumentXMLEncoding = 115, // Removed from DOM4. 143 DocumentXMLEncoding = 115, // Removed from DOM4.
145 DocumentXMLStandalone = 116, // Removed from DOM4. 144 DocumentXMLStandalone = 116, // Removed from DOM4.
146 DocumentXMLVersion = 117, // Removed from DOM4. 145 DocumentXMLVersion = 117, // Removed from DOM4.
147 NodeIsSameNode = 118, // Removed from DOM4. 146 NodeIsSameNode = 118, // Removed from DOM4.
148 NodeNamespaceURI = 120, // Removed from DOM4. 147 NodeNamespaceURI = 120, // Removed from DOM4.
149 NodeLocalName = 122, // Removed from DOM4. 148 NodeLocalName = 122, // Removed from DOM4.
150 NavigatorProductSub = 123, 149 NavigatorProductSub = 123,
151 NavigatorVendor = 124, 150 NavigatorVendor = 124,
152 NavigatorVendorSub = 125, 151 NavigatorVendorSub = 125,
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 695
697 void updateMeasurements(); 696 void updateMeasurements();
698 697
699 OwnPtr<BitVector> m_countBits; 698 OwnPtr<BitVector> m_countBits;
700 BitVector m_CSSFeatureBits; 699 BitVector m_CSSFeatureBits;
701 }; 700 };
702 701
703 } // namespace blink 702 } // namespace blink
704 703
705 #endif // UseCounter_h 704 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/editing/markup.cpp ('k') | Source/core/inspector/InspectorDOMAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698