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

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

Issue 2020103002: Fix sticky constraints and update sticky layer positions recursively after scroll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bugs with overflow scrollers in sticky position constraints, add unit tests, and test clipped b… Created 4 years, 6 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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 4070 matching lines...) Expand 10 before | Expand all | Expand 10 after
4081 'html/parser/HTMLParserThreadTest.cpp', 4081 'html/parser/HTMLParserThreadTest.cpp',
4082 'html/parser/HTMLPreloadScannerTest.cpp', 4082 'html/parser/HTMLPreloadScannerTest.cpp',
4083 'html/parser/HTMLResourcePreloaderTest.cpp', 4083 'html/parser/HTMLResourcePreloaderTest.cpp',
4084 'html/parser/HTMLSrcsetParserTest.cpp', 4084 'html/parser/HTMLSrcsetParserTest.cpp',
4085 'html/shadow/MediaControlsTest.cpp', 4085 'html/shadow/MediaControlsTest.cpp',
4086 'html/track/vtt/BufferedLineReaderTest.cpp', 4086 'html/track/vtt/BufferedLineReaderTest.cpp',
4087 'html/track/vtt/VTTScannerTest.cpp', 4087 'html/track/vtt/VTTScannerTest.cpp',
4088 'input/EventHandlerTest.cpp', 4088 'input/EventHandlerTest.cpp',
4089 'layout/ImageQualityControllerTest.cpp', 4089 'layout/ImageQualityControllerTest.cpp',
4090 'layout/LayoutBlockTest.cpp', 4090 'layout/LayoutBlockTest.cpp',
4091 'layout/LayoutBoxModelObjectTest.cpp',
4091 'layout/LayoutBoxTest.cpp', 4092 'layout/LayoutBoxTest.cpp',
4092 'layout/LayoutInlineTest.cpp', 4093 'layout/LayoutInlineTest.cpp',
4093 'layout/LayoutMultiColumnFlowThreadTest.cpp', 4094 'layout/LayoutMultiColumnFlowThreadTest.cpp',
4094 'layout/LayoutObjectTest.cpp', 4095 'layout/LayoutObjectTest.cpp',
4095 'layout/LayoutPartTest.cpp', 4096 'layout/LayoutPartTest.cpp',
4096 'layout/LayoutProgressTest.cpp', 4097 'layout/LayoutProgressTest.cpp',
4097 'layout/LayoutTableCellTest.cpp', 4098 'layout/LayoutTableCellTest.cpp',
4098 'layout/LayoutTableRowTest.cpp', 4099 'layout/LayoutTableRowTest.cpp',
4099 'layout/LayoutTableSectionTest.cpp', 4100 'layout/LayoutTableSectionTest.cpp',
4100 'layout/LayoutTestHelper.cpp', 4101 'layout/LayoutTestHelper.cpp',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
4149 'testing/PrivateScriptTestTest.cpp', 4150 'testing/PrivateScriptTestTest.cpp',
4150 'timing/MemoryInfoTest.cpp', 4151 'timing/MemoryInfoTest.cpp',
4151 'timing/PerformanceBaseTest.cpp', 4152 'timing/PerformanceBaseTest.cpp',
4152 'timing/PerformanceObserverTest.cpp', 4153 'timing/PerformanceObserverTest.cpp',
4153 'workers/WorkerThreadTest.cpp', 4154 'workers/WorkerThreadTest.cpp',
4154 'workers/WorkerThreadTestHelper.h', 4155 'workers/WorkerThreadTestHelper.h',
4155 'xml/parser/SharedBufferReaderTest.cpp', 4156 'xml/parser/SharedBufferReaderTest.cpp',
4156 ], 4157 ],
4157 } 4158 }
4158 } 4159 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698