Currently //third_party/WebKit/build/scripts has a bunch of code generation scripts directly stored in it. We would like to add a hierarchical directory structure to build/scripts so that files are grouped into folders, making them easier to maintain. Link to design doc: https://docs.google.com/document/d/1CPqsWNtyREaX3uyypd7evv07DuL3q3U5Ql-Y4gXZ5Dg/edit?usp=sharing
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/18ffe29e2bde61f839107810f1cabd11d573d556 commit 18ffe29e2bde61f839107810f1cabd11d573d556 Author: Darren Shen <shend@chromium.org> Date: Tue Jul 11 03:38:02 2017 Use full paths in generators in Source/build/scripts. As we introduce a hierarchical folder structure to Source/build/scripts, we will need to refer to Jinja templates by their full path. This patch changes existing generators to use full paths when referring to templates (see changes to template_expander.py). There are no changes to generated code. Bug: 732657 Change-Id: Id95a922587c0cbd858538e70c355d14d0dfa9ce5 Reviewed-on: https://chromium-review.googlesource.com/527851 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by: meade_UTC10 <meade@chromium.org> Cr-Commit-Position: refs/heads/master@{#485515} [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/make_computed_style_base.py [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/make_css_primitive_value_unit_trie.py [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/make_css_property_apis.py [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/make_css_property_metadata.py [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/make_css_value_id_mappings.py [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/make_cssom_types.py [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/make_element_factory.py [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/make_element_lookup_trie.py [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/make_element_type_helpers.py [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/make_event_factory.py [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/make_internal_runtime_flags.py [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/make_internal_settings.py [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/make_media_features.py [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/make_names.py [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/make_origin_trials.py [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/make_qualified_names.py [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/make_runtime_features.py [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/make_settings.py [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/make_style_builder.py [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/make_style_shorthands.py [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/template_expander.py [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/CSSPrimitiveValueUnitTrie.cpp.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/CSSPropertyDescriptor.cpp.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/CSSPropertyMetadata.cpp.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/CSSValueIDMappingsGenerated.h.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.cpp.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBaseConstants.h.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/ElementFactory.cpp.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/ElementFactory.h.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/ElementLookupTrie.cpp.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/ElementLookupTrie.h.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/ElementTypeHelpers.cpp.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/ElementTypeHelpers.h.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/EventFactory.cpp.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/InternalRuntimeFlags.idl.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/InternalSettingsGenerated.cpp.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/InternalSettingsGenerated.h.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/InternalSettingsGenerated.idl.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/MakeNames.cpp.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/MakeNames.h.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/MakeQualifiedNames.cpp.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/MakeQualifiedNames.h.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/MediaFeatures.h.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/OriginTrials.cpp.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/OriginTrials.h.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/RuntimeEnabledFeatures.cpp.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/RuntimeEnabledFeatures.h.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/SettingsMacros.h.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/StyleBuilder.cpp.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.h.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/fields/base.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/fields/external.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/fields/field.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/fields/group.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/fields/keyword.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/fields/monotonic_flag.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/fields/multi_keyword.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/fields/pointer.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/fields/primitive.tmpl [modify] https://crrev.com/18ffe29e2bde61f839107810f1cabd11d573d556/third_party/WebKit/Source/build/scripts/templates/fields/storage_only.tmpl
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/3eff2f26d8be73a053c13ec4419ad5789ba44eaf commit 3eff2f26d8be73a053c13ec4419ad5789ba44eaf Author: Darren Shen <shend@chromium.org> Date: Tue Jul 18 02:26:56 2017 Move make_cssom_types.py to build/scripts/core/css/. This patch moves: - build/scripts/make_cssom_types.py -> build/scripts/core/css/make_cssom_types.py - build/scripts/templates/CSSOMTypes.cpp.tmpl -> build/scripts/core/css/templates/CSSOMTypes.cpp.tmpl - build/scripts/templates/CSSOMKeywords.cpp.tmpl -> build/scripts/core/css/templates/CSSOMKeywords.cpp.tmpl We append 'build/scripts' to the system path in make_cssom_types.py so that it can import modules such as json5_generator. We also add a new GN template "code_generator" to be used by the new style generators. There are some additional changes to make the linter happy. This patch does not change behaviour. Bug: 732657 Change-Id: I07bb1042cf548ef8795a04833f8224ad1ffe232c Reviewed-on: https://chromium-review.googlesource.com/558587 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by: meade_UTC10 <meade@chromium.org> Cr-Commit-Position: refs/heads/master@{#487349} [rename] https://crrev.com/3eff2f26d8be73a053c13ec4419ad5789ba44eaf/third_party/WebKit/Source/build/scripts/core/css/make_cssom_types.py [rename] https://crrev.com/3eff2f26d8be73a053c13ec4419ad5789ba44eaf/third_party/WebKit/Source/build/scripts/core/css/templates/CSSOMKeywords.cpp.tmpl [rename] https://crrev.com/3eff2f26d8be73a053c13ec4419ad5789ba44eaf/third_party/WebKit/Source/build/scripts/core/css/templates/CSSOMTypes.cpp.tmpl [modify] https://crrev.com/3eff2f26d8be73a053c13ec4419ad5789ba44eaf/third_party/WebKit/Source/build/scripts/scripts.gni [modify] https://crrev.com/3eff2f26d8be73a053c13ec4419ad5789ba44eaf/third_party/WebKit/Source/core/BUILD.gn
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/ca6d217753014deb5b0936690dc04090ce166f71 commit ca6d217753014deb5b0936690dc04090ce166f71 Author: Darren Shen <shend@chromium.org> Date: Thu Jul 20 05:34:24 2017 Add OWNERS to build/scripts/core/css. This patch adds an OWNERS file to the code generators found in core/css. Currently there's only one file in that folder but this will grow as we move css related code generators into that folder. Bug: 732657 Change-Id: I5987cba699416d40194c029fd7621b1c269b6ef3 Reviewed-on: https://chromium-review.googlesource.com/574898 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by: meade_UTC10 <meade@chromium.org> Cr-Commit-Position: refs/heads/master@{#488144} [add] https://crrev.com/ca6d217753014deb5b0936690dc04090ce166f71/third_party/WebKit/Source/build/scripts/core/css/OWNERS
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/24e763b891b69163e01e96f6ca45e173c7101369 commit 24e763b891b69163e01e96f6ca45e173c7101369 Author: Darren Shen <shend@chromium.org> Date: Mon Jul 24 05:57:32 2017 Move make_css_property_apis.py to build/scripts/core/css/properties. This patch moves: build/scripts/{ => core/css/properties}/make_css_property_apis.py build/scripts/{ => core/css/properties}/templates/CSSPropertyAPIFiles.h.tmpl build/scripts/{ => core/css/properties}/templates/CSSPropertyDescriptor.cpp.tmpl build/scripts/{ => core/css/properties}/templates/CSSPropertyDescriptor.h.tmp We append 'build/scripts' to the system path in make_css_property_apis.py so that it can import modules such as json5_generator. There are some additional changes to make the linter happy. This patch does not change behaviour. Bug: 732657 Change-Id: Ibdb6531b318b078c0c3d102410fa264b86a3fb29 Reviewed-on: https://chromium-review.googlesource.com/580110 Reviewed-by: nainar <nainar@chromium.org> Reviewed-by: meade_UTC10 <meade@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#488919} [rename] https://crrev.com/24e763b891b69163e01e96f6ca45e173c7101369/third_party/WebKit/Source/build/scripts/core/css/properties/make_css_property_apis.py [rename] https://crrev.com/24e763b891b69163e01e96f6ca45e173c7101369/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSPropertyAPIFiles.h.tmpl [rename] https://crrev.com/24e763b891b69163e01e96f6ca45e173c7101369/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSPropertyDescriptor.cpp.tmpl [rename] https://crrev.com/24e763b891b69163e01e96f6ca45e173c7101369/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSPropertyDescriptor.h.tmpl [modify] https://crrev.com/24e763b891b69163e01e96f6ca45e173c7101369/third_party/WebKit/Source/core/BUILD.gn
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/e1bebd381888b82a35b93592336bd14398136d2b commit e1bebd381888b82a35b93592336bd14398136d2b Author: Darren Shen <shend@chromium.org> Date: Mon Jul 31 05:17:31 2017 Move build/scripts/css_properties.py to build/scripts/core/css. 1. Moves: - build/scripts/{ => core/css}/css_properties.py 2. Adds several __init__.py files so that core/css is considered a package, which allows css_properties.py to be imported as a module by other files, 3. Updates any references to this file with its new path. 4. Fix linter errors. Bug: 732657 Change-Id: I2c15f79f7143c4d965252fbb7f6af4acdce719f0 Reviewed-on: https://chromium-review.googlesource.com/590828 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by: nainar <nainar@chromium.org> Cr-Commit-Position: refs/heads/master@{#490711} [add] https://crrev.com/e1bebd381888b82a35b93592336bd14398136d2b/third_party/WebKit/Source/build/scripts/core/__init__.py [add] https://crrev.com/e1bebd381888b82a35b93592336bd14398136d2b/third_party/WebKit/Source/build/scripts/core/css/__init__.py [rename] https://crrev.com/e1bebd381888b82a35b93592336bd14398136d2b/third_party/WebKit/Source/build/scripts/core/css/css_properties.py [modify] https://crrev.com/e1bebd381888b82a35b93592336bd14398136d2b/third_party/WebKit/Source/build/scripts/core/css/make_cssom_types.py [modify] https://crrev.com/e1bebd381888b82a35b93592336bd14398136d2b/third_party/WebKit/Source/build/scripts/make_css_property_metadata.py [modify] https://crrev.com/e1bebd381888b82a35b93592336bd14398136d2b/third_party/WebKit/Source/build/scripts/make_css_property_names.py [modify] https://crrev.com/e1bebd381888b82a35b93592336bd14398136d2b/third_party/WebKit/Source/build/scripts/make_style_builder.py [modify] https://crrev.com/e1bebd381888b82a35b93592336bd14398136d2b/third_party/WebKit/Source/build/scripts/make_style_shorthands.py [modify] https://crrev.com/e1bebd381888b82a35b93592336bd14398136d2b/third_party/WebKit/Source/build/scripts/scripts.gni
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/eef8c4911b473f249e82ffe871b41c951e399449 commit eef8c4911b473f249e82ffe871b41c951e399449 Author: Darren Shen <shend@chromium.org> Date: Tue Aug 01 08:46:01 2017 Move build/scripts/{ => core/css}/make_css_property_metadata.py Moves: build/scripts/{ => core/css}/make_css_property_metadata.py build/scripts/{ => core/css}/templates/CSSPropertyMetadata.cpp.tmpl Changes the code_generator GN template to accept additional inputs, instead of overriding the default. Also fixes some linter issues. Bug: 732657 Change-Id: I597cb476b9973d0e44d42965d41d3c8883d95a54 Reviewed-on: https://chromium-review.googlesource.com/590590 Reviewed-by: meade_UTC10 <meade@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#490919} [rename] https://crrev.com/eef8c4911b473f249e82ffe871b41c951e399449/third_party/WebKit/Source/build/scripts/core/css/make_css_property_metadata.py [rename] https://crrev.com/eef8c4911b473f249e82ffe871b41c951e399449/third_party/WebKit/Source/build/scripts/core/css/templates/CSSPropertyMetadata.cpp.tmpl [modify] https://crrev.com/eef8c4911b473f249e82ffe871b41c951e399449/third_party/WebKit/Source/build/scripts/scripts.gni [modify] https://crrev.com/eef8c4911b473f249e82ffe871b41c951e399449/third_party/WebKit/Source/core/BUILD.gn
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/e488978e065215116996bb1b1c9f43b9d9726575 commit e488978e065215116996bb1b1c9f43b9d9726575 Author: Darren Shen <shend@chromium.org> Date: Wed Aug 02 02:26:43 2017 Move build/scripts/{ => core/css}/make_css_value_keywords.py. Move: build/scripts/{ => core/css}/make_css_value_keywords.py And fixes some linter errors. Bug: 732657 Change-Id: Ia8983baaeb22afbe63e729a3898918152adaf9e8 Reviewed-on: https://chromium-review.googlesource.com/590888 Reviewed-by: meade_UTC10 <meade@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#491229} [rename] https://crrev.com/e488978e065215116996bb1b1c9f43b9d9726575/third_party/WebKit/Source/build/scripts/core/css/make_css_value_keywords.py [modify] https://crrev.com/e488978e065215116996bb1b1c9f43b9d9726575/third_party/WebKit/Source/core/BUILD.gn
No recent progress on this.
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/4d894378a2b24efd1b6bf00a42cda8ad309d5d35 commit 4d894378a2b24efd1b6bf00a42cda8ad309d5d35 Author: Darren Shen <shend@chromium.org> Date: Fri Sep 08 05:25:09 2017 Moves core/{ => css }/CSSValueKeywords.h/cpp) This patch moves the output of make_css_value_keywords.py to be in core/css, and updates all the #includes. Bug: 732657 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Iff197dd4066bc92cda8fb1d808c02d8253f0f92f Reviewed-on: https://chromium-review.googlesource.com/590907 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by: meade_UTC10 <meade@chromium.org> Cr-Commit-Position: refs/heads/master@{#500514} [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/build/scripts/templates/CSSValueIDMappingsGenerated.h.tmpl [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/animation/LengthPropertyFunctions.h [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/animation/animatable/AnimatableUnknown.h [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/CSSFunctionValue.h [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/CSSGradientValue.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/CSSGridAutoRepeatValue.h [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/CSSIdentifierValue.h [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/CSSValuePool.h [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/FontFace.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/FontSize.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/FontSize.h [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/MediaQueryEvaluator.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/MediaQueryExp.h [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/StyleColor.h [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.h [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.h [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIAnimationDirection.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIAnimationFillMode.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIAnimationIterationCount.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIAnimationPlayState.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIContent.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFontVariantCaps.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIGridTemplateAreas.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIImageOrientation.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIOutlineColor.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIRotate.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/properties/CSSPropertyAPITextSizeAdjust.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/properties/CSSPropertyAnimationIterationCountUtils.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/properties/CSSPropertyBorderImageUtils.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/properties/CSSPropertyBoxShadowUtils.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/properties/CSSPropertyPositionUtils.h [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/properties/CSSPropertyTextDecorationLineUtils.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/properties/CSSPropertyTransitionPropertyUtils.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/resolver/CSSToStyleMap.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/resolver/FilterOperationResolver.h [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/resolver/FontBuilder.h [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/css/resolver/ViewportStyleResolver.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/dom/Element.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/editing/EditingStyle.h [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/editing/EditingStyleUtilities.h [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/editing/commands/ApplyStyleCommand.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/editing/commands/RemoveFormatCommand.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/editing/serializers/Serialization.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/exported/WebViewImpl.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/html/HTMLBRElement.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/html/HTMLBodyElement.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/html/HTMLDetailsElement.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/html/HTMLDivElement.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/html/HTMLElement.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/html/HTMLFontElement.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/html/HTMLHRElement.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/html/HTMLLIElement.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/html/HTMLOListElement.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/html/HTMLParagraphElement.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/html/HTMLPreElement.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/html/HTMLTableCellElement.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/html/HTMLTableElement.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/html/HTMLTablePartElement.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/html/HTMLTextAreaElement.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/html/forms/DateTimeNumericFieldElement.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/html/track/vtt/VTTCue.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/layout/LayoutTheme.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/layout/LayoutTheme.h [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/layout/LayoutThemeFontProvider.h [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/layout/LayoutThemeFontProviderDefault.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/layout/LayoutThemeFontProviderWin.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/paint/TextPainterTest.cpp [modify] https://crrev.com/4d894378a2b24efd1b6bf00a42cda8ad309d5d35/third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/f5ad181ae611ce3e3894433f86adbc9754c6e9b2 commit f5ad181ae611ce3e3894433f86adbc9754c6e9b2 Author: Darren Shen <shend@chromium.org> Date: Fri Sep 08 05:41:56 2017 Revert "Moves core/{ => css }/CSSValueKeywords.h/cpp)" This reverts commit 4d894378a2b24efd1b6bf00a42cda8ad309d5d35. Reason for revert: <INSERT REASONING HERE> Original change's description: > Moves core/{ => css }/CSSValueKeywords.h/cpp) > > This patch moves the output of make_css_value_keywords.py to be in > core/css, and updates all the #includes. > > Bug: 732657 > Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 > Change-Id: Iff197dd4066bc92cda8fb1d808c02d8253f0f92f > Reviewed-on: https://chromium-review.googlesource.com/590907 > Commit-Queue: Darren Shen <shend@chromium.org> > Reviewed-by: meade_UTC10 <meade@chromium.org> > Cr-Commit-Position: refs/heads/master@{#500514} TBR=meade@chromium.org,shend@chromium.org Change-Id: Ie100d1dcf68fb8b4f9da06face592be4067edd5c No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 732657 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Reviewed-on: https://chromium-review.googlesource.com/656870 Reviewed-by: Darren Shen <shend@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#500518} [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/build/scripts/templates/CSSValueIDMappingsGenerated.h.tmpl [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/animation/LengthPropertyFunctions.h [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/animation/animatable/AnimatableUnknown.h [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/CSSFunctionValue.h [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/CSSGradientValue.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/CSSGridAutoRepeatValue.h [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/CSSIdentifierValue.h [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/CSSValuePool.h [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/FontFace.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/FontSize.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/FontSize.h [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/MediaQueryEvaluator.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/MediaQueryExp.h [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/StyleColor.h [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.h [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.h [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIAnimationDirection.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIAnimationFillMode.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIAnimationIterationCount.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIAnimationPlayState.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIContent.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFontVariantCaps.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIGridTemplateAreas.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIImageOrientation.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIOutlineColor.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIRotate.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/properties/CSSPropertyAPITextSizeAdjust.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/properties/CSSPropertyAnimationIterationCountUtils.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/properties/CSSPropertyBorderImageUtils.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/properties/CSSPropertyBoxShadowUtils.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/properties/CSSPropertyPositionUtils.h [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/properties/CSSPropertyTextDecorationLineUtils.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/properties/CSSPropertyTransitionPropertyUtils.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/resolver/CSSToStyleMap.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/resolver/FilterOperationResolver.h [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/resolver/FontBuilder.h [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/css/resolver/ViewportStyleResolver.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/dom/Element.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/editing/EditingStyle.h [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/editing/EditingStyleUtilities.h [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/editing/commands/ApplyStyleCommand.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/editing/commands/RemoveFormatCommand.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/editing/serializers/Serialization.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/exported/WebViewImpl.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/html/HTMLBRElement.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/html/HTMLBodyElement.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/html/HTMLDetailsElement.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/html/HTMLDivElement.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/html/HTMLElement.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/html/HTMLFontElement.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/html/HTMLHRElement.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/html/HTMLLIElement.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/html/HTMLOListElement.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/html/HTMLParagraphElement.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/html/HTMLPreElement.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/html/HTMLTableCellElement.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/html/HTMLTableElement.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/html/HTMLTablePartElement.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/html/HTMLTextAreaElement.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/html/forms/DateTimeNumericFieldElement.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/html/track/vtt/VTTCue.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/layout/LayoutTheme.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/layout/LayoutTheme.h [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/layout/LayoutThemeFontProvider.h [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/layout/LayoutThemeFontProviderDefault.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/layout/LayoutThemeFontProviderWin.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/paint/TextPainterTest.cpp [modify] https://crrev.com/f5ad181ae611ce3e3894433f86adbc9754c6e9b2/third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/cb580433df3a0e134298edd00f91a2300fed067f commit cb580433df3a0e134298edd00f91a2300fed067f Author: Matt Giuca <mgiuca@chromium.org> Date: Fri Sep 08 05:44:44 2017 Revert "Moves core/{ => css }/CSSValueKeywords.h/cpp)" This reverts commit 4d894378a2b24efd1b6bf00a42cda8ad309d5d35. Reason for revert: Compile failure: https://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Linux%20x64/builds/21116 fatal error: 'core/CSSValueKeywords.h' file not found Original change's description: > Moves core/{ => css }/CSSValueKeywords.h/cpp) > > This patch moves the output of make_css_value_keywords.py to be in > core/css, and updates all the #includes. > > Bug: 732657 > Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 > Change-Id: Iff197dd4066bc92cda8fb1d808c02d8253f0f92f > Reviewed-on: https://chromium-review.googlesource.com/590907 > Commit-Queue: Darren Shen <shend@chromium.org> > Reviewed-by: meade_UTC10 <meade@chromium.org> > Cr-Commit-Position: refs/heads/master@{#500514} TBR=meade@chromium.org,shend@chromium.org Change-Id: Iabddd68087e2ba0c152db7425325c49ca7e05a4a No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 732657 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Reviewed-on: https://chromium-review.googlesource.com/656798 Reviewed-by: Matt Giuca <mgiuca@chromium.org> Commit-Queue: Matt Giuca <mgiuca@chromium.org> Cr-Commit-Position: refs/heads/master@{#500519}
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/8a300aa723ebaf33de2c2cea19da0e9ddd042ddb commit 8a300aa723ebaf33de2c2cea19da0e9ddd042ddb Author: Maxim Kolosovskiy <kolos@chromium.org> Date: Fri Sep 08 05:53:20 2017 Revert "Moves core/{ => css }/CSSValueKeywords.h/cpp)" This reverts commit 4d894378a2b24efd1b6bf00a42cda8ad309d5d35. Reason for revert: The CL broke compilation. https://luci-logdog.appspot.com/v/?s=chromium%2Fbb%2Fchromium.chrome%2FGoogle_Chrome_Linux_x64%2F21116%2F%2B%2Frecipes%2Fsteps%2Fcompile%2F0%2Fstdout Original change's description: > Moves core/{ => css }/CSSValueKeywords.h/cpp) > > This patch moves the output of make_css_value_keywords.py to be in > core/css, and updates all the #includes. > > Bug: 732657 > Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 > Change-Id: Iff197dd4066bc92cda8fb1d808c02d8253f0f92f > Reviewed-on: https://chromium-review.googlesource.com/590907 > Commit-Queue: Darren Shen <shend@chromium.org> > Reviewed-by: meade_UTC10 <meade@chromium.org> > Cr-Commit-Position: refs/heads/master@{#500514} TBR=meade@chromium.org,shend@chromium.org Change-Id: I8894070606d4580f4237900be8bed4cc88f5e5a7 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 732657 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Reviewed-on: https://chromium-review.googlesource.com/657037 Reviewed-by: Maxim Kolosovskiy <kolos@chromium.org> Commit-Queue: Maxim Kolosovskiy <kolos@chromium.org> Cr-Commit-Position: refs/heads/master@{#500521}
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/b24a74b662374504b9031c7a4f8bdd6cfd85722d commit b24a74b662374504b9031c7a4f8bdd6cfd85722d Author: Darren Shen <shend@chromium.org> Date: Mon Sep 11 01:39:41 2017 Revert "Revert "Moves core/{ => css }/CSSValueKeywords.h/cpp)"" This reverts commit f5ad181ae611ce3e3894433f86adbc9754c6e9b2. Reason for revert: Relanding Original change's description: > Revert "Moves core/{ => css }/CSSValueKeywords.h/cpp)" > > This reverts commit 4d894378a2b24efd1b6bf00a42cda8ad309d5d35. > > Reason for revert: <INSERT REASONING HERE> > > Original change's description: > > Moves core/{ => css }/CSSValueKeywords.h/cpp) > > > > This patch moves the output of make_css_value_keywords.py to be in > > core/css, and updates all the #includes. > > > > Bug: 732657 > > Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 > > Change-Id: Iff197dd4066bc92cda8fb1d808c02d8253f0f92f > > Reviewed-on: https://chromium-review.googlesource.com/590907 > > Commit-Queue: Darren Shen <shend@chromium.org> > > Reviewed-by: meade_UTC10 <meade@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#500514} > > TBR=meade@chromium.org,shend@chromium.org > > Change-Id: Ie100d1dcf68fb8b4f9da06face592be4067edd5c > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 732657 > Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 > Reviewed-on: https://chromium-review.googlesource.com/656870 > Reviewed-by: Darren Shen <shend@chromium.org> > Commit-Queue: Darren Shen <shend@chromium.org> > Cr-Commit-Position: refs/heads/master@{#500518} TBR=meade@chromium.org,shend@chromium.org Change-Id: I6ad9c4cb59edff6fc25186c23fd3de44e79df763 Bug: 732657 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Reviewed-on: https://chromium-review.googlesource.com/656882 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#500823} [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/build/scripts/templates/CSSValueIDMappingsGenerated.h.tmpl [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/animation/LengthPropertyFunctions.h [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/animation/animatable/AnimatableUnknown.h [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/CSSFunctionValue.h [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/CSSGradientValue.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/CSSGridAutoRepeatValue.h [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/CSSIdentifierValue.h [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/CSSValuePool.h [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/FontFace.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/FontSize.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/FontSize.h [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/MediaQueryEvaluator.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/MediaQueryExp.h [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/StyleColor.h [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.h [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.h [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIAnimationDirection.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIAnimationFillMode.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIAnimationIterationCount.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIAnimationPlayState.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIContent.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFontVariantCaps.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIGridTemplateAreas.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIImageOrientation.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIOutlineColor.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIRotate.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/properties/CSSPropertyAPITextSizeAdjust.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitOriginX.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitOriginY.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/properties/CSSPropertyAnimationIterationCountUtils.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/properties/CSSPropertyBackgroundUtils.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/properties/CSSPropertyBorderImageUtils.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/properties/CSSPropertyBoxShadowUtils.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/properties/CSSPropertyPositionUtils.h [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/properties/CSSPropertyTextDecorationLineUtils.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/properties/CSSPropertyTransitionPropertyUtils.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/resolver/CSSToStyleMap.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/resolver/FilterOperationResolver.h [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/resolver/FontBuilder.h [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/css/resolver/ViewportStyleResolver.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/dom/Element.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/editing/EditingStyle.h [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/editing/EditingStyleUtilities.h [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/editing/commands/ApplyStyleCommand.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/editing/commands/RemoveFormatCommand.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/editing/serializers/Serialization.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/exported/WebViewImpl.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/html/HTMLBRElement.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/html/HTMLBodyElement.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/html/HTMLDetailsElement.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/html/HTMLDivElement.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/html/HTMLElement.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/html/HTMLFontElement.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/html/HTMLHRElement.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/html/HTMLLIElement.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/html/HTMLOListElement.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/html/HTMLParagraphElement.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/html/HTMLPreElement.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/html/HTMLTableCellElement.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/html/HTMLTableElement.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/html/HTMLTablePartElement.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/html/HTMLTextAreaElement.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/html/forms/DateTimeNumericFieldElement.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/html/track/vtt/VTTCue.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/layout/LayoutTheme.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/layout/LayoutTheme.h [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/layout/LayoutThemeFontProvider.h [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/layout/LayoutThemeFontProviderDefault.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/layout/LayoutThemeFontProviderWin.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/paint/TextPainterTest.cpp [modify] https://crrev.com/b24a74b662374504b9031c7a4f8bdd6cfd85722d/third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/2fe809ba82a22b7445ead3ee204bcc02086348f1 commit 2fe809ba82a22b7445ead3ee204bcc02086348f1 Author: Matt Giuca <mgiuca@chromium.org> Date: Mon Sep 11 01:53:07 2017 Revert "Revert "Revert "Moves core/{ => css }/CSSValueKeywords.h/cpp)""" This reverts commit b24a74b662374504b9031c7a4f8bdd6cfd85722d. Reason for revert: Compile failure on Fuchsia. Original change's description: > Revert "Revert "Moves core/{ => css }/CSSValueKeywords.h/cpp)"" > > This reverts commit f5ad181ae611ce3e3894433f86adbc9754c6e9b2. > > Reason for revert: Relanding > > Original change's description: > > Revert "Moves core/{ => css }/CSSValueKeywords.h/cpp)" > > > > This reverts commit 4d894378a2b24efd1b6bf00a42cda8ad309d5d35. > > > > Reason for revert: <INSERT REASONING HERE> > > > > Original change's description: > > > Moves core/{ => css }/CSSValueKeywords.h/cpp) > > > > > > This patch moves the output of make_css_value_keywords.py to be in > > > core/css, and updates all the #includes. > > > > > > Bug: 732657 > > > Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 > > > Change-Id: Iff197dd4066bc92cda8fb1d808c02d8253f0f92f > > > Reviewed-on: https://chromium-review.googlesource.com/590907 > > > Commit-Queue: Darren Shen <shend@chromium.org> > > > Reviewed-by: meade_UTC10 <meade@chromium.org> > > > Cr-Commit-Position: refs/heads/master@{#500514} > > > > TBR=meade@chromium.org,shend@chromium.org > > > > Change-Id: Ie100d1dcf68fb8b4f9da06face592be4067edd5c > > No-Presubmit: true > > No-Tree-Checks: true > > No-Try: true > > Bug: 732657 > > Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 > > Reviewed-on: https://chromium-review.googlesource.com/656870 > > Reviewed-by: Darren Shen <shend@chromium.org> > > Commit-Queue: Darren Shen <shend@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#500518} > > TBR=meade@chromium.org,shend@chromium.org > > Change-Id: I6ad9c4cb59edff6fc25186c23fd3de44e79df763 > Bug: 732657 > Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 > Reviewed-on: https://chromium-review.googlesource.com/656882 > Commit-Queue: Darren Shen <shend@chromium.org> > Reviewed-by: Darren Shen <shend@chromium.org> > Cr-Commit-Position: refs/heads/master@{#500823} TBR=meade@chromium.org,shend@chromium.org Change-Id: I508651b1ff574eb5305e136df354d358d2b3c011 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 732657 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Reviewed-on: https://chromium-review.googlesource.com/658581 Reviewed-by: Matt Giuca <mgiuca@chromium.org> Commit-Queue: Matt Giuca <mgiuca@chromium.org> Cr-Commit-Position: refs/heads/master@{#500825} [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/build/scripts/templates/CSSValueIDMappingsGenerated.h.tmpl [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/animation/LengthPropertyFunctions.h [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/animation/animatable/AnimatableUnknown.h [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/CSSFunctionValue.h [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/CSSGradientValue.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/CSSGridAutoRepeatValue.h [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/CSSIdentifierValue.h [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/CSSValuePool.h [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/FontFace.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/FontSize.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/FontSize.h [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/MediaQueryEvaluator.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/MediaQueryExp.h [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/StyleColor.h [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.h [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.h [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIAnimationDirection.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIAnimationFillMode.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIAnimationIterationCount.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIAnimationPlayState.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIContent.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFontVariantCaps.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIGridTemplateAreas.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIImageOrientation.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIOutlineColor.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIRotate.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/properties/CSSPropertyAPITextSizeAdjust.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitOriginX.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitOriginY.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/properties/CSSPropertyAnimationIterationCountUtils.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/properties/CSSPropertyBackgroundUtils.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/properties/CSSPropertyBorderImageUtils.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/properties/CSSPropertyBoxShadowUtils.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/properties/CSSPropertyPositionUtils.h [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/properties/CSSPropertyTextDecorationLineUtils.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/properties/CSSPropertyTransitionPropertyUtils.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/resolver/CSSToStyleMap.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/resolver/FilterOperationResolver.h [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/resolver/FontBuilder.h [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/css/resolver/ViewportStyleResolver.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/dom/Element.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/editing/EditingStyle.h [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/editing/EditingStyleUtilities.h [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/editing/commands/ApplyStyleCommand.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/editing/commands/RemoveFormatCommand.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/editing/serializers/Serialization.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/exported/WebViewImpl.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/html/HTMLBRElement.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/html/HTMLBodyElement.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/html/HTMLDetailsElement.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/html/HTMLDivElement.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/html/HTMLElement.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/html/HTMLFontElement.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/html/HTMLHRElement.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/html/HTMLLIElement.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/html/HTMLOListElement.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/html/HTMLParagraphElement.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/html/HTMLPreElement.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/html/HTMLTableCellElement.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/html/HTMLTableElement.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/html/HTMLTablePartElement.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/html/HTMLTextAreaElement.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/html/forms/DateTimeNumericFieldElement.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/html/track/vtt/VTTCue.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/layout/LayoutTheme.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/layout/LayoutTheme.h [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/layout/LayoutThemeFontProvider.h [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/layout/LayoutThemeFontProviderDefault.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/layout/LayoutThemeFontProviderWin.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/paint/TextPainterTest.cpp [modify] https://crrev.com/2fe809ba82a22b7445ead3ee204bcc02086348f1/third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/c10c886fea946699f8a11293cd508ce3aacbfa3b commit c10c886fea946699f8a11293cd508ce3aacbfa3b Author: Darren Shen <shend@chromium.org> Date: Tue Sep 12 05:09:24 2017 Move build/scripts/{ => core/css}/make_media_feature_names.py Move: build/scripts/{ => core/css}/make_media_feature_names.py core/{ => css }/MediaFeatureNames.h Using the code_generator GN template and update include paths. Bug: 732657 Change-Id: Id79b1eac6763cae908574eb26c480c7b27a8150e Reviewed-on: https://chromium-review.googlesource.com/656860 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by: meade_UTC10 <meade@chromium.org> Cr-Commit-Position: refs/heads/master@{#501188} [rename] https://crrev.com/c10c886fea946699f8a11293cd508ce3aacbfa3b/third_party/WebKit/Source/build/scripts/core/css/make_media_feature_names.py [modify] https://crrev.com/c10c886fea946699f8a11293cd508ce3aacbfa3b/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/c10c886fea946699f8a11293cd508ce3aacbfa3b/third_party/WebKit/Source/core/CoreInitializer.cpp [modify] https://crrev.com/c10c886fea946699f8a11293cd508ce3aacbfa3b/third_party/WebKit/Source/core/css/MediaQueryEvaluator.cpp [modify] https://crrev.com/c10c886fea946699f8a11293cd508ce3aacbfa3b/third_party/WebKit/Source/core/css/MediaQueryExp.h
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/67de5865e16d7ac28b16017a0f821a8ddbb4248c commit 67de5865e16d7ac28b16017a0f821a8ddbb4248c Author: Darren Shen <shend@chromium.org> Date: Thu Sep 14 10:17:44 2017 Move build/scripts/{ => core/css}/make_media_features.py Move: build/scripts/{ => core/css}/make_media_features.py build/scripts/{ => core/css}/templates/MediaFeatures.h.tmpl core/{ => css }/MediaFeature.h Using the code_generator GN template and update include paths. Bug: 732657 Change-Id: I74327cc9abc802f98e6f6eb95fb204b2f98774c6 Reviewed-on: https://chromium-review.googlesource.com/656861 Reviewed-by: meade_UTC10 <meade@chromium.org> Reviewed-by: Bugs Nash <bugsnash@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#501916} [rename] https://crrev.com/67de5865e16d7ac28b16017a0f821a8ddbb4248c/third_party/WebKit/Source/build/scripts/core/css/make_media_features.py [rename] https://crrev.com/67de5865e16d7ac28b16017a0f821a8ddbb4248c/third_party/WebKit/Source/build/scripts/core/css/templates/MediaFeatures.h.tmpl [modify] https://crrev.com/67de5865e16d7ac28b16017a0f821a8ddbb4248c/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/67de5865e16d7ac28b16017a0f821a8ddbb4248c/third_party/WebKit/Source/core/css/MediaQueryEvaluator.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/c01501d385b091db510c9549001c092cdbd68e63 commit c01501d385b091db510c9549001c092cdbd68e63 Author: Darren Shen <shend@chromium.org> Date: Fri Sep 15 02:40:47 2017 Move build/scripts/{ => core/css}/make_style_shorthands.py Move: build/scripts/{ => core/css}/make_style_shorthands.py build/scripts/{ => core/css}/templates/StylePropertyShorthand.h.tmpl build/scripts/{ => core/css}/templates/StylePropertyShorthand.cpp.tmpl Bug: 732657 Change-Id: I1c83744454b35a145d6cc7373cd733629c968471 Reviewed-on: https://chromium-review.googlesource.com/664319 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by: meade_UTC10 <meade@chromium.org> Cr-Commit-Position: refs/heads/master@{#502142} [rename] https://crrev.com/c01501d385b091db510c9549001c092cdbd68e63/third_party/WebKit/Source/build/scripts/core/css/make_style_shorthands.py [rename] https://crrev.com/c01501d385b091db510c9549001c092cdbd68e63/third_party/WebKit/Source/build/scripts/core/css/templates/StylePropertyShorthand.cpp.tmpl [rename] https://crrev.com/c01501d385b091db510c9549001c092cdbd68e63/third_party/WebKit/Source/build/scripts/core/css/templates/StylePropertyShorthand.h.tmpl [modify] https://crrev.com/c01501d385b091db510c9549001c092cdbd68e63/third_party/WebKit/Source/core/BUILD.gn
Not on my priority list atm.
Unassigning myself for now as I haven't had a chance to continue this. Will revisit in 2018Q1. Anyone can feel free to take this over.
The NextAction date has arrived: 2018-01-01
No longer working on Blink. Task should be straightforward to finish; just follow the previous patches.
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/f3631b059ad8ed0afe3fa642ecdc3e81d151e1d0 commit f3631b059ad8ed0afe3fa642ecdc3e81d151e1d0 Author: Amos Lim <eui-sang.lim@samsung.com> Date: Thu Nov 01 00:53:44 2018 Move build/scripts/{ => core/css}/make_css_primitive_value_unit_trie.py Move: build/scripts/{ => core/css}/make_css_primitive_value_unit_trie.py build/scripts/{ => core/css}/templates/css_primitive_value_unit_trie.cc.tmpl This CL has no behavior changes. Bug: 732657 Change-Id: Iffd9b98f0eede7fc7349c89d26eb885de9953600 Reviewed-on: https://chromium-review.googlesource.com/c/1309377 Reviewed-by: Kent Tamura <tkent@chromium.org> Commit-Queue: Amos Lim <eui-sang.lim@samsung.com> Cr-Commit-Position: refs/heads/master@{#604467} [rename] https://crrev.com/f3631b059ad8ed0afe3fa642ecdc3e81d151e1d0/third_party/blink/renderer/build/scripts/core/css/make_css_primitive_value_unit_trie.py [rename] https://crrev.com/f3631b059ad8ed0afe3fa642ecdc3e81d151e1d0/third_party/blink/renderer/build/scripts/core/css/templates/css_primitive_value_unit_trie.cc.tmpl [modify] https://crrev.com/f3631b059ad8ed0afe3fa642ecdc3e81d151e1d0/third_party/blink/renderer/core/BUILD.gn
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/81bec7b0c15f20eaffcd73854f78bcea7ee59938 commit 81bec7b0c15f20eaffcd73854f78bcea7ee59938 Author: Zhuoyu Qian <zhuoyu.qian@samsung.com> Date: Fri Nov 02 01:45:25 2018 Move build/scripts/{ => core/css}/make_css_tokenizer_codepoints.py This CL has no behavior changes. Bug: 732657 Change-Id: I2d543eb78ad5900c8ad0e160a839dbd13be66a09 Reviewed-on: https://chromium-review.googlesource.com/c/1312182 Reviewed-by: Kent Tamura <tkent@chromium.org> Commit-Queue: Zhuoyu Qian <zhuoyu.qian@samsung.com> Cr-Commit-Position: refs/heads/master@{#604808} [rename] https://crrev.com/81bec7b0c15f20eaffcd73854f78bcea7ee59938/third_party/blink/renderer/build/scripts/core/css/make_css_tokenizer_codepoints.py [modify] https://crrev.com/81bec7b0c15f20eaffcd73854f78bcea7ee59938/third_party/blink/renderer/core/BUILD.gn [modify] https://crrev.com/81bec7b0c15f20eaffcd73854f78bcea7ee59938/third_party/blink/renderer/core/css/parser/css_tokenizer.cc
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/1787f38ab2419fbf9d5bb623787500953163145f commit 1787f38ab2419fbf9d5bb623787500953163145f Author: Zhuoyu Qian <zhuoyu.qian@samsung.com> Date: Mon Nov 05 03:26:00 2018 Move build/scripts/{ => core/css}/make_css_value_id_mappings.py Move: build/scripts/{ => core/css}/make_css_value_id_mappings.py build/scripts/{ => core/css}/templates/css_value_id_mappings_generated.h.tmpl This CL has no behavior changes. Bug: 732657 Change-Id: Ia914f52ca9b78d802d3994cc88f2731e66a2017e Reviewed-on: https://chromium-review.googlesource.com/c/1314015 Commit-Queue: Zhuoyu Qian <zhuoyu.qian@samsung.com> Reviewed-by: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#605237} [rename] https://crrev.com/1787f38ab2419fbf9d5bb623787500953163145f/third_party/blink/renderer/build/scripts/core/css/make_css_value_id_mappings.py [rename] https://crrev.com/1787f38ab2419fbf9d5bb623787500953163145f/third_party/blink/renderer/build/scripts/core/css/templates/css_value_id_mappings_generated.h.tmpl [modify] https://crrev.com/1787f38ab2419fbf9d5bb623787500953163145f/third_party/blink/renderer/core/BUILD.gn [modify] https://crrev.com/1787f38ab2419fbf9d5bb623787500953163145f/third_party/blink/renderer/core/css/css_value_id_mappings.h
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/9e6d28ff535c6d6acf2dd535afb9e49c1641977d commit 9e6d28ff535c6d6acf2dd535afb9e49c1641977d Author: Zhuoyu Qian <zhuoyu.qian@samsung.com> Date: Tue Nov 13 01:16:36 2018 Move build/scripts/{ => core/style}/make_computed_style_base.py Move: build/scripts/{ => core/style}/make_computed_style_base.py build/scripts/{ => core/style}/templates/computed_style_base.h.tmpl build/scripts/{ => core/style}/templates/computed_style_base.cc.tmpl build/scripts/{ => core/style}/templates/computed_style_base_constants.h.tmpl core/{css => style}/computed_style_diff_functions.json5 core/{css => style}/computed_style_extra_fields.json5 This CL has no behavior changes. Bug: 732657 Change-Id: Ic984e33c0b1815e99e6c5fb24dfdfba54fafc1dd Reviewed-on: https://chromium-review.googlesource.com/c/1331106 Reviewed-by: Kent Tamura <tkent@chromium.org> Commit-Queue: Zhuoyu Qian <zhuoyu.qian@samsung.com> Cr-Commit-Position: refs/heads/master@{#607400} [modify] https://crrev.com/9e6d28ff535c6d6acf2dd535afb9e49c1641977d/third_party/blink/renderer/build/scripts/core/css/templates/css_value_id_mappings_generated.h.tmpl [rename] https://crrev.com/9e6d28ff535c6d6acf2dd535afb9e49c1641977d/third_party/blink/renderer/build/scripts/core/style/make_computed_style_base.py [rename] https://crrev.com/9e6d28ff535c6d6acf2dd535afb9e49c1641977d/third_party/blink/renderer/build/scripts/core/style/templates/computed_style_base.cc.tmpl [rename] https://crrev.com/9e6d28ff535c6d6acf2dd535afb9e49c1641977d/third_party/blink/renderer/build/scripts/core/style/templates/computed_style_base.h.tmpl [rename] https://crrev.com/9e6d28ff535c6d6acf2dd535afb9e49c1641977d/third_party/blink/renderer/build/scripts/core/style/templates/computed_style_base_constants.h.tmpl [modify] https://crrev.com/9e6d28ff535c6d6acf2dd535afb9e49c1641977d/third_party/blink/renderer/core/BUILD.gn [modify] https://crrev.com/9e6d28ff535c6d6acf2dd535afb9e49c1641977d/third_party/blink/renderer/core/page/scrolling/overscroll_controller.cc [modify] https://crrev.com/9e6d28ff535c6d6acf2dd535afb9e49c1641977d/third_party/blink/renderer/core/style/ComputedStyle.md [modify] https://crrev.com/9e6d28ff535c6d6acf2dd535afb9e49c1641977d/third_party/blink/renderer/core/style/computed_style.h [modify] https://crrev.com/9e6d28ff535c6d6acf2dd535afb9e49c1641977d/third_party/blink/renderer/core/style/computed_style_constants.h [rename] https://crrev.com/9e6d28ff535c6d6acf2dd535afb9e49c1641977d/third_party/blink/renderer/core/style/computed_style_diff_functions.json5 [rename] https://crrev.com/9e6d28ff535c6d6acf2dd535afb9e49c1641977d/third_party/blink/renderer/core/style/computed_style_extra_fields.json5
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/b189a621380cdf6dfa9c23e20eb5809db5224a33 commit b189a621380cdf6dfa9c23e20eb5809db5224a33 Author: Zhuoyu Qian <zhuoyu.qian@samsung.com> Date: Thu Nov 15 02:37:25 2018 Move build/scripts/{ => core/css}/make_css_property_names.py Move: build/scripts/{ => core/css}/make_css_property_names.py build/scripts/{ => core/css}/templates/css_property_names.h.tmpl build/scripts/{ => core/css}/templates/css_property_names.cc.tmpl This CL has no behavior changes. Bug: 732657 Change-Id: I267ff9cf0824109aebb7c1f791172b481ae4e0fc Reviewed-on: https://chromium-review.googlesource.com/c/1334995 Reviewed-by: Kent Tamura <tkent@chromium.org> Commit-Queue: Zhuoyu Qian <zhuoyu.qian@samsung.com> Cr-Commit-Position: refs/heads/master@{#608234} [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/bindings/core/v8/v8_object_parser.h [rename] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/build/scripts/core/css/make_css_property_names.py [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/build/scripts/core/css/parser/templates/at_rule_descriptors.h.tmpl [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/build/scripts/core/css/properties/templates/css_property.h.tmpl [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/build/scripts/core/css/properties/templates/css_unresolved_property.h.tmpl [rename] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/build/scripts/core/css/templates/css_property_names.cc.tmpl [rename] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/build/scripts/core/css/templates/css_property_names.h.tmpl [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/build/scripts/core/css/templates/style_property_shorthand.h.tmpl [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/BUILD.gn [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/animation/animation.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/animation/animation_input_helpers.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/animation/color_property_functions.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/animation/css/css_animatable_value_factory.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/animation/css/css_transition_data.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/animation/css_basic_shape_interpolation_type.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/animation/css_border_image_length_box_interpolation_type.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/animation/css_filter_list_interpolation_type.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/animation/css_image_interpolation_type.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/animation/css_paint_interpolation_type.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/animation/css_shadow_list_interpolation_type.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/animation/document_animations.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/animation/effect_model.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/animation/image_list_property_functions.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/animation/image_slice_property_functions.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/animation/length_list_property_functions.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/animation/length_property_functions.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/animation/number_property_functions.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/animation/property_handle.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/animation/size_list_property_functions.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/css_computed_style_declaration.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/css_custom_ident_value.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/css_paint_image_generator.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/css_pending_substitution_value.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/css_primitive_value.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/css_property_equality.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/css_property_id_templates.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/css_property_name.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/css_property_value.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/css_property_value_set.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/css_style_declaration.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/css_style_declaration.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/css_value_pool.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/cssom/css_style_value.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/cssom/css_unsupported_style_value.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/cssom/cssom_keywords.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/cssom/cssom_types.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/cssom/style_property_map_read_only.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/cssom/style_property_map_read_only.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/cssom/style_value_factory.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/parser/css_parser.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/parser/css_parser_context.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/parser/css_parser_fast_paths.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/parser/css_parser_impl.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/parser/css_parser_local_context.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/properties/css_parsing_utils.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/resolver/animated_style_builder.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/resolver/css_property_priority.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/resolver/css_to_style_map.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/resolver/css_variable_resolver.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/resolver/css_variable_resolver.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/resolver/element_style_resources.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/resolver/element_style_resources.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/resolver/style_builder.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/resolver/style_resolver.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/resolver/style_resolver_state.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/resolver/viewport_style_resolver.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/css/threaded/css_parser_threaded_test.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/editing/commands/apply_style_command.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/editing/commands/composite_edit_command.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/editing/commands/editor_command.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/editing/commands/remove_css_property_command.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/editing/commands/replace_selection_command.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/editing/editing_style.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/editing/editing_style_utilities.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/editing/editor.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/editing/serializers/serialization.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/exported/web_document_test.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/frame/deprecation.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/frame/use_counter.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/forms/color_input_type.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/forms/date_time_numeric_field_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/forms/html_input_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/html_br_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/html_details_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/html_div_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/html_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/html_embed_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/html_font_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/html_frame_set_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/html_hr_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/html_iframe_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/html_image_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/html_li_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/html_marquee_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/html_olist_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/html_paragraph_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/html_plugin_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/html_pre_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/html_table_caption_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/html_table_cell_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/html_table_col_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/html_table_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/html_table_part_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/html_ulist_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/media/html_video_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/html/track/vtt/vtt_cue.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/inspector/inspector_css_agent.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/inspector/inspector_dom_snapshot_agent.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/inspector/inspector_style_sheet.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/layout/custom/css_layout_definition.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/layout/custom/layout_worklet_global_scope.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/layout/layout_fieldset.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/layout/layout_table.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/layout/line/inline_flow_box.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/paint/compositing/compositing_reason_finder.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/paint/ng/ng_text_painter.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/paint/paint_layer.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/paint/text_painter.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/paint/text_painter_test.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/style/computed_style.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/style/computed_style_extra_fields.json5 [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/svg/properties/svg_animated_property.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/svg/svg_animate_element.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/svg/svg_image_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/svg/svg_text_content_element.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/core/testing/internals.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/modules/accessibility/ax_layout_object.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/modules/canvas/canvas2d/canvas_rendering_context_2d.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/modules/canvas/canvas2d/canvas_style.cc [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/modules/csspaint/css_paint_definition.h [modify] https://crrev.com/b189a621380cdf6dfa9c23e20eb5809db5224a33/third_party/blink/renderer/modules/csspaint/paint_worklet_global_scope.cc
Comment 1 by bugdroid1@chromium.org
, Jul 11 2017