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

Side by Side Diff: Source/core/core.gypi

Issue 1023393002: Cache element indices for :nth-child and :nth-last-child selectors. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Clear cache after each operation Created 5 years, 9 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 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 2242 matching lines...) Expand 10 before | Expand all | Expand 10 after
2253 'dom/NodeListsNodeData.h', 2253 'dom/NodeListsNodeData.h',
2254 'dom/NodeRareData.cpp', 2254 'dom/NodeRareData.cpp',
2255 'dom/NodeRareData.h', 2255 'dom/NodeRareData.h',
2256 'dom/NodeRenderingTraversal.cpp', 2256 'dom/NodeRenderingTraversal.cpp',
2257 'dom/NodeRenderingTraversal.h', 2257 'dom/NodeRenderingTraversal.h',
2258 'dom/NodeTraversal.cpp', 2258 'dom/NodeTraversal.cpp',
2259 'dom/NodeTraversal.h', 2259 'dom/NodeTraversal.h',
2260 'dom/NodeWithIndex.h', 2260 'dom/NodeWithIndex.h',
2261 'dom/NonDocumentTypeChildNode.h', 2261 'dom/NonDocumentTypeChildNode.h',
2262 'dom/NonElementParentNode.h', 2262 'dom/NonElementParentNode.h',
2263 'dom/NthIndexCache.cpp',
2264 'dom/NthIndexCache.h',
2263 'dom/ParentNode.h', 2265 'dom/ParentNode.h',
2264 'dom/PendingScript.cpp', 2266 'dom/PendingScript.cpp',
2265 'dom/Position.cpp', 2267 'dom/Position.cpp',
2266 'dom/PositionIterator.cpp', 2268 'dom/PositionIterator.cpp',
2267 'dom/PositionIterator.h', 2269 'dom/PositionIterator.h',
2268 'dom/PresentationAttributeStyle.cpp', 2270 'dom/PresentationAttributeStyle.cpp',
2269 'dom/PresentationAttributeStyle.h', 2271 'dom/PresentationAttributeStyle.h',
2270 'dom/ProcessingInstruction.cpp', 2272 'dom/ProcessingInstruction.cpp',
2271 'dom/ProcessingInstruction.h', 2273 'dom/ProcessingInstruction.h',
2272 'dom/PseudoElement.cpp', 2274 'dom/PseudoElement.cpp',
(...skipping 1460 matching lines...) Expand 10 before | Expand all | Expand 10 after
3733 'css/parser/MediaConditionTest.cpp', 3735 'css/parser/MediaConditionTest.cpp',
3734 'css/parser/SizesAttributeParserTest.cpp', 3736 'css/parser/SizesAttributeParserTest.cpp',
3735 'css/parser/SizesCalcParserTest.cpp', 3737 'css/parser/SizesCalcParserTest.cpp',
3736 'css/resolver/FontBuilderTest.cpp', 3738 'css/resolver/FontBuilderTest.cpp',
3737 'dom/ActiveDOMObjectTest.cpp', 3739 'dom/ActiveDOMObjectTest.cpp',
3738 'dom/CrossThreadTaskTest.cpp', 3740 'dom/CrossThreadTaskTest.cpp',
3739 'dom/DOMImplementationTest.cpp', 3741 'dom/DOMImplementationTest.cpp',
3740 'dom/DocumentMarkerControllerTest.cpp', 3742 'dom/DocumentMarkerControllerTest.cpp',
3741 'dom/DocumentTest.cpp', 3743 'dom/DocumentTest.cpp',
3742 'dom/MainThreadTaskRunnerTest.cpp', 3744 'dom/MainThreadTaskRunnerTest.cpp',
3745 'dom/NthIndexCacheTest.cpp',
3743 'dom/RangeTest.cpp', 3746 'dom/RangeTest.cpp',
3744 'dom/ScriptRunnerTest.cpp', 3747 'dom/ScriptRunnerTest.cpp',
3745 'dom/TreeScopeTest.cpp', 3748 'dom/TreeScopeTest.cpp',
3746 'dom/shadow/ComposedTreeTraversalTest.cpp', 3749 'dom/shadow/ComposedTreeTraversalTest.cpp',
3747 'editing/CompositionUnderlineRangeFilterTest.cpp', 3750 'editing/CompositionUnderlineRangeFilterTest.cpp',
3748 'editing/FrameSelectionTest.cpp', 3751 'editing/FrameSelectionTest.cpp',
3749 'editing/InputMethodControllerTest.cpp', 3752 'editing/InputMethodControllerTest.cpp',
3750 'editing/iterators/TextIteratorTest.cpp', 3753 'editing/iterators/TextIteratorTest.cpp',
3751 'editing/SurroundingTextTest.cpp', 3754 'editing/SurroundingTextTest.cpp',
3752 'editing/VisibleSelectionTest.cpp', 3755 'editing/VisibleSelectionTest.cpp',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
3806 'paint/LayoutObjectDrawingRecorderTest.cpp', 3809 'paint/LayoutObjectDrawingRecorderTest.cpp',
3807 'paint/TextPainterTest.cpp', 3810 'paint/TextPainterTest.cpp',
3808 'paint/ViewDisplayListTest.cpp', 3811 'paint/ViewDisplayListTest.cpp',
3809 'streams/ReadableStreamReaderTest.cpp', 3812 'streams/ReadableStreamReaderTest.cpp',
3810 'streams/ReadableStreamTest.cpp', 3813 'streams/ReadableStreamTest.cpp',
3811 'testing/PrivateScriptTestTest.cpp', 3814 'testing/PrivateScriptTestTest.cpp',
3812 'xml/parser/SharedBufferReaderTest.cpp', 3815 'xml/parser/SharedBufferReaderTest.cpp',
3813 ], 3816 ],
3814 } 3817 }
3815 } 3818 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698