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

Side by Side Diff: sky/engine/core/frame/UseCounter.h

Issue 842033004: Remove custom element :unresolved. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « sky/engine/core/dom/Node.cpp ('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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 ElementCreateShadowRoot = 456, 333 ElementCreateShadowRoot = 456,
334 DocumentRegisterElement = 457, 334 DocumentRegisterElement = 457,
335 EditingAppleInterchangeNewline = 458, 335 EditingAppleInterchangeNewline = 458,
336 EditingAppleConvertedSpace = 459, 336 EditingAppleConvertedSpace = 459,
337 EditingApplePasteAsQuotation = 460, 337 EditingApplePasteAsQuotation = 460,
338 EditingAppleStyleSpanClass = 461, 338 EditingAppleStyleSpanClass = 461,
339 EditingAppleTabSpanClass = 462, 339 EditingAppleTabSpanClass = 462,
340 HTMLImportsAsyncAttribute = 463, 340 HTMLImportsAsyncAttribute = 463,
341 FontFaceSetReady = 464, 341 FontFaceSetReady = 464,
342 342
343 CSSSelectorPseudoUnresolved = 466,
344
345 CSSSelectorPseudoHost = 469, 343 CSSSelectorPseudoHost = 469,
346 344
347 CSSDeepCombinator = 471, 345 CSSDeepCombinator = 471,
348 SyncXHRWithCredentials = 472, 346 SyncXHRWithCredentials = 472,
349 // The above items are available in M37 branch. 347 // The above items are available in M37 branch.
350 348
351 UseAsm = 473, 349 UseAsm = 473,
352 KeyEventNotAllowedInFullScreen = 474, 350 KeyEventNotAllowedInFullScreen = 474,
353 DOMWindowOpen = 475, 351 DOMWindowOpen = 475,
354 DOMWindowOpenFeatures = 476, 352 DOMWindowOpenFeatures = 476,
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 449
452 void updateMeasurements(); 450 void updateMeasurements();
453 451
454 OwnPtr<BitVector> m_countBits; 452 OwnPtr<BitVector> m_countBits;
455 BitVector m_CSSFeatureBits; 453 BitVector m_CSSFeatureBits;
456 }; 454 };
457 455
458 } // namespace blink 456 } // namespace blink
459 457
460 #endif // SKY_ENGINE_CORE_FRAME_USECOUNTER_H_ 458 #endif // SKY_ENGINE_CORE_FRAME_USECOUNTER_H_
OLDNEW
« no previous file with comments | « sky/engine/core/dom/Node.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698