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

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

Issue 1424313004: Remove HTMLFrameElement.prototype.getSVGDocument() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android_webview/tools/WebViewShell/test/webexposed/ Created 5 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
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 724 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 V8DeviceMotionEvent_InitDeviceMotionEvent_Method = 865, 735 V8DeviceMotionEvent_InitDeviceMotionEvent_Method = 865,
736 V8DeviceOrientationEvent_InitDeviceOrientationEvent_Method = 866, 736 V8DeviceOrientationEvent_InitDeviceOrientationEvent_Method = 866,
737 V8Event_InitEvent_Method = 867, 737 V8Event_InitEvent_Method = 867,
738 V8KeyboardEvent_InitKeyboardEvent_Method = 868, 738 V8KeyboardEvent_InitKeyboardEvent_Method = 868,
739 V8MouseEvent_InitMouseEvent_Method = 869, 739 V8MouseEvent_InitMouseEvent_Method = 869,
740 V8MutationEvent_InitMutationEvent_Method = 870, 740 V8MutationEvent_InitMutationEvent_Method = 870,
741 V8StorageEvent_InitStorageEvent_Method = 871, 741 V8StorageEvent_InitStorageEvent_Method = 871,
742 V8TouchEvent_InitTouchEvent_Method = 872, 742 V8TouchEvent_InitTouchEvent_Method = 872,
743 V8UIEvent_InitUIEvent_Method = 873, 743 V8UIEvent_InitUIEvent_Method = 873,
744 V8Document_CreateTouch_Method = 874, 744 V8Document_CreateTouch_Method = 874,
745 V8HTMLFrameElement_GetSVGDocument_Method = 875,
746 RequestFileSystemNonWebbyOrigin = 876, 745 RequestFileSystemNonWebbyOrigin = 876,
747 V8Console_Memory_AttributeGetter = 877, 746 V8Console_Memory_AttributeGetter = 877,
748 V8Console_Memory_AttributeSetter = 878, 747 V8Console_Memory_AttributeSetter = 878,
749 V8MemoryInfo_TotalJSHeapSize_AttributeGetter = 879, 748 V8MemoryInfo_TotalJSHeapSize_AttributeGetter = 879,
750 V8MemoryInfo_UsedJSHeapSize_AttributeGetter = 880, 749 V8MemoryInfo_UsedJSHeapSize_AttributeGetter = 880,
751 V8MemoryInfo_JSHeapSizeLimit_AttributeGetter = 881, 750 V8MemoryInfo_JSHeapSizeLimit_AttributeGetter = 881,
752 V8Performance_Timing_AttributeGetter = 882, 751 V8Performance_Timing_AttributeGetter = 882,
753 V8Performance_Navigation_AttributeGetter = 883, 752 V8Performance_Navigation_AttributeGetter = 883,
754 V8Performance_Memory_AttributeGetter = 884, 753 V8Performance_Memory_AttributeGetter = 884,
755 V8SharedWorker_WorkerStart_AttributeGetter = 885, 754 V8SharedWorker_WorkerStart_AttributeGetter = 885,
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
957 956
958 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR ecordedMeasurement(feature); } 957 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR ecordedMeasurement(feature); }
959 958
960 CountBits m_countBits; 959 CountBits m_countBits;
961 BitVector m_CSSFeatureBits; 960 BitVector m_CSSFeatureBits;
962 }; 961 };
963 962
964 } // namespace blink 963 } // namespace blink
965 964
966 #endif // UseCounter_h 965 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698