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

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

Issue 1828623002: Make Editor::tidyUpHTMLStructure() handles BODY element correctly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/Editor.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 2810 matching lines...) Expand 10 before | Expand all | Expand 10 after
2821 'html/HTMLFormControlsCollection.h', 2821 'html/HTMLFormControlsCollection.h',
2822 'html/HTMLFormElement.cpp', 2822 'html/HTMLFormElement.cpp',
2823 'html/HTMLFrameElement.cpp', 2823 'html/HTMLFrameElement.cpp',
2824 'html/HTMLFrameElementBase.cpp', 2824 'html/HTMLFrameElementBase.cpp',
2825 'html/HTMLFrameOwnerElement.cpp', 2825 'html/HTMLFrameOwnerElement.cpp',
2826 'html/HTMLFrameSetElement.cpp', 2826 'html/HTMLFrameSetElement.cpp',
2827 'html/HTMLFrameSetElement.h', 2827 'html/HTMLFrameSetElement.h',
2828 'html/HTMLHRElement.cpp', 2828 'html/HTMLHRElement.cpp',
2829 'html/HTMLHRElement.h', 2829 'html/HTMLHRElement.h',
2830 'html/HTMLHeadElement.cpp', 2830 'html/HTMLHeadElement.cpp',
2831 'html/HTMLHeadElement.h',
2831 'html/HTMLHeadingElement.cpp', 2832 'html/HTMLHeadingElement.cpp',
2832 'html/HTMLHeadingElement.h', 2833 'html/HTMLHeadingElement.h',
2833 'html/HTMLHtmlElement.cpp', 2834 'html/HTMLHtmlElement.cpp',
2834 'html/HTMLHtmlElement.h', 2835 'html/HTMLHtmlElement.h',
2835 'html/HTMLIFrameElement.cpp', 2836 'html/HTMLIFrameElement.cpp',
2836 'html/HTMLIFrameElementSandbox.cpp', 2837 'html/HTMLIFrameElementSandbox.cpp',
2837 'html/HTMLIFrameElementSandbox.h', 2838 'html/HTMLIFrameElementSandbox.h',
2838 'html/HTMLImageElement.cpp', 2839 'html/HTMLImageElement.cpp',
2839 'html/HTMLImageElement.h', 2840 'html/HTMLImageElement.h',
2840 'html/HTMLImageFallbackHelper.h', 2841 'html/HTMLImageFallbackHelper.h',
(...skipping 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after
3936 'dom/StyleEngineTest.cpp', 3937 'dom/StyleEngineTest.cpp',
3937 'dom/TextTest.cpp', 3938 'dom/TextTest.cpp',
3938 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3939 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3939 'dom/TreeScopeTest.cpp', 3940 'dom/TreeScopeTest.cpp',
3940 'dom/URLSearchParamsTest.cpp', 3941 'dom/URLSearchParamsTest.cpp',
3941 'dom/shadow/FlatTreeTraversalTest.cpp', 3942 'dom/shadow/FlatTreeTraversalTest.cpp',
3942 'editing/EditingStrategyTest.cpp', 3943 'editing/EditingStrategyTest.cpp',
3943 'editing/EditingTestBase.cpp', 3944 'editing/EditingTestBase.cpp',
3944 'editing/EditingTestBase.h', 3945 'editing/EditingTestBase.h',
3945 'editing/EditingUtilitiesTest.cpp', 3946 'editing/EditingUtilitiesTest.cpp',
3947 'editing/EditorTest.cpp',
3946 'editing/FrameSelectionTest.cpp', 3948 'editing/FrameSelectionTest.cpp',
3947 'editing/GranularityStrategyTest.cpp', 3949 'editing/GranularityStrategyTest.cpp',
3948 'editing/InputMethodControllerTest.cpp', 3950 'editing/InputMethodControllerTest.cpp',
3949 'editing/iterators/BackwardsTextBufferTest.cpp', 3951 'editing/iterators/BackwardsTextBufferTest.cpp',
3950 'editing/iterators/CharacterIteratorTest.cpp', 3952 'editing/iterators/CharacterIteratorTest.cpp',
3951 'editing/iterators/ForwardsTextBufferTest.cpp', 3953 'editing/iterators/ForwardsTextBufferTest.cpp',
3952 'editing/iterators/SearchBufferTest.cpp', 3954 'editing/iterators/SearchBufferTest.cpp',
3953 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp', 3955 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp',
3954 'editing/iterators/TextIteratorTest.cpp', 3956 'editing/iterators/TextIteratorTest.cpp',
3955 'editing/markers/DocumentMarkerControllerTest.cpp', 3957 'editing/markers/DocumentMarkerControllerTest.cpp',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
4072 'svg/SVGPathParserTest.cpp', 4074 'svg/SVGPathParserTest.cpp',
4073 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4075 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4074 'testing/PrivateScriptTestTest.cpp', 4076 'testing/PrivateScriptTestTest.cpp',
4075 'timing/MemoryInfoTest.cpp', 4077 'timing/MemoryInfoTest.cpp',
4076 'workers/WorkerThreadTest.cpp', 4078 'workers/WorkerThreadTest.cpp',
4077 'workers/WorkerThreadTestHelper.h', 4079 'workers/WorkerThreadTestHelper.h',
4078 'xml/parser/SharedBufferReaderTest.cpp', 4080 'xml/parser/SharedBufferReaderTest.cpp',
4079 ], 4081 ],
4080 } 4082 }
4081 } 4083 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/Editor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698