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

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

Issue 1707473002: Remove document.defaultCharset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 // The above items are available in M36 branch. 345 // The above items are available in M36 branch.
346 346
347 ElementRequestPointerLock = 417, 347 ElementRequestPointerLock = 417,
348 VTTCueRenderRtl = 418, 348 VTTCueRenderRtl = 418,
349 PostMessageFromSecureToInsecure = 419, 349 PostMessageFromSecureToInsecure = 419,
350 PostMessageFromInsecureToSecure = 420, 350 PostMessageFromInsecureToSecure = 420,
351 DocumentExitPointerLock = 421, 351 DocumentExitPointerLock = 421,
352 DocumentPointerLockElement = 422, 352 DocumentPointerLockElement = 422,
353 PrefixedCursorZoomIn = 424, 353 PrefixedCursorZoomIn = 424,
354 PrefixedCursorZoomOut = 425, 354 PrefixedCursorZoomOut = 425,
355 DocumentDefaultCharset = 428,
356 TextEncoderConstructor = 429, 355 TextEncoderConstructor = 429,
357 TextEncoderEncode = 430, 356 TextEncoderEncode = 430,
358 TextDecoderConstructor = 431, 357 TextDecoderConstructor = 431,
359 TextDecoderDecode = 432, 358 TextDecoderDecode = 432,
360 FocusInOutEvent = 433, 359 FocusInOutEvent = 433,
361 MouseEventMovementX = 434, 360 MouseEventMovementX = 434,
362 MouseEventMovementY = 435, 361 MouseEventMovementY = 435,
363 DocumentFonts = 440, 362 DocumentFonts = 440,
364 MixedContentFormsSubmitted = 441, 363 MixedContentFormsSubmitted = 441,
365 FormsSubmitted = 442, 364 FormsSubmitted = 442,
(...skipping 802 matching lines...) Expand 10 before | Expand all | Expand 10 after
1168 friend class UseCounterTest; 1167 friend class UseCounterTest;
1169 static int m_muteCount; 1168 static int m_muteCount;
1170 1169
1171 CountBits m_countBits; 1170 CountBits m_countBits;
1172 BitVector m_CSSFeatureBits; 1171 BitVector m_CSSFeatureBits;
1173 }; 1172 };
1174 1173
1175 } // namespace blink 1174 } // namespace blink
1176 1175
1177 #endif // UseCounter_h 1176 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698