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

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

Issue 2088453002: Implement the inert attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert histograms.xml Created 3 years, 6 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 1579 matching lines...) Expand 10 before | Expand all | Expand 10 after
1590 kCredentialManagerIdName = 1985, 1590 kCredentialManagerIdName = 1985,
1591 kCredentialManagerPasswordName = 1986, 1591 kCredentialManagerPasswordName = 1986,
1592 kCredentialManagerAdditionalData = 1987, 1592 kCredentialManagerAdditionalData = 1987,
1593 kCredentialManagerCustomFetch = 1988, 1593 kCredentialManagerCustomFetch = 1988,
1594 kNetInfoRtt = 1989, 1594 kNetInfoRtt = 1989,
1595 kNetInfoDownlink = 1990, 1595 kNetInfoDownlink = 1990,
1596 kShapeDetection_BarcodeDetectorConstructor = 1991, 1596 kShapeDetection_BarcodeDetectorConstructor = 1991,
1597 kShapeDetection_FaceDetectorConstructor = 1992, 1597 kShapeDetection_FaceDetectorConstructor = 1992,
1598 kShapeDetection_TextDetectorConstructor = 1993, 1598 kShapeDetection_TextDetectorConstructor = 1993,
1599 kCredentialManagerCredentialRequestOptionsOnlyUnmediated = 1994, 1599 kCredentialManagerCredentialRequestOptionsOnlyUnmediated = 1994,
1600 // TODO(aboxhall): Reuse value 1995 when 1600 kInertAttribute = 1995,
1601 // https://codereview.chromium.org/2088453002 is relanded.
1602 kPluginInstanceAccessFromIsolatedWorld = 1996, 1601 kPluginInstanceAccessFromIsolatedWorld = 1996,
1603 kPluginInstanceAccessFromMainWorld = 1997, 1602 kPluginInstanceAccessFromMainWorld = 1997,
1604 kRequestFullscreenForDialogElement = 1998, 1603 kRequestFullscreenForDialogElement = 1998,
1605 kRequestFullscreenForDialogElementInTopLayer = 1999, 1604 kRequestFullscreenForDialogElementInTopLayer = 1999,
1606 kShowModalForElementInFullscreenStack = 2000, 1605 kShowModalForElementInFullscreenStack = 2000,
1607 kThreeValuedPositionBackground = 2001, 1606 kThreeValuedPositionBackground = 2001,
1608 kThreeValuedPositionBasicShape = 2002, 1607 kThreeValuedPositionBasicShape = 2002,
1609 kThreeValuedPositionGradient = 2003, 1608 kThreeValuedPositionGradient = 2003,
1610 kThreeValuedPositionObjectPosition = 2004, 1609 kThreeValuedPositionObjectPosition = 2004,
1611 kThreeValuedPositionPerspectiveOrigin = 2005, 1610 kThreeValuedPositionPerspectiveOrigin = 2005,
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
1719 // Tracks what features/properties need to be reported to the legacy 1718 // Tracks what features/properties need to be reported to the legacy
1720 // histograms. 1719 // histograms.
1721 BitVector feature_bits_; 1720 BitVector feature_bits_;
1722 BitVector css_bits_; 1721 BitVector css_bits_;
1723 } legacy_counter_; 1722 } legacy_counter_;
1724 }; 1723 };
1725 1724
1726 } // namespace blink 1725 } // namespace blink
1727 1726
1728 #endif // UseCounter_h 1727 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/dom/Text.cpp ('k') | third_party/WebKit/Source/core/html/HTMLAttributeNames.json5 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698