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

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

Issue 2336133002: Remove window.postMessage(message, transferables, targetOrigin) legacy overload (Closed)
Patch Set: 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 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 GeolocationInsecureOrigin = 562, 439 GeolocationInsecureOrigin = 562,
440 NotificationSecureOrigin = 563, 440 NotificationSecureOrigin = 563,
441 NotificationInsecureOrigin = 564, 441 NotificationInsecureOrigin = 564,
442 NotificationShowEvent = 565, 442 NotificationShowEvent = 565,
443 SVGTransformListConsolidate = 569, 443 SVGTransformListConsolidate = 569,
444 SVGAnimatedTransformListBaseVal = 570, 444 SVGAnimatedTransformListBaseVal = 570,
445 QuotedAnimationName = 571, 445 QuotedAnimationName = 571,
446 QuotedKeyframesRule = 572, 446 QuotedKeyframesRule = 572,
447 SrcsetDroppedCandidate = 573, 447 SrcsetDroppedCandidate = 573,
448 WindowPostMessage = 574, 448 WindowPostMessage = 574,
449 WindowPostMessageWithLegacyTargetOriginArgument = 575,
450 RenderRuby = 576, 449 RenderRuby = 576,
451 ScriptElementWithInvalidTypeHasSrc = 578, 450 ScriptElementWithInvalidTypeHasSrc = 578,
452 XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload = 581, 451 XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload = 581,
453 CSSSelectorPseudoScrollbar = 582, 452 CSSSelectorPseudoScrollbar = 582,
454 CSSSelectorPseudoScrollbarButton = 583, 453 CSSSelectorPseudoScrollbarButton = 583,
455 CSSSelectorPseudoScrollbarThumb = 584, 454 CSSSelectorPseudoScrollbarThumb = 584,
456 CSSSelectorPseudoScrollbarTrack = 585, 455 CSSSelectorPseudoScrollbarTrack = 585,
457 CSSSelectorPseudoScrollbarTrackPiece = 586, 456 CSSSelectorPseudoScrollbarTrackPiece = 586,
458 LangAttribute = 587, 457 LangAttribute = 587,
459 LangAttributeOnHTML = 588, 458 LangAttributeOnHTML = 588,
(...skipping 927 matching lines...) Expand 10 before | Expand all | Expand 10 after
1387 friend class UseCounterTest; 1386 friend class UseCounterTest;
1388 unsigned m_muteCount; 1387 unsigned m_muteCount;
1389 1388
1390 CountBits m_countBits; 1389 CountBits m_countBits;
1391 BitVector m_CSSFeatureBits; 1390 BitVector m_CSSFeatureBits;
1392 }; 1391 };
1393 1392
1394 } // namespace blink 1393 } // namespace blink
1395 1394
1396 #endif // UseCounter_h 1395 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698