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

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

Issue 458223003: Remove the fullscreen element stack exemption for webkitRequestFullScreen() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: spec typo Created 6 years, 4 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/dom/FullscreenElementStack.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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 CSSSelectorPseudoHost = 469, 446 CSSSelectorPseudoHost = 469,
447 CSSSelectorPseudoHostContext = 470, 447 CSSSelectorPseudoHostContext = 470,
448 CSSDeepCombinator = 471, 448 CSSDeepCombinator = 471,
449 SyncXHRWithCredentials = 472, 449 SyncXHRWithCredentials = 472,
450 // The above items are available in M37 branch. 450 // The above items are available in M37 branch.
451 451
452 UseAsm = 473, 452 UseAsm = 473,
453 KeyEventNotAllowedInFullScreen = 474, 453 KeyEventNotAllowedInFullScreen = 474,
454 DOMWindowOpen = 475, 454 DOMWindowOpen = 475,
455 DOMWindowOpenFeatures = 476, 455 DOMWindowOpenFeatures = 476,
456 LegacyFullScreenErrorExemption = 477,
457 MediaStreamTrackGetSources = 478, 456 MediaStreamTrackGetSources = 478,
458 AspectRatioFlexItem = 479, 457 AspectRatioFlexItem = 479,
459 DetailsElement = 480, 458 DetailsElement = 480,
460 DialogElement = 481, 459 DialogElement = 481,
461 MapElement = 482, 460 MapElement = 482,
462 MeterElement = 483, 461 MeterElement = 483,
463 ProgressElement = 484, 462 ProgressElement = 484,
464 VideoFullscreenAllowedExemption = 485, 463 VideoFullscreenAllowedExemption = 485,
465 WebKitPoint = 488, 464 WebKitPoint = 488,
466 PrefixedHTMLElementDropzone = 490, 465 PrefixedHTMLElementDropzone = 490,
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 550
552 void updateMeasurements(); 551 void updateMeasurements();
553 552
554 OwnPtr<BitVector> m_countBits; 553 OwnPtr<BitVector> m_countBits;
555 BitVector m_CSSFeatureBits; 554 BitVector m_CSSFeatureBits;
556 }; 555 };
557 556
558 } // namespace blink 557 } // namespace blink
559 558
560 #endif // UseCounter_h 559 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/dom/FullscreenElementStack.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698