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

Side by Side Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 2308683003: Add a missing updateStyleAndLayout call in InsertListCommand. (Closed)
Patch Set: -to. Created 4 years, 3 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/commands/InsertListCommand.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 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//build/split_static_library.gni") 7 import("//build/split_static_library.gni")
8 import("//testing/libfuzzer/fuzzer_test.gni") 8 import("//testing/libfuzzer/fuzzer_test.gni")
9 import("//third_party/WebKit/Source/bindings/bindings.gni") 9 import("//third_party/WebKit/Source/bindings/bindings.gni")
10 import("//third_party/WebKit/Source/bindings/core/v8/generated.gni") 10 import("//third_party/WebKit/Source/bindings/core/v8/generated.gni")
(...skipping 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after
1055 "editing/FrameSelectionTest.cpp", 1055 "editing/FrameSelectionTest.cpp",
1056 "editing/GranularityStrategyTest.cpp", 1056 "editing/GranularityStrategyTest.cpp",
1057 "editing/InputMethodControllerTest.cpp", 1057 "editing/InputMethodControllerTest.cpp",
1058 "editing/PositionTest.cpp", 1058 "editing/PositionTest.cpp",
1059 "editing/RelocatablePositionTest.cpp", 1059 "editing/RelocatablePositionTest.cpp",
1060 "editing/SelectionAdjusterTest.cpp", 1060 "editing/SelectionAdjusterTest.cpp",
1061 "editing/SurroundingTextTest.cpp", 1061 "editing/SurroundingTextTest.cpp",
1062 "editing/VisiblePositionTest.cpp", 1062 "editing/VisiblePositionTest.cpp",
1063 "editing/VisibleSelectionTest.cpp", 1063 "editing/VisibleSelectionTest.cpp",
1064 "editing/VisibleUnitsTest.cpp", 1064 "editing/VisibleUnitsTest.cpp",
1065 "editing/commands/InsertListCommandTest.cpp",
1065 "editing/commands/ReplaceSelectionCommandTest.cpp", 1066 "editing/commands/ReplaceSelectionCommandTest.cpp",
1066 "editing/iterators/BackwardsTextBufferTest.cpp", 1067 "editing/iterators/BackwardsTextBufferTest.cpp",
1067 "editing/iterators/CharacterIteratorTest.cpp", 1068 "editing/iterators/CharacterIteratorTest.cpp",
1068 "editing/iterators/ForwardsTextBufferTest.cpp", 1069 "editing/iterators/ForwardsTextBufferTest.cpp",
1069 "editing/iterators/SearchBufferTest.cpp", 1070 "editing/iterators/SearchBufferTest.cpp",
1070 "editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp", 1071 "editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp",
1071 "editing/iterators/TextIteratorTest.cpp", 1072 "editing/iterators/TextIteratorTest.cpp",
1072 "editing/markers/DocumentMarkerControllerTest.cpp", 1073 "editing/markers/DocumentMarkerControllerTest.cpp",
1073 "editing/serializers/StyledMarkupSerializerTest.cpp", 1074 "editing/serializers/StyledMarkupSerializerTest.cpp",
1074 "editing/spellcheck/SpellCheckerTest.cpp", 1075 "editing/spellcheck/SpellCheckerTest.cpp",
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
1247 sources = [ 1248 sources = [
1248 "css/StyleSheetContentsFuzzer.cpp", 1249 "css/StyleSheetContentsFuzzer.cpp",
1249 ] 1250 ]
1250 deps = [ 1251 deps = [
1251 ":core", 1252 ":core",
1252 "../platform:blink_fuzzer_test_support", 1253 "../platform:blink_fuzzer_test_support",
1253 ] 1254 ]
1254 seed_corpus = "//third_party/WebKit/LayoutTests/fast/css/resources" 1255 seed_corpus = "//third_party/WebKit/LayoutTests/fast/css/resources"
1255 libfuzzer_options = [ "max_len=2048" ] 1256 libfuzzer_options = [ "max_len=2048" ]
1256 } 1257 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/commands/InsertListCommand.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698