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

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

Issue 2362693004: Revert "Remove window.postMessage(message, transferables, targetOrigin) legacy overload" (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('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 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,
449 RenderRuby = 576, 450 RenderRuby = 576,
450 ScriptElementWithInvalidTypeHasSrc = 578, 451 ScriptElementWithInvalidTypeHasSrc = 578,
451 XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload = 581, 452 XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload = 581,
452 CSSSelectorPseudoScrollbar = 582, 453 CSSSelectorPseudoScrollbar = 582,
453 CSSSelectorPseudoScrollbarButton = 583, 454 CSSSelectorPseudoScrollbarButton = 583,
454 CSSSelectorPseudoScrollbarThumb = 584, 455 CSSSelectorPseudoScrollbarThumb = 584,
455 CSSSelectorPseudoScrollbarTrack = 585, 456 CSSSelectorPseudoScrollbarTrack = 585,
456 CSSSelectorPseudoScrollbarTrackPiece = 586, 457 CSSSelectorPseudoScrollbarTrackPiece = 586,
457 LangAttribute = 587, 458 LangAttribute = 587,
458 LangAttributeOnHTML = 588, 459 LangAttributeOnHTML = 588,
(...skipping 931 matching lines...) Expand 10 before | Expand all | Expand 10 after
1390 friend class UseCounterTest; 1391 friend class UseCounterTest;
1391 unsigned m_muteCount; 1392 unsigned m_muteCount;
1392 1393
1393 CountBits m_countBits; 1394 CountBits m_countBits;
1394 BitVector m_CSSFeatureBits; 1395 BitVector m_CSSFeatureBits;
1395 }; 1396 };
1396 1397
1397 } // namespace blink 1398 } // namespace blink
1398 1399
1399 #endif // UseCounter_h 1400 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698