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

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

Issue 1684193003: markDocumentDirty() before styleResolverChanged(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/StyleEngine.h » ('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 '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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 3916 matching lines...) Expand 10 before | Expand all | Expand 10 after
3927 'dom/DocumentStatisticsCollectorTest.cpp', 3927 'dom/DocumentStatisticsCollectorTest.cpp',
3928 'dom/DocumentTest.cpp', 3928 'dom/DocumentTest.cpp',
3929 'dom/ElementTest.cpp', 3929 'dom/ElementTest.cpp',
3930 'dom/MainThreadTaskRunnerTest.cpp', 3930 'dom/MainThreadTaskRunnerTest.cpp',
3931 'dom/NodeTest.cpp', 3931 'dom/NodeTest.cpp',
3932 'dom/NthIndexCacheTest.cpp', 3932 'dom/NthIndexCacheTest.cpp',
3933 'dom/RangeTest.cpp', 3933 'dom/RangeTest.cpp',
3934 'dom/ScriptRunnerTest.cpp', 3934 'dom/ScriptRunnerTest.cpp',
3935 'dom/SelectorQueryTest.cpp', 3935 'dom/SelectorQueryTest.cpp',
3936 'dom/StyleElementTest.cpp', 3936 'dom/StyleElementTest.cpp',
3937 'dom/StyleEngineTest.cpp',
3937 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3938 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3938 'dom/TreeScopeTest.cpp', 3939 'dom/TreeScopeTest.cpp',
3939 'dom/URLSearchParamsTest.cpp', 3940 'dom/URLSearchParamsTest.cpp',
3940 'dom/shadow/FlatTreeTraversalTest.cpp', 3941 'dom/shadow/FlatTreeTraversalTest.cpp',
3941 'editing/EditingStrategyTest.cpp', 3942 'editing/EditingStrategyTest.cpp',
3942 'editing/EditingTestBase.cpp', 3943 'editing/EditingTestBase.cpp',
3943 'editing/EditingTestBase.h', 3944 'editing/EditingTestBase.h',
3944 'editing/EditingUtilitiesTest.cpp', 3945 'editing/EditingUtilitiesTest.cpp',
3945 'editing/FrameSelectionTest.cpp', 3946 'editing/FrameSelectionTest.cpp',
3946 'editing/GranularityStrategyTest.cpp', 3947 'editing/GranularityStrategyTest.cpp',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
4061 'style/SVGComputedStyleTest.cpp', 4062 'style/SVGComputedStyleTest.cpp',
4062 'svg/SVGPathParserTest.cpp', 4063 'svg/SVGPathParserTest.cpp',
4063 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4064 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4064 'testing/PrivateScriptTestTest.cpp', 4065 'testing/PrivateScriptTestTest.cpp',
4065 'timing/MemoryInfoTest.cpp', 4066 'timing/MemoryInfoTest.cpp',
4066 'workers/WorkerThreadTest.cpp', 4067 'workers/WorkerThreadTest.cpp',
4067 'xml/parser/SharedBufferReaderTest.cpp', 4068 'xml/parser/SharedBufferReaderTest.cpp',
4068 ], 4069 ],
4069 } 4070 }
4070 } 4071 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/StyleEngine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698