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

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

Issue 2106683002: Remove Node.rootNode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: leave the line Created 4 years, 5 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
« no previous file with comments | « third_party/WebKit/Source/core/dom/Node.idl ('k') | tools/metrics/histograms/histograms.xml » ('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 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 GetUserMediaInsecureOriginIframe = 1144, 954 GetUserMediaInsecureOriginIframe = 1144,
955 GetUserMediaSecureOriginIframe = 1145, 955 GetUserMediaSecureOriginIframe = 1145,
956 ElementRequestPointerLockIframe = 1146, 956 ElementRequestPointerLockIframe = 1146,
957 NotificationAPIInsecureOriginIframe = 1147, 957 NotificationAPIInsecureOriginIframe = 1147,
958 NotificationAPISecureOriginIframe = 1148, 958 NotificationAPISecureOriginIframe = 1148,
959 WebSocket = 1149, 959 WebSocket = 1149,
960 MediaStreamConstraintsNameValue = 1150, 960 MediaStreamConstraintsNameValue = 1150,
961 MediaStreamConstraintsFromDictionary = 1151, 961 MediaStreamConstraintsFromDictionary = 1151,
962 MediaStreamConstraintsConformant = 1152, 962 MediaStreamConstraintsConformant = 1152,
963 CSSSelectorIndirectAdjacent = 1153, 963 CSSSelectorIndirectAdjacent = 1153,
964 NodeRootNode = 1154,
965 CreateImageBitmap = 1156, 964 CreateImageBitmap = 1156,
966 PresentationConnectionConnectEventListener = 1157, 965 PresentationConnectionConnectEventListener = 1157,
967 PresentationConnectionCloseEventListener = 1158, 966 PresentationConnectionCloseEventListener = 1158,
968 PresentationConnectionTerminateEventListener = 1159, 967 PresentationConnectionTerminateEventListener = 1159,
969 DocumentCreateEventFontFaceSetLoadEvent = 1160, 968 DocumentCreateEventFontFaceSetLoadEvent = 1160,
970 DocumentCreateEventMediaQueryListEvent = 1161, 969 DocumentCreateEventMediaQueryListEvent = 1161,
971 DocumentCreateEventAnimationEvent = 1162, 970 DocumentCreateEventAnimationEvent = 1162,
972 DocumentCreateEventAnimationPlayerEvent = 1163, 971 DocumentCreateEventAnimationPlayerEvent = 1163,
973 DocumentCreateEventApplicationCacheErrorEvent = 1164, 972 DocumentCreateEventApplicationCacheErrorEvent = 1164,
974 DocumentCreateEventAutocompleteErrorEvent = 1165, 973 DocumentCreateEventAutocompleteErrorEvent = 1165,
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
1312 friend class UseCounterTest; 1311 friend class UseCounterTest;
1313 static int m_muteCount; 1312 static int m_muteCount;
1314 1313
1315 CountBits m_countBits; 1314 CountBits m_countBits;
1316 BitVector m_CSSFeatureBits; 1315 BitVector m_CSSFeatureBits;
1317 }; 1316 };
1318 1317
1319 } // namespace blink 1318 } // namespace blink
1320 1319
1321 #endif // UseCounter_h 1320 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/dom/Node.idl ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698