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

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

Issue 1679173003: Fix a crash by AdvanceToNextMisspelling command (⌘-;) with empty INPUT (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't change html.css 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/editing/spellcheck/SpellChecker.cpp » ('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 3938 matching lines...) Expand 10 before | Expand all | Expand 10 after
3949 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp', 3949 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp',
3950 'editing/iterators/TextIteratorTest.cpp', 3950 'editing/iterators/TextIteratorTest.cpp',
3951 'editing/markers/DocumentMarkerControllerTest.cpp', 3951 'editing/markers/DocumentMarkerControllerTest.cpp',
3952 'editing/PositionTest.cpp', 3952 'editing/PositionTest.cpp',
3953 'editing/SelectionAdjusterTest.cpp', 3953 'editing/SelectionAdjusterTest.cpp',
3954 'editing/SurroundingTextTest.cpp', 3954 'editing/SurroundingTextTest.cpp',
3955 'editing/VisiblePositionTest.cpp', 3955 'editing/VisiblePositionTest.cpp',
3956 'editing/VisibleSelectionTest.cpp', 3956 'editing/VisibleSelectionTest.cpp',
3957 'editing/VisibleUnitsTest.cpp', 3957 'editing/VisibleUnitsTest.cpp',
3958 'editing/serializers/StyledMarkupSerializerTest.cpp', 3958 'editing/serializers/StyledMarkupSerializerTest.cpp',
3959 'editing/spellcheck/SpellCheckerTest.cpp',
3959 'events/EventPathTest.cpp', 3960 'events/EventPathTest.cpp',
3960 'events/PointerEventManagerTest.cpp', 3961 'events/PointerEventManagerTest.cpp',
3961 'fetch/CachingCorrectnessTest.cpp', 3962 'fetch/CachingCorrectnessTest.cpp',
3962 'fetch/ClientHintsPreferencesTest.cpp', 3963 'fetch/ClientHintsPreferencesTest.cpp',
3963 'fetch/FetchUtilsTest.cpp', 3964 'fetch/FetchUtilsTest.cpp',
3964 'fetch/ImageResourceTest.cpp', 3965 'fetch/ImageResourceTest.cpp',
3965 'fetch/MemoryCacheTest.cpp', 3966 'fetch/MemoryCacheTest.cpp',
3966 'fetch/MockImageResourceClient.cpp', 3967 'fetch/MockImageResourceClient.cpp',
3967 'fetch/RawResourceTest.cpp', 3968 'fetch/RawResourceTest.cpp',
3968 'fetch/ResourceFetcherTest.cpp', 3969 'fetch/ResourceFetcherTest.cpp',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
4058 'style/SVGComputedStyleTest.cpp', 4059 'style/SVGComputedStyleTest.cpp',
4059 'svg/SVGPathParserTest.cpp', 4060 'svg/SVGPathParserTest.cpp',
4060 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4061 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4061 'testing/PrivateScriptTestTest.cpp', 4062 'testing/PrivateScriptTestTest.cpp',
4062 'timing/MemoryInfoTest.cpp', 4063 'timing/MemoryInfoTest.cpp',
4063 'workers/WorkerThreadTest.cpp', 4064 'workers/WorkerThreadTest.cpp',
4064 'xml/parser/SharedBufferReaderTest.cpp', 4065 'xml/parser/SharedBufferReaderTest.cpp',
4065 ], 4066 ],
4066 } 4067 }
4067 } 4068 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698