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

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

Issue 1323073005: Remove Element.offsetParent/offsetTop/offsetLeft/offsetWidth/offsetHeight (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 5 years, 3 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 | « Source/core/dom/Element.idl ('k') | Source/core/frame/UseCounter.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 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 // The above items are available in M42 branch. 589 // The above items are available in M42 branch.
590 590
591 ClientRectListItem = 694, 591 ClientRectListItem = 694,
592 WindowClientInformation = 695, 592 WindowClientInformation = 695,
593 WindowFind = 696, 593 WindowFind = 696,
594 WindowScreenLeft = 697, 594 WindowScreenLeft = 697,
595 WindowScreenTop = 698, 595 WindowScreenTop = 698,
596 V8Animation_Cancel_Method = 699, 596 V8Animation_Cancel_Method = 699,
597 V8Animation_Onfinish_AttributeGetter = 700, 597 V8Animation_Onfinish_AttributeGetter = 700,
598 V8Animation_Onfinish_AttributeSetter = 701, 598 V8Animation_Onfinish_AttributeSetter = 701,
599 ElementOffsetParent = 702,
600 ElementOffsetTop = 703,
601 ElementOffsetLeft = 704,
602 ElementOffsetWidth = 705,
603 ElementOffsetHeight = 706,
604 V8Window_WebKitAnimationEvent_ConstructorGetter = 707, 599 V8Window_WebKitAnimationEvent_ConstructorGetter = 707,
605 V8Window_WebKitAnimationEvent_AttributeSetter = 708, 600 V8Window_WebKitAnimationEvent_AttributeSetter = 708,
606 ResourceLoadedAfterRedirectWithCSP = 709, 601 ResourceLoadedAfterRedirectWithCSP = 709,
607 CryptoGetRandomValues = 710, 602 CryptoGetRandomValues = 710,
608 SubtleCryptoEncrypt = 711, 603 SubtleCryptoEncrypt = 711,
609 SubtleCryptoDecrypt = 712, 604 SubtleCryptoDecrypt = 712,
610 SubtleCryptoSign = 713, 605 SubtleCryptoSign = 713,
611 SubtleCryptoVerify = 714, 606 SubtleCryptoVerify = 714,
612 SubtleCryptoDigest = 715, 607 SubtleCryptoDigest = 715,
613 SubtleCryptoGenerateKey = 716, 608 SubtleCryptoGenerateKey = 716,
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
943 938
944 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR ecordedMeasurement(feature); } 939 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR ecordedMeasurement(feature); }
945 940
946 CountBits m_countBits; 941 CountBits m_countBits;
947 BitVector m_CSSFeatureBits; 942 BitVector m_CSSFeatureBits;
948 }; 943 };
949 944
950 } // namespace blink 945 } // namespace blink
951 946
952 #endif // UseCounter_h 947 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/dom/Element.idl ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698