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

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

Issue 303663004: Remove MessageEvent.webkitInitMessageEvent() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/events/MessageEvent.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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 HTMLElementOuterText = 214, 227 HTMLElementOuterText = 214,
228 ReplaceDocumentViaJavaScriptURL = 215, 228 ReplaceDocumentViaJavaScriptURL = 215,
229 ElementSetAttributeNodeNS = 216, // Removed from DOM4. 229 ElementSetAttributeNodeNS = 216, // Removed from DOM4.
230 ElementPrefixedMatchesSelector = 217, 230 ElementPrefixedMatchesSelector = 217,
231 CSSStyleSheetRules = 219, 231 CSSStyleSheetRules = 219,
232 CSSStyleSheetAddRule = 220, 232 CSSStyleSheetAddRule = 220,
233 CSSStyleSheetRemoveRule = 221, 233 CSSStyleSheetRemoveRule = 221,
234 // The above items are available in M33 branch. 234 // The above items are available in M33 branch.
235 235
236 InitMessageEvent = 222, 236 InitMessageEvent = 222,
237 PrefixedInitMessageEvent = 223,
238 ElementSetPrefix = 224, // Element.prefix is readonly in DOM4. 237 ElementSetPrefix = 224, // Element.prefix is readonly in DOM4.
239 CSSStyleDeclarationGetPropertyCSSValue = 225, 238 CSSStyleDeclarationGetPropertyCSSValue = 225,
240 PrefixedMediaCancelKeyRequest = 229, 239 PrefixedMediaCancelKeyRequest = 229,
241 DOMImplementationHasFeature = 230, 240 DOMImplementationHasFeature = 230,
242 DOMImplementationHasFeatureReturnFalse = 231, 241 DOMImplementationHasFeatureReturnFalse = 231,
243 CanPlayTypeKeySystem = 232, 242 CanPlayTypeKeySystem = 232,
244 PrefixedDevicePixelRatioMediaFeature = 233, 243 PrefixedDevicePixelRatioMediaFeature = 233,
245 PrefixedMaxDevicePixelRatioMediaFeature = 234, 244 PrefixedMaxDevicePixelRatioMediaFeature = 234,
246 PrefixedMinDevicePixelRatioMediaFeature = 235, 245 PrefixedMinDevicePixelRatioMediaFeature = 235,
247 PrefixedTransform3dMediaFeature = 237, 246 PrefixedTransform3dMediaFeature = 237,
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 488
490 void updateMeasurements(); 489 void updateMeasurements();
491 490
492 OwnPtr<BitVector> m_countBits; 491 OwnPtr<BitVector> m_countBits;
493 BitVector m_CSSFeatureBits; 492 BitVector m_CSSFeatureBits;
494 }; 493 };
495 494
496 } // namespace WebCore 495 } // namespace WebCore
497 496
498 #endif // UseCounter_h 497 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/events/MessageEvent.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698