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

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

Issue 2643613002: Reduce the perf overhead of our dangling markup experiments. (Closed)
Patch Set: unittest Created 3 years, 11 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 1409 matching lines...) Expand 10 before | Expand all | Expand 10 after
1420 BaseWithCrossOriginHref = 1759, 1420 BaseWithCrossOriginHref = 1759,
1421 BaseWithDataHref = 1760, 1421 BaseWithDataHref = 1760,
1422 BaseWithNewlinesInTarget = 1761, 1422 BaseWithNewlinesInTarget = 1761,
1423 BaseWithOpenBracketInTarget = 1762, 1423 BaseWithOpenBracketInTarget = 1762,
1424 BaseWouldBeBlockedByDefaultSrc = 1763, 1424 BaseWouldBeBlockedByDefaultSrc = 1763,
1425 V8AssigmentExpressionLHSIsCallInSloppy = 1764, 1425 V8AssigmentExpressionLHSIsCallInSloppy = 1764,
1426 V8AssigmentExpressionLHSIsCallInStrict = 1765, 1426 V8AssigmentExpressionLHSIsCallInStrict = 1765,
1427 V8PromiseConstructorReturnedUndefined = 1766, 1427 V8PromiseConstructorReturnedUndefined = 1766,
1428 FormSubmittedWithUnclosedFormControl = 1767, 1428 FormSubmittedWithUnclosedFormControl = 1767,
1429 DocumentCompleteURLHTTPContainingNewline = 1768, 1429 DocumentCompleteURLHTTPContainingNewline = 1768,
1430 DocumentCompleteURLHTTPContainingLessThan = 1769,
1431 DocumentCompleteURLHTTPContainingNewlineAndLessThan = 1770, 1430 DocumentCompleteURLHTTPContainingNewlineAndLessThan = 1770,
1432 DocumentCompleteURLNonHTTPContainingNewlineOrLessThan = 1771, 1431 DocumentCompleteURLNonHTTPContainingNewline = 1771,
1433 CSSSelectorInternalMediaControlsTextTrackList = 1772, 1432 CSSSelectorInternalMediaControlsTextTrackList = 1772,
1434 CSSSelectorInternalMediaControlsTextTrackListItem = 1773, 1433 CSSSelectorInternalMediaControlsTextTrackListItem = 1773,
1435 CSSSelectorInternalMediaControlsTextTrackListItemInput = 1774, 1434 CSSSelectorInternalMediaControlsTextTrackListItemInput = 1774,
1436 CSSSelectorInternalMediaControlsTextTrackListKindCaptions = 1775, 1435 CSSSelectorInternalMediaControlsTextTrackListKindCaptions = 1775,
1437 CSSSelectorInternalMediaControlsTextTrackListKindSubtitles = 1776, 1436 CSSSelectorInternalMediaControlsTextTrackListKindSubtitles = 1776,
1438 ScrollbarUseVerticalScrollbarButton = 1777, 1437 ScrollbarUseVerticalScrollbarButton = 1777,
1439 ScrollbarUseVerticalScrollbarThumb = 1778, 1438 ScrollbarUseVerticalScrollbarThumb = 1778,
1440 ScrollbarUseVerticalScrollbarTrack = 1779, 1439 ScrollbarUseVerticalScrollbarTrack = 1779,
1441 ScrollbarUseHorizontalScrollbarButton = 1780, 1440 ScrollbarUseHorizontalScrollbarButton = 1780,
1442 ScrollbarUseHorizontalScrollbarThumb = 1781, 1441 ScrollbarUseHorizontalScrollbarThumb = 1781,
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
1525 // Tracks what features/properties need to be reported to the legacy 1524 // Tracks what features/properties need to be reported to the legacy
1526 // histograms. 1525 // histograms.
1527 BitVector m_featureBits; 1526 BitVector m_featureBits;
1528 BitVector m_CSSBits; 1527 BitVector m_CSSBits;
1529 } m_legacyCounter; 1528 } m_legacyCounter;
1530 }; 1529 };
1531 1530
1532 } // namespace blink 1531 } // namespace blink
1533 1532
1534 #endif // UseCounter_h 1533 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | third_party/WebKit/Source/platform/weborigin/KURL.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698