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

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

Issue 336313015: Remove the webkitallowfullscreen content attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix quirks mode test Created 6 years, 5 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') | Source/core/html/HTMLAttributeNames.in » ('j') | 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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 PrefixedCancelRequestAnimationFrame = 305, 302 PrefixedCancelRequestAnimationFrame = 305,
303 NamedNodeMapGetNamedItem = 306, 303 NamedNodeMapGetNamedItem = 306,
304 NamedNodeMapSetNamedItem = 307, 304 NamedNodeMapSetNamedItem = 307,
305 NamedNodeMapRemoveNamedItem = 308, 305 NamedNodeMapRemoveNamedItem = 308,
306 NamedNodeMapItem = 309, 306 NamedNodeMapItem = 309,
307 NamedNodeMapGetNamedItemNS = 310, 307 NamedNodeMapGetNamedItemNS = 310,
308 NamedNodeMapSetNamedItemNS = 311, 308 NamedNodeMapSetNamedItemNS = 311,
309 NamedNodeMapRemoveNamedItemNS = 312, 309 NamedNodeMapRemoveNamedItemNS = 312,
310 OpenWebDatabaseInWorker = 313, // This didn't work because of crbug.com/ 376039. Available since M37. 310 OpenWebDatabaseInWorker = 313, // This didn't work because of crbug.com/ 376039. Available since M37.
311 OpenWebDatabaseSyncInWorker = 314, // This didn't work because of crbug. com/376039. Available since M37. 311 OpenWebDatabaseSyncInWorker = 314, // This didn't work because of crbug. com/376039. Available since M37.
312 PrefixedAllowFullscreenAttribute = 315,
313 XHRProgressEventPosition = 316, 312 XHRProgressEventPosition = 316,
314 XHRProgressEventTotalSize = 317, 313 XHRProgressEventTotalSize = 317,
315 PrefixedDocumentIsFullscreen = 318, 314 PrefixedDocumentIsFullscreen = 318,
316 PrefixedDocumentFullScreenKeyboardInputAllowed = 319, 315 PrefixedDocumentFullScreenKeyboardInputAllowed = 319,
317 PrefixedDocumentCurrentFullScreenElement = 320, 316 PrefixedDocumentCurrentFullScreenElement = 320,
318 PrefixedDocumentCancelFullScreen = 321, 317 PrefixedDocumentCancelFullScreen = 321,
319 PrefixedDocumentFullscreenEnabled = 322, 318 PrefixedDocumentFullscreenEnabled = 322,
320 PrefixedDocumentFullscreenElement = 323, 319 PrefixedDocumentFullscreenElement = 323,
321 PrefixedDocumentExitFullscreen = 324, 320 PrefixedDocumentExitFullscreen = 324,
322 // The above items are available in M35 branch. 321 // The above items are available in M35 branch.
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 539
541 void updateMeasurements(); 540 void updateMeasurements();
542 541
543 OwnPtr<BitVector> m_countBits; 542 OwnPtr<BitVector> m_countBits;
544 BitVector m_CSSFeatureBits; 543 BitVector m_CSSFeatureBits;
545 }; 544 };
546 545
547 } // namespace WebCore 546 } // namespace WebCore
548 547
549 #endif // UseCounter_h 548 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/dom/FullscreenElementStack.cpp ('k') | Source/core/html/HTMLAttributeNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698