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

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

Issue 2295863002: Remove window.postMessage(message, transferables, targetOrigin) legacy overload (Closed)
Patch Set: leave milestoneString alone Created 4 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
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 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 GeolocationInsecureOrigin = 562, 438 GeolocationInsecureOrigin = 562,
439 NotificationSecureOrigin = 563, 439 NotificationSecureOrigin = 563,
440 NotificationInsecureOrigin = 564, 440 NotificationInsecureOrigin = 564,
441 NotificationShowEvent = 565, 441 NotificationShowEvent = 565,
442 SVGTransformListConsolidate = 569, 442 SVGTransformListConsolidate = 569,
443 SVGAnimatedTransformListBaseVal = 570, 443 SVGAnimatedTransformListBaseVal = 570,
444 QuotedAnimationName = 571, 444 QuotedAnimationName = 571,
445 QuotedKeyframesRule = 572, 445 QuotedKeyframesRule = 572,
446 SrcsetDroppedCandidate = 573, 446 SrcsetDroppedCandidate = 573,
447 WindowPostMessage = 574, 447 WindowPostMessage = 574,
448 WindowPostMessageWithLegacyTargetOriginArgument = 575,
449 RenderRuby = 576, 448 RenderRuby = 576,
450 ScriptElementWithInvalidTypeHasSrc = 578, 449 ScriptElementWithInvalidTypeHasSrc = 578,
451 XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload = 581, 450 XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload = 581,
452 CSSSelectorPseudoScrollbar = 582, 451 CSSSelectorPseudoScrollbar = 582,
453 CSSSelectorPseudoScrollbarButton = 583, 452 CSSSelectorPseudoScrollbarButton = 583,
454 CSSSelectorPseudoScrollbarThumb = 584, 453 CSSSelectorPseudoScrollbarThumb = 584,
455 CSSSelectorPseudoScrollbarTrack = 585, 454 CSSSelectorPseudoScrollbarTrack = 585,
456 CSSSelectorPseudoScrollbarTrackPiece = 586, 455 CSSSelectorPseudoScrollbarTrackPiece = 586,
457 LangAttribute = 587, 456 LangAttribute = 587,
458 LangAttributeOnHTML = 588, 457 LangAttributeOnHTML = 588,
(...skipping 873 matching lines...) Expand 10 before | Expand all | Expand 10 after
1332 friend class UseCounterTest; 1331 friend class UseCounterTest;
1333 unsigned m_muteCount; 1332 unsigned m_muteCount;
1334 1333
1335 BitVector m_featureBits; 1334 BitVector m_featureBits;
1336 BitVector m_CSSFeatureBits; 1335 BitVector m_CSSFeatureBits;
1337 }; 1336 };
1338 1337
1339 } // namespace blink 1338 } // namespace blink
1340 1339
1341 #endif // UseCounter_h 1340 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698