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

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

Issue 797583002: [bindings] Avoid using custom bindings for handling clipboardData on Event idl interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed the UsageCounter related stuff. Created 6 years 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/events/Event.idl ('k') | no next file » | 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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 305
306 SVGForeignObjectElement = 325, 306 SVGForeignObjectElement = 325,
307 SelectionSetPosition = 327, 307 SelectionSetPosition = 327,
308 AnimationPlayerFinishEvent = 328, 308 AnimationPlayerFinishEvent = 328,
309 SVGSVGElementInXMLDocument = 329, 309 SVGSVGElementInXMLDocument = 329,
310 PrefixedPerformanceClearResourceTimings = 341, 310 PrefixedPerformanceClearResourceTimings = 341,
311 PrefixedPerformanceSetResourceTimingBufferSize = 342, 311 PrefixedPerformanceSetResourceTimingBufferSize = 342,
312 EventSrcElement = 343, 312 EventSrcElement = 343,
313 EventCancelBubble = 344, 313 EventCancelBubble = 344,
314 EventPath = 345, 314 EventPath = 345,
315 EventClipboardData = 346,
316 NodeIteratorDetach = 347, 315 NodeIteratorDetach = 347,
317 AttrNodeValue = 348, 316 AttrNodeValue = 348,
318 AttrTextContent = 349, 317 AttrTextContent = 349,
319 EventGetReturnValueTrue = 350, 318 EventGetReturnValueTrue = 350,
320 EventGetReturnValueFalse = 351, 319 EventGetReturnValueFalse = 351,
321 EventSetReturnValueTrue = 352, 320 EventSetReturnValueTrue = 352,
322 EventSetReturnValueFalse = 353, 321 EventSetReturnValueFalse = 353,
323 WindowOffscreenBuffering = 356, 322 WindowOffscreenBuffering = 356,
324 WindowDefaultStatus = 357, 323 WindowDefaultStatus = 357,
325 WindowDefaultstatus = 358, 324 WindowDefaultstatus = 358,
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 635
637 void updateMeasurements(); 636 void updateMeasurements();
638 637
639 OwnPtr<BitVector> m_countBits; 638 OwnPtr<BitVector> m_countBits;
640 BitVector m_CSSFeatureBits; 639 BitVector m_CSSFeatureBits;
641 }; 640 };
642 641
643 } // namespace blink 642 } // namespace blink
644 643
645 #endif // UseCounter_h 644 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/events/Event.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698