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

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

Issue 1137753004: Remove xml:base support (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rm 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/Element.cpp ('k') | Source/core/xml/xmlattrs.in » ('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 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 SVGTransformListConsolidate = 569, 494 SVGTransformListConsolidate = 569,
495 SVGAnimatedTransformListBaseVal = 570, 495 SVGAnimatedTransformListBaseVal = 570,
496 QuotedAnimationName = 571, 496 QuotedAnimationName = 571,
497 QuotedKeyframesRule = 572, 497 QuotedKeyframesRule = 572,
498 SrcsetDroppedCandidate = 573, 498 SrcsetDroppedCandidate = 573,
499 WindowPostMessage = 574, 499 WindowPostMessage = 574,
500 WindowPostMessageWithLegacyTargetOriginArgument = 575, 500 WindowPostMessageWithLegacyTargetOriginArgument = 575,
501 RenderRuby = 576, 501 RenderRuby = 576,
502 CanvasRenderingContext2DCompositeOperationDarker = 577, 502 CanvasRenderingContext2DCompositeOperationDarker = 577,
503 ScriptElementWithInvalidTypeHasSrc = 578, 503 ScriptElementWithInvalidTypeHasSrc = 578,
504 ElementBaseURIFromXMLBase = 580,
505 XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload = 581, 504 XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload = 581,
506 CSSSelectorPseudoScrollbar = 582, 505 CSSSelectorPseudoScrollbar = 582,
507 CSSSelectorPseudoScrollbarButton = 583, 506 CSSSelectorPseudoScrollbarButton = 583,
508 CSSSelectorPseudoScrollbarThumb = 584, 507 CSSSelectorPseudoScrollbarThumb = 584,
509 CSSSelectorPseudoScrollbarTrack = 585, 508 CSSSelectorPseudoScrollbarTrack = 585,
510 CSSSelectorPseudoScrollbarTrackPiece = 586, 509 CSSSelectorPseudoScrollbarTrackPiece = 586,
511 LangAttribute = 587, 510 LangAttribute = 587,
512 LangAttributeOnHTML = 588, 511 LangAttributeOnHTML = 588,
513 LangAttributeOnBody = 589, 512 LangAttributeOnBody = 589,
514 LangAttributeDoesNotMatchToUILocale = 590, 513 LangAttributeDoesNotMatchToUILocale = 590,
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
781 780
782 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR ecordedMeasurement(feature); } 781 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR ecordedMeasurement(feature); }
783 782
784 CountBits m_countBits; 783 CountBits m_countBits;
785 BitVector m_CSSFeatureBits; 784 BitVector m_CSSFeatureBits;
786 }; 785 };
787 786
788 } // namespace blink 787 } // namespace blink
789 788
790 #endif // UseCounter_h 789 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/dom/Element.cpp ('k') | Source/core/xml/xmlattrs.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698