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

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

Issue 1145773003: Remove the Document.charset setter (making it readonly) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix webexposed tests Created 5 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/dom/Document.idl ('k') | Source/core/frame/UseCounter.cpp » ('j') | 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 // The above items are available in M36 branch. 359 // The above items are available in M36 branch.
360 360
361 ElementRequestPointerLock = 417, 361 ElementRequestPointerLock = 417,
362 VTTCueRenderRtl = 418, 362 VTTCueRenderRtl = 418,
363 PostMessageFromSecureToInsecure = 419, 363 PostMessageFromSecureToInsecure = 419,
364 PostMessageFromInsecureToSecure = 420, 364 PostMessageFromInsecureToSecure = 420,
365 DocumentExitPointerLock = 421, 365 DocumentExitPointerLock = 421,
366 DocumentPointerLockElement = 422, 366 DocumentPointerLockElement = 422,
367 PrefixedCursorZoomIn = 424, 367 PrefixedCursorZoomIn = 424,
368 PrefixedCursorZoomOut = 425, 368 PrefixedCursorZoomOut = 425,
369 DocumentSetCharset = 427,
370 DocumentDefaultCharset = 428, 369 DocumentDefaultCharset = 428,
371 TextEncoderConstructor = 429, 370 TextEncoderConstructor = 429,
372 TextEncoderEncode = 430, 371 TextEncoderEncode = 430,
373 TextDecoderConstructor = 431, 372 TextDecoderConstructor = 431,
374 TextDecoderDecode = 432, 373 TextDecoderDecode = 432,
375 FocusInOutEvent = 433, 374 FocusInOutEvent = 433,
376 MouseEventMovementX = 434, 375 MouseEventMovementX = 434,
377 MouseEventMovementY = 435, 376 MouseEventMovementY = 435,
378 DocumentFonts = 440, 377 DocumentFonts = 440,
379 MixedContentFormsSubmitted = 441, 378 MixedContentFormsSubmitted = 441,
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 788
790 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR ecordedMeasurement(feature); } 789 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR ecordedMeasurement(feature); }
791 790
792 CountBits m_countBits; 791 CountBits m_countBits;
793 BitVector m_CSSFeatureBits; 792 BitVector m_CSSFeatureBits;
794 }; 793 };
795 794
796 } // namespace blink 795 } // namespace blink
797 796
798 #endif // UseCounter_h 797 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/dom/Document.idl ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698