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

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

Issue 2838603002: Added [SecureContext] to the subtle attribute (Closed)
Patch Set: Magic test starts doing differnt things out of the blue. Need to handle this properly. Avada Kedavr… Created 3 years, 7 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 1417 matching lines...) Expand 10 before | Expand all | Expand 10 after
1428 kPresentationReceiverInsecureOrigin = 1819, 1428 kPresentationReceiverInsecureOrigin = 1819,
1429 kPresentationReceiverSecureOrigin = 1820, 1429 kPresentationReceiverSecureOrigin = 1820,
1430 kPresentationRequestInsecureOrigin = 1821, 1430 kPresentationRequestInsecureOrigin = 1821,
1431 kPresentationRequestSecureOrigin = 1822, 1431 kPresentationRequestSecureOrigin = 1822,
1432 kRtcpMuxPolicyNegotiate = 1823, 1432 kRtcpMuxPolicyNegotiate = 1823,
1433 kDOMClobberedVariableAccessed = 1824, 1433 kDOMClobberedVariableAccessed = 1824,
1434 kHTMLDocumentCreateProcessingInstruction = 1825, 1434 kHTMLDocumentCreateProcessingInstruction = 1825,
1435 kFetchResponseConstructionWithStream = 1826, 1435 kFetchResponseConstructionWithStream = 1826,
1436 kLocationOrigin = 1827, 1436 kLocationOrigin = 1827,
1437 kDocumentOrigin = 1828, 1437 kDocumentOrigin = 1828,
1438 kSubtleCryptoOnlyStrictSecureContextCheckFailed = 1829,
1439 kCanvas2DFilter = 1830, 1438 kCanvas2DFilter = 1830,
1440 kCanvas2DImageSmoothingQuality = 1831, 1439 kCanvas2DImageSmoothingQuality = 1831,
1441 kCanvasToBlob = 1832, 1440 kCanvasToBlob = 1832,
1442 kCanvasToDataURL = 1833, 1441 kCanvasToDataURL = 1833,
1443 kOffscreenCanvasConvertToBlob = 1834, 1442 kOffscreenCanvasConvertToBlob = 1834,
1444 kSVGInCanvas2D = 1835, 1443 kSVGInCanvas2D = 1835,
1445 kSVGInWebGL = 1836, 1444 kSVGInWebGL = 1836,
1446 kSelectionFuncionsChangeFocus = 1837, 1445 kSelectionFuncionsChangeFocus = 1837,
1447 kHTMLObjectElementGetter = 1838, 1446 kHTMLObjectElementGetter = 1838,
1448 kHTMLObjectElementSetter = 1839, 1447 kHTMLObjectElementSetter = 1839,
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
1690 // Tracks what features/properties need to be reported to the legacy 1689 // Tracks what features/properties need to be reported to the legacy
1691 // histograms. 1690 // histograms.
1692 BitVector feature_bits_; 1691 BitVector feature_bits_;
1693 BitVector css_bits_; 1692 BitVector css_bits_;
1694 } legacy_counter_; 1693 } legacy_counter_;
1695 }; 1694 };
1696 1695
1697 } // namespace blink 1696 } // namespace blink
1698 1697
1699 #endif // UseCounter_h 1698 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp ('k') | third_party/WebKit/Source/core/testing/NullExecutionContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698