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

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

Issue 1700233002: Remove KeyboardEvent.prototype.keyLocation (alias of location) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 PrefixedMediaGenerateKeyRequest = 72, 123 PrefixedMediaGenerateKeyRequest = 72,
124 DocumentClear = 74, 124 DocumentClear = 74,
125 XMLDocument = 77, 125 XMLDocument = 77,
126 XSLProcessingInstruction = 78, 126 XSLProcessingInstruction = 78,
127 XSLTProcessor = 79, 127 XSLTProcessor = 79,
128 SVGSwitchElement = 80, 128 SVGSwitchElement = 80,
129 DocumentAll = 83, 129 DocumentAll = 83,
130 FormElement = 84, 130 FormElement = 84,
131 DemotedFormElement = 85, 131 DemotedFormElement = 85,
132 SVGAnimationElement = 90, 132 SVGAnimationElement = 90,
133 KeyboardEventKeyLocation = 91,
134 LineClamp = 96, 133 LineClamp = 96,
135 SubFrameBeforeUnloadRegistered = 97, 134 SubFrameBeforeUnloadRegistered = 97,
136 SubFrameBeforeUnloadFired = 98, 135 SubFrameBeforeUnloadFired = 98,
137 ConsoleMarkTimeline = 102, 136 ConsoleMarkTimeline = 102,
138 ElementGetAttributeNode = 107, 137 ElementGetAttributeNode = 107,
139 ElementSetAttributeNode = 108, 138 ElementSetAttributeNode = 108,
140 ElementRemoveAttributeNode = 109, 139 ElementRemoveAttributeNode = 109,
141 ElementGetAttributeNodeNS = 110, 140 ElementGetAttributeNodeNS = 110,
142 DocumentCreateAttribute = 111, 141 DocumentCreateAttribute = 111,
143 DocumentCreateAttributeNS = 112, 142 DocumentCreateAttributeNS = 112,
(...skipping 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after
1166 friend class UseCounterTest; 1165 friend class UseCounterTest;
1167 static int m_muteCount; 1166 static int m_muteCount;
1168 1167
1169 CountBits m_countBits; 1168 CountBits m_countBits;
1170 BitVector m_CSSFeatureBits; 1169 BitVector m_CSSFeatureBits;
1171 }; 1170 };
1172 1171
1173 } // namespace blink 1172 } // namespace blink
1174 1173
1175 #endif // UseCounter_h 1174 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698