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

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

Issue 2171953002: FileAPI: Remove TODOs around readAsBinaryString - it's back in the spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « third_party/WebKit/Source/core/fileapi/FileReaderSync.idl ('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 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 ElementAttachShadow = 804, 632 ElementAttachShadow = 804,
633 V8KeyboardEvent_KeyIdentifier_AttributeGetter = 805, 633 V8KeyboardEvent_KeyIdentifier_AttributeGetter = 805,
634 V8SecurityPolicyViolationEvent_DocumentURI_AttributeGetter = 806, 634 V8SecurityPolicyViolationEvent_DocumentURI_AttributeGetter = 806,
635 V8SecurityPolicyViolationEvent_BlockedURI_AttributeGetter = 807, 635 V8SecurityPolicyViolationEvent_BlockedURI_AttributeGetter = 807,
636 V8SecurityPolicyViolationEvent_StatusCode_AttributeGetter = 808, 636 V8SecurityPolicyViolationEvent_StatusCode_AttributeGetter = 808,
637 HTMLLinkElementDisabled = 809, 637 HTMLLinkElementDisabled = 809,
638 V8HTMLLinkElement_Disabled_AttributeGetter = 810, 638 V8HTMLLinkElement_Disabled_AttributeGetter = 810,
639 V8HTMLLinkElement_Disabled_AttributeSetter = 811, 639 V8HTMLLinkElement_Disabled_AttributeSetter = 811,
640 V8HTMLStyleElement_Disabled_AttributeGetter = 812, 640 V8HTMLStyleElement_Disabled_AttributeGetter = 812,
641 V8HTMLStyleElement_Disabled_AttributeSetter = 813, 641 V8HTMLStyleElement_Disabled_AttributeSetter = 813,
642 V8FileReader_ReadAsBinaryString_Method = 814,
643 V8FileReaderSync_ReadAsBinaryString_Method = 815,
644 V8DOMError_Constructor = 816, 642 V8DOMError_Constructor = 816,
645 V8DOMError_Name_AttributeGetter = 817, 643 V8DOMError_Name_AttributeGetter = 817,
646 V8DOMError_Message_AttributeGetter = 818, 644 V8DOMError_Message_AttributeGetter = 818,
647 V8FileReader_Error_AttributeGetter = 819, 645 V8FileReader_Error_AttributeGetter = 819,
648 V8Location_AncestorOrigins_AttributeGetter = 823, 646 V8Location_AncestorOrigins_AttributeGetter = 823,
649 V8IDBDatabase_ObjectStoreNames_AttributeGetter = 824, 647 V8IDBDatabase_ObjectStoreNames_AttributeGetter = 824,
650 V8IDBObjectStore_IndexNames_AttributeGetter = 825, 648 V8IDBObjectStore_IndexNames_AttributeGetter = 825,
651 V8IDBTransaction_ObjectStoreNames_AttributeGetter = 826, 649 V8IDBTransaction_ObjectStoreNames_AttributeGetter = 826,
652 TextInputFired = 830, 650 TextInputFired = 830,
653 V8TextEvent_Data_AttributeGetter = 831, 651 V8TextEvent_Data_AttributeGetter = 831,
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after
1347 friend class UseCounterTest; 1345 friend class UseCounterTest;
1348 static int m_muteCount; 1346 static int m_muteCount;
1349 1347
1350 CountBits m_countBits; 1348 CountBits m_countBits;
1351 BitVector m_CSSFeatureBits; 1349 BitVector m_CSSFeatureBits;
1352 }; 1350 };
1353 1351
1354 } // namespace blink 1352 } // namespace blink
1355 1353
1356 #endif // UseCounter_h 1354 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/fileapi/FileReaderSync.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698