Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 365 EditingAppleStyleSpanClass = 461, | 365 EditingAppleStyleSpanClass = 461, |
| 366 EditingAppleTabSpanClass = 462, | 366 EditingAppleTabSpanClass = 462, |
| 367 HTMLImportsAsyncAttribute = 463, | 367 HTMLImportsAsyncAttribute = 463, |
| 368 XMLHttpRequestSynchronous = 465, | 368 XMLHttpRequestSynchronous = 465, |
| 369 CSSSelectorPseudoUnresolved = 466, | 369 CSSSelectorPseudoUnresolved = 466, |
| 370 CSSSelectorPseudoShadow = 467, | 370 CSSSelectorPseudoShadow = 467, |
| 371 CSSSelectorPseudoContent = 468, | 371 CSSSelectorPseudoContent = 468, |
| 372 CSSSelectorPseudoHost = 469, | 372 CSSSelectorPseudoHost = 469, |
| 373 CSSSelectorPseudoHostContext = 470, | 373 CSSSelectorPseudoHostContext = 470, |
| 374 CSSDeepCombinator = 471, | 374 CSSDeepCombinator = 471, |
| 375 SyncXHRWithCredentials = 472, | |
|
sof
2016/05/31 20:32:20
What's the procedure to follow wrt updating tools/
foolip
2016/05/31 21:45:53
They aren't removed by running the script, and all
sof
2016/06/01 05:34:16
ok, there'll be a major GC when the list becomes t
foolip
2016/06/01 06:56:20
Yeah. The way I hope it works out is that each cou
| |
| 376 // The above items are available in M37 branch. | 375 // The above items are available in M37 branch. |
| 377 | 376 |
| 378 UseAsm = 473, | 377 UseAsm = 473, |
| 379 DOMWindowOpen = 475, | 378 DOMWindowOpen = 475, |
| 380 DOMWindowOpenFeatures = 476, | 379 DOMWindowOpenFeatures = 476, |
| 381 MediaStreamTrackGetSources = 478, | 380 MediaStreamTrackGetSources = 478, |
| 382 AspectRatioFlexItem = 479, | 381 AspectRatioFlexItem = 479, |
| 383 DetailsElement = 480, | 382 DetailsElement = 480, |
| 384 DialogElement = 481, | 383 DialogElement = 481, |
| 385 MapElement = 482, | 384 MapElement = 482, |
| (...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1287 friend class UseCounterTest; | 1286 friend class UseCounterTest; |
| 1288 static int m_muteCount; | 1287 static int m_muteCount; |
| 1289 | 1288 |
| 1290 CountBits m_countBits; | 1289 CountBits m_countBits; |
| 1291 BitVector m_CSSFeatureBits; | 1290 BitVector m_CSSFeatureBits; |
| 1292 }; | 1291 }; |
| 1293 | 1292 |
| 1294 } // namespace blink | 1293 } // namespace blink |
| 1295 | 1294 |
| 1296 #endif // UseCounter_h | 1295 #endif // UseCounter_h |
| OLD | NEW |