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

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

Issue 2750583003: Remove -internals-media-controls-text-track-list* as web exposed CSS selector. (Closed)
Patch Set: remove unrelated tests Created 3 years, 9 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 1377 matching lines...) Expand 10 before | Expand all | Expand 10 after
1388 BaseWithNewlinesInTarget = 1761, 1388 BaseWithNewlinesInTarget = 1761,
1389 BaseWithOpenBracketInTarget = 1762, 1389 BaseWithOpenBracketInTarget = 1762,
1390 BaseWouldBeBlockedByDefaultSrc = 1763, 1390 BaseWouldBeBlockedByDefaultSrc = 1763,
1391 V8AssigmentExpressionLHSIsCallInSloppy = 1764, 1391 V8AssigmentExpressionLHSIsCallInSloppy = 1764,
1392 V8AssigmentExpressionLHSIsCallInStrict = 1765, 1392 V8AssigmentExpressionLHSIsCallInStrict = 1765,
1393 V8PromiseConstructorReturnedUndefined = 1766, 1393 V8PromiseConstructorReturnedUndefined = 1766,
1394 FormSubmittedWithUnclosedFormControl = 1767, 1394 FormSubmittedWithUnclosedFormControl = 1767,
1395 DocumentCompleteURLHTTPContainingNewline = 1768, 1395 DocumentCompleteURLHTTPContainingNewline = 1768,
1396 DocumentCompleteURLHTTPContainingNewlineAndLessThan = 1770, 1396 DocumentCompleteURLHTTPContainingNewlineAndLessThan = 1770,
1397 DocumentCompleteURLNonHTTPContainingNewline = 1771, 1397 DocumentCompleteURLNonHTTPContainingNewline = 1771,
1398 CSSSelectorInternalMediaControlsTextTrackList = 1772,
1399 CSSSelectorInternalMediaControlsTextTrackListItem = 1773,
1400 CSSSelectorInternalMediaControlsTextTrackListItemInput = 1774,
1401 CSSSelectorInternalMediaControlsTextTrackListKindCaptions = 1775,
1402 CSSSelectorInternalMediaControlsTextTrackListKindSubtitles = 1776,
1403 ScrollbarUseVerticalScrollbarButton = 1777, 1398 ScrollbarUseVerticalScrollbarButton = 1777,
1404 ScrollbarUseVerticalScrollbarThumb = 1778, 1399 ScrollbarUseVerticalScrollbarThumb = 1778,
1405 ScrollbarUseVerticalScrollbarTrack = 1779, 1400 ScrollbarUseVerticalScrollbarTrack = 1779,
1406 ScrollbarUseHorizontalScrollbarButton = 1780, 1401 ScrollbarUseHorizontalScrollbarButton = 1780,
1407 ScrollbarUseHorizontalScrollbarThumb = 1781, 1402 ScrollbarUseHorizontalScrollbarThumb = 1781,
1408 ScrollbarUseHorizontalScrollbarTrack = 1782, 1403 ScrollbarUseHorizontalScrollbarTrack = 1782,
1409 HTMLTableCellElementColspan = 1783, 1404 HTMLTableCellElementColspan = 1783,
1410 HTMLTableCellElementColspanGreaterThan1000 = 1784, 1405 HTMLTableCellElementColspanGreaterThan1000 = 1784,
1411 HTMLTableCellElementColspanGreaterThan8190 = 1785, 1406 HTMLTableCellElementColspanGreaterThan8190 = 1785,
1412 SelectionAddRangeIntersect = 1786, 1407 SelectionAddRangeIntersect = 1786,
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
1594 // Tracks what features/properties need to be reported to the legacy 1589 // Tracks what features/properties need to be reported to the legacy
1595 // histograms. 1590 // histograms.
1596 BitVector m_featureBits; 1591 BitVector m_featureBits;
1597 BitVector m_CSSBits; 1592 BitVector m_CSSBits;
1598 } m_legacyCounter; 1593 } m_legacyCounter;
1599 }; 1594 };
1600 1595
1601 } // namespace blink 1596 } // namespace blink
1602 1597
1603 #endif // UseCounter_h 1598 #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