For example, build/scripts/make_origin_trials.py generates OriginTrials.{cpp,h}. It should generated origin_trials.{cc,h}.
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/b93b2538d1d2147f53c65e2579e55faf97b3da5a commit b93b2538d1d2147f53c65e2579e55faf97b3da5a Author: Kent Tamura <tkent@chromium.org> Date: Tue Oct 03 02:31:24 2017 Rename generated OriginTrials.{cpp,h} to origin_trials.{cc,h}. Bug: 770603 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I870e7eb2253a5626af54a20cdd63c1e0652b620d Reviewed-on: https://chromium-review.googlesource.com/694942 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#505930} [modify] https://crrev.com/b93b2538d1d2147f53c65e2579e55faf97b3da5a/third_party/WebKit/Source/bindings/scripts/code_generator.py [modify] https://crrev.com/b93b2538d1d2147f53c65e2579e55faf97b3da5a/third_party/WebKit/Source/bindings/scripts/generate_conditional_features.py [modify] https://crrev.com/b93b2538d1d2147f53c65e2579e55faf97b3da5a/third_party/WebKit/Source/bindings/scripts/v8_interface.py [modify] https://crrev.com/b93b2538d1d2147f53c65e2579e55faf97b3da5a/third_party/WebKit/Source/bindings/tests/results/core/ConditionalFeaturesForCore.cpp [modify] https://crrev.com/b93b2538d1d2147f53c65e2579e55faf97b3da5a/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.cpp [modify] https://crrev.com/b93b2538d1d2147f53c65e2579e55faf97b3da5a/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp [modify] https://crrev.com/b93b2538d1d2147f53c65e2579e55faf97b3da5a/third_party/WebKit/Source/bindings/tests/results/modules/ConditionalFeaturesForModules.cpp [modify] https://crrev.com/b93b2538d1d2147f53c65e2579e55faf97b3da5a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp [modify] https://crrev.com/b93b2538d1d2147f53c65e2579e55faf97b3da5a/third_party/WebKit/Source/build/scripts/make_origin_trials.py [rename] https://crrev.com/b93b2538d1d2147f53c65e2579e55faf97b3da5a/third_party/WebKit/Source/build/scripts/templates/origin_trials.cc.tmpl [rename] https://crrev.com/b93b2538d1d2147f53c65e2579e55faf97b3da5a/third_party/WebKit/Source/build/scripts/templates/origin_trials.h.tmpl [modify] https://crrev.com/b93b2538d1d2147f53c65e2579e55faf97b3da5a/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/b93b2538d1d2147f53c65e2579e55faf97b3da5a/third_party/WebKit/Source/core/dom/Document.cpp [modify] https://crrev.com/b93b2538d1d2147f53c65e2579e55faf97b3da5a/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp [modify] https://crrev.com/b93b2538d1d2147f53c65e2579e55faf97b3da5a/third_party/WebKit/Source/core/html/RelList.cpp [modify] https://crrev.com/b93b2538d1d2147f53c65e2579e55faf97b3da5a/third_party/WebKit/Source/core/origin_trials/OriginTrialContext.h [modify] https://crrev.com/b93b2538d1d2147f53c65e2579e55faf97b3da5a/third_party/WebKit/Source/core/testing/OriginTrialsTest.cpp [modify] https://crrev.com/b93b2538d1d2147f53c65e2579e55faf97b3da5a/third_party/WebKit/Source/core/timing/Performance.cpp [modify] https://crrev.com/b93b2538d1d2147f53c65e2579e55faf97b3da5a/third_party/WebKit/Source/modules/ModulesInitializer.cpp [modify] https://crrev.com/b93b2538d1d2147f53c65e2579e55faf97b3da5a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeProxy.cpp [modify] https://crrev.com/b93b2538d1d2147f53c65e2579e55faf97b3da5a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/5d72d542509cc3b0b9675b6c39db35a5c97d61d9 commit 5d72d542509cc3b0b9675b6c39db35a5c97d61d9 Author: Kent Tamura <tkent@chromium.org> Date: Wed Oct 04 00:39:57 2017 Rename some json5 files for make_names source - Rename EventTargetModulesFactory.json5 to EventTargetModulesNames.json5 - Rename EventInterfaces.json5 to EventNames.json5 - Rename EventTargetFactory.json5 to EventTargetNames.json5 in order that source names match to their generated .cpp/.h names. This CL is a preparation to snake *.json5 file names for make_names. Bug: 770603 Change-Id: I49c54b87714ea16a181484705f8194d5ca445108 Reviewed-on: https://chromium-review.googlesource.com/697025 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#506252} [modify] https://crrev.com/5d72d542509cc3b0b9675b6c39db35a5c97d61d9/third_party/WebKit/Source/bindings/modules/BUILD.gn [modify] https://crrev.com/5d72d542509cc3b0b9675b6c39db35a5c97d61d9/third_party/WebKit/Source/core/BUILD.gn [rename] https://crrev.com/5d72d542509cc3b0b9675b6c39db35a5c97d61d9/third_party/WebKit/Source/core/events/EventTargetNames.json5 [rename] https://crrev.com/5d72d542509cc3b0b9675b6c39db35a5c97d61d9/third_party/WebKit/Source/modules/EventTargetModulesNames.json5
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/68e702f851e16bcafabf2f42d24b91796f078eb6 commit 68e702f851e16bcafabf2f42d24b91796f078eb6 Author: Kent Tamura <tkent@chromium.org> Date: Wed Oct 04 06:05:54 2017 make_names.py: Generate files of which names are based on source file names. Before this CL, we needed to know how generated file names were constructed by reading make_names.py, and had to write correct file names in *.gn. Now generated file names are based on source json5 file names, and we don't need to write output file names in make_names() callsites. This CL simplifies *.gn files significantly, and makes it easier to rename generated files. Bug: 770603 Change-Id: Ic7a2347962a93da3def5d6c862ec53cc476b17b5 Reviewed-on: https://chromium-review.googlesource.com/700054 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#506318} [modify] https://crrev.com/68e702f851e16bcafabf2f42d24b91796f078eb6/third_party/WebKit/Source/bindings/modules/BUILD.gn [modify] https://crrev.com/68e702f851e16bcafabf2f42d24b91796f078eb6/third_party/WebKit/Source/build/scripts/make_names.py [modify] https://crrev.com/68e702f851e16bcafabf2f42d24b91796f078eb6/third_party/WebKit/Source/build/scripts/scripts.gni [modify] https://crrev.com/68e702f851e16bcafabf2f42d24b91796f078eb6/third_party/WebKit/Source/build/scripts/templates/MakeNames.cpp.tmpl [modify] https://crrev.com/68e702f851e16bcafabf2f42d24b91796f078eb6/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/68e702f851e16bcafabf2f42d24b91796f078eb6/third_party/WebKit/Source/modules/BUILD.gn [modify] https://crrev.com/68e702f851e16bcafabf2f42d24b91796f078eb6/third_party/WebKit/Source/platform/BUILD.gn [modify] https://crrev.com/68e702f851e16bcafabf2f42d24b91796f078eb6/third_party/WebKit/Source/platform/loader/BUILD.gn
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/0976634972849914b28d12d134ceed05d99f89df commit 0976634972849914b28d12d134ceed05d99f89df Author: Kent Tamura <tkent@chromium.org> Date: Wed Oct 04 15:31:27 2017 make_qualified_names.py generates snake_case file names. * make_qualified_names.py: Generates snake_case file names. * code_generator.py: Remove exceptions for HTMLNames.h and SVGNames.h. * MakeQualifedNames.*.tmpl: Renamed to snake_case. * scripts.gni: Follow the *.tmpl change. * other files: Use new names of FooNames.h. Bug: 770603 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I59e0512c5b2d6deffcd84eb9ea33fd47127acd70 Reviewed-on: https://chromium-review.googlesource.com/700236 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#506396} [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/bindings/core/v8/custom/V8DocumentCustom.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/bindings/scripts/code_generator.py [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/bindings/scripts/v8_attributes.py [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/build/scripts/make_qualified_names.py [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/build/scripts/scripts.gni [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/build/scripts/templates/ElementFactory.cpp.tmpl [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/build/scripts/templates/ElementLookupTrie.cpp.tmpl [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/build/scripts/templates/ElementTypeHelpers.h.tmpl [rename] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/build/scripts/templates/make_qualified_names.cc.tmpl [rename] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/build/scripts/templates/make_qualified_names.h.tmpl [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/CoreInitializer.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/animation/AnimationInputHelpers.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/animation/NumberAttributeFunctions.h [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/animation/PropertyHandleTest.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/animation/SVGInterpolationTypesMap.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/animation/SVGLengthListInterpolationType.h [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/animation/SVGNumberListInterpolationType.h [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/clipboard/DataTransfer.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/css/AffectedByPseudoTest.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/css/CSSDefaultStyleSheets.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/css/CSSSelector.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/css/CSSStyleSheet.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/css/RuleFeature.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/css/RuleSet.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/css/SelectorChecker.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/css/SelectorQuery.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/css/ShadowTreeStyleSheetCollection.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/css/StyleEngine.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/css/StyleSheetCandidate.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/css/StyleSheetList.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/dom/DOMImplementation.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/dom/Document.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/dom/Element.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/dom/Element.h [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/dom/LayoutTreeBuilder.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/dom/LayoutTreeBuilderTraversal.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/dom/LiveNodeListBase.h [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/dom/Node.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/dom/QualifiedName.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/dom/ScriptLoader.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/dom/SlotAssignment.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/dom/Text.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/dom/TreeOrderedMap.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/dom/TreeScope.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/dom/V0InsertionPoint.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/dom/VisitedLinkState.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/dom/events/EventPathTest.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/CaretDisplayItemClientTest.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/EditingStyle.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/EditingUtilities.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/Editor.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/FrameSelection.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/SelectionController.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/VisiblePosition.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/VisibleUnits.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/commands/ApplyBlockElementCommand.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/commands/ApplyBlockElementCommandTest.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/commands/ApplyStyleCommand.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/commands/BreakBlockquoteCommand.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/commands/FormatBlockCommand.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/commands/InsertLineBreakCommand.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/commands/InsertListCommand.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/commands/InsertParagraphSeparatorCommand.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/commands/RemoveFormatCommand.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/commands/ReplaceNodeWithSpanCommand.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommandTest.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/commands/SplitElementCommand.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/serializers/MarkupAccumulator.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/serializers/MarkupFormatter.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/serializers/Serialization.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/exported/LocalFrameClientImpl.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/exported/WebDocumentTest.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/exported/WebElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/exported/WebFormElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/exported/WebFrame.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/exported/WebFrameSerializer.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/exported/WebInputElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/exported/WebLabelElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/exported/WebMetaElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/exported/WebOptionElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/exported/WebPluginContainerImpl.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/exported/WebSearchableFormData.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/exported/WebSelectElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/exported/WebViewImpl.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/frame/FrameSerializer.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/frame/LocalFrameView.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/frame/WebFrameSerializerImpl.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/frame/WebLocalFrameImpl.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLAnchorElement.h [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLAudioElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLBRElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLBaseElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLBodyElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLCollection.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLContentElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLDListElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLDetailsElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLDirectoryElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLDivElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLDocument.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLFontElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLFormControlsCollection.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLFormElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLFrameElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLHRElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLHeadElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLHtmlElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLImageElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLImageFallbackHelper.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLImageLoader.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLInputElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLLIElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLLabelElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLLinkElementSizesAttributeTest.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLMapElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLMarqueeElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLMenuElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLMetaElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLMeterElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLModElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLNoEmbedElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLNoScriptElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLOListElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLOptGroupElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLOptionElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLOutputElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLOutputElementTest.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLParagraphElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLParamElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLPictureElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLPreElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLProgressElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLQuoteElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLRTElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLRubyElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLScriptElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLSelectElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLShadowElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLSourceElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLSpanElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLStyleElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLSummaryElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLTableCaptionElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLTableCellElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLTableColElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLTableElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLTablePartElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLTableRowElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLTableRowsCollection.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLTableSectionElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLTextAreaElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLTitleElement.cpp [modify] https://crrev.com/0976634972849914b28d12d134ceed05d99f89df/third_party/WebKit/Source/core/html/HTMLTrackElement.cpp [modify] https://crrev.com
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/b0526fe30686e4413914afa9025a7c70a92fb5ee commit b0526fe30686e4413914afa9025a7c70a92fb5ee Author: Kent Tamura <tkent@chromium.org> Date: Thu Oct 05 04:12:43 2017 Rename FontFamilyNames.json5, HTTPNames.json5, and FetchInitiatorTypeNames.json5 for snake_case. Bug: 770603 Change-Id: I6a7aafad637f0d3fcecf447e9e0bf0e853c00498 Reviewed-on: https://chromium-review.googlesource.com/701954 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#506644} [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/CoreInitializer.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/css/CSSFontFaceSrcValue.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/css/CSSImageSetValue.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/css/CSSImageValue.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/css/FontFace.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/css/FontFaceCache.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/css/StyleRuleImport.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/fileapi/FileReaderLoader.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/loader/BaseFetchContext.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/loader/DocumentLoader.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/loader/HttpEquiv.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/loader/LinkLoader.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/loader/PingLoader.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/loader/TextTrackLoader.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/loader/WorkletScriptLoader.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResource.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResourceTest.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/svg/SVGElementProxy.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/workers/InstalledScriptsManager.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/xml/XSLImportRule.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/xml/XSLTProcessorLibxslt.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/modules/cachestorage/Cache.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/modules/cachestorage/CacheStorage.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/modules/eventsource/EventSource.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/modules/fetch/BlobBytesConsumer.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/modules/fetch/FetchManager.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/modules/fetch/FetchRequestData.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/modules/fetch/FetchResponseData.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/modules/fetch/MultipartParser.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/modules/fetch/MultipartParserTest.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/modules/fetch/Request.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/modules/fetch/Response.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/BUILD.gn [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/exported/Platform.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/exported/WebCORS.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/exported/WebCORSPreflightResultCache.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/fonts/AlternateFontFamily.h [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/fonts/FontCache.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/fonts/FontDescription.h [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/fonts/FontFallbackList.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp [rename] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/fonts/font_family_names.json5 [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/fonts/mac/FontCacheMac.mm [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/fonts/mac/FontFamilyMatcherMacTest.mm [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/loader/BUILD.gn [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/loader/fetch/ClientHintsPreferences.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/loader/fetch/ClientHintsPreferencesTest.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/loader/fetch/FetchUtils.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/loader/fetch/RawResource.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/loader/fetch/Resource.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcherTest.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/loader/fetch/ResourceRequest.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/loader/fetch/ResourceRequest.h [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.cpp [rename] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/loader/fetch/fetch_initiator_type_names.json5 [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/network/ContentSecurityPolicyResponseHeaders.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/network/HTTPParsers.cpp [rename] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/network/http_names.json5 [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp [modify] https://crrev.com/b0526fe30686e4413914afa9025a7c70a92fb5ee/third_party/WebKit/Source/platform/testing/URLTestHelpers.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/22de7321b3f8376d5eb4aa4c2827dbf460ed249a commit 22de7321b3f8376d5eb4aa4c2827dbf460ed249a Author: Kent Tamura <tkent@chromium.org> Date: Thu Oct 05 13:16:38 2017 make_element_factory.py generates snake_case files. Bug: 770603 Change-Id: Idd9f6ea0c9d2d6ace0af99bd894d7aec7f99e42b Reviewed-on: https://chromium-review.googlesource.com/701816 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#506712} [modify] https://crrev.com/22de7321b3f8376d5eb4aa4c2827dbf460ed249a/third_party/WebKit/Source/build/scripts/make_element_factory.py [modify] https://crrev.com/22de7321b3f8376d5eb4aa4c2827dbf460ed249a/third_party/WebKit/Source/build/scripts/scripts.gni [rename] https://crrev.com/22de7321b3f8376d5eb4aa4c2827dbf460ed249a/third_party/WebKit/Source/build/scripts/templates/element_factory.cc.tmpl [rename] https://crrev.com/22de7321b3f8376d5eb4aa4c2827dbf460ed249a/third_party/WebKit/Source/build/scripts/templates/element_factory.h.tmpl [modify] https://crrev.com/22de7321b3f8376d5eb4aa4c2827dbf460ed249a/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/22de7321b3f8376d5eb4aa4c2827dbf460ed249a/third_party/WebKit/Source/core/dom/Document.cpp [modify] https://crrev.com/22de7321b3f8376d5eb4aa4c2827dbf460ed249a/third_party/WebKit/Source/core/editing/EditingUtilities.cpp [modify] https://crrev.com/22de7321b3f8376d5eb4aa4c2827dbf460ed249a/third_party/WebKit/Source/core/html/custom/CustomElement.cpp [modify] https://crrev.com/22de7321b3f8376d5eb4aa4c2827dbf460ed249a/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.cpp [modify] https://crrev.com/22de7321b3f8376d5eb4aa4c2827dbf460ed249a/third_party/WebKit/Source/core/html/track/vtt/VTTElement.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/52bc9ffee415ffab9210a350c216b0826455e00a commit 52bc9ffee415ffab9210a350c216b0826455e00a Author: Kent Tamura <tkent@chromium.org> Date: Fri Oct 06 02:16:44 2017 Rename generated HTMLElementTypeHelpers.{cpp,h} and SVGElementTypeHelpers.{cpp,h} for snake_case. Bug: 770603 Change-Id: Ic158606ea9eb5f6cdf78e1fed72fefaa3ec613c5 Reviewed-on: https://chromium-review.googlesource.com/702200 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#506950} [modify] https://crrev.com/52bc9ffee415ffab9210a350c216b0826455e00a/third_party/WebKit/Source/bindings/core/v8/V8HTMLConstructor.h [modify] https://crrev.com/52bc9ffee415ffab9210a350c216b0826455e00a/third_party/WebKit/Source/build/scripts/make_element_type_helpers.py [modify] https://crrev.com/52bc9ffee415ffab9210a350c216b0826455e00a/third_party/WebKit/Source/build/scripts/scripts.gni [rename] https://crrev.com/52bc9ffee415ffab9210a350c216b0826455e00a/third_party/WebKit/Source/build/scripts/templates/element_type_helpers.cc.tmpl [rename] https://crrev.com/52bc9ffee415ffab9210a350c216b0826455e00a/third_party/WebKit/Source/build/scripts/templates/element_type_helpers.h.tmpl [modify] https://crrev.com/52bc9ffee415ffab9210a350c216b0826455e00a/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/52bc9ffee415ffab9210a350c216b0826455e00a/third_party/WebKit/Source/core/dom/AXObjectCache.cpp [modify] https://crrev.com/52bc9ffee415ffab9210a350c216b0826455e00a/third_party/WebKit/Source/core/dom/Document.cpp [modify] https://crrev.com/52bc9ffee415ffab9210a350c216b0826455e00a/third_party/WebKit/Source/core/exported/PrerenderingTest.cpp [modify] https://crrev.com/52bc9ffee415ffab9210a350c216b0826455e00a/third_party/WebKit/Source/core/fullscreen/Fullscreen.cpp [modify] https://crrev.com/52bc9ffee415ffab9210a350c216b0826455e00a/third_party/WebKit/Source/core/html/HTMLElement.h [modify] https://crrev.com/52bc9ffee415ffab9210a350c216b0826455e00a/third_party/WebKit/Source/core/html/custom/CustomElement.cpp [modify] https://crrev.com/52bc9ffee415ffab9210a350c216b0826455e00a/third_party/WebKit/Source/core/html/custom/CustomElementRegistry.cpp [modify] https://crrev.com/52bc9ffee415ffab9210a350c216b0826455e00a/third_party/WebKit/Source/core/layout/GeneratedChildren.h [modify] https://crrev.com/52bc9ffee415ffab9210a350c216b0826455e00a/third_party/WebKit/Source/core/svg/SVGElement.h [modify] https://crrev.com/52bc9ffee415ffab9210a350c216b0826455e00a/third_party/WebKit/Source/modules/accessibility/AXEnums.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/44d4ba6dce1d2e29f526ca6e80b7836d8c467113 commit 44d4ba6dce1d2e29f526ca6e80b7836d8c467113 Author: Kent Tamura <tkent@chromium.org> Date: Fri Oct 06 02:17:02 2017 Rename EventModulesNames.json5, EventTargetModulesNames.json5, and IndexedDBNames.json5 for snake_case. Bug: 770603 Change-Id: Id07cbd58c190cac0ccbc9fcbf92747d83705be64 Reviewed-on: https://chromium-review.googlesource.com/701879 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#506951} [modify] https://crrev.com/44d4ba6dce1d2e29f526ca6e80b7836d8c467113/third_party/WebKit/Source/bindings/modules/BUILD.gn [modify] https://crrev.com/44d4ba6dce1d2e29f526ca6e80b7836d8c467113/third_party/WebKit/Source/modules/BUILD.gn [modify] https://crrev.com/44d4ba6dce1d2e29f526ca6e80b7836d8c467113/third_party/WebKit/Source/modules/EventModules.h [modify] https://crrev.com/44d4ba6dce1d2e29f526ca6e80b7836d8c467113/third_party/WebKit/Source/modules/EventTargetModules.h [modify] https://crrev.com/44d4ba6dce1d2e29f526ca6e80b7836d8c467113/third_party/WebKit/Source/modules/ModulesInitializer.cpp [modify] https://crrev.com/44d4ba6dce1d2e29f526ca6e80b7836d8c467113/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchClickEvent.cpp [modify] https://crrev.com/44d4ba6dce1d2e29f526ca6e80b7836d8c467113/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchEvent.cpp [modify] https://crrev.com/44d4ba6dce1d2e29f526ca6e80b7836d8c467113/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchFailEvent.cpp [modify] https://crrev.com/44d4ba6dce1d2e29f526ca6e80b7836d8c467113/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchRegistration.cpp [modify] https://crrev.com/44d4ba6dce1d2e29f526ca6e80b7836d8c467113/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.cpp [rename] https://crrev.com/44d4ba6dce1d2e29f526ca6e80b7836d8c467113/third_party/WebKit/Source/modules/event_target_modules_names.json5 [modify] https://crrev.com/44d4ba6dce1d2e29f526ca6e80b7836d8c467113/third_party/WebKit/Source/modules/indexeddb/DEPS [modify] https://crrev.com/44d4ba6dce1d2e29f526ca6e80b7836d8c467113/third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp [modify] https://crrev.com/44d4ba6dce1d2e29f526ca6e80b7836d8c467113/third_party/WebKit/Source/modules/indexeddb/IDBObservation.cpp [modify] https://crrev.com/44d4ba6dce1d2e29f526ca6e80b7836d8c467113/third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp [modify] https://crrev.com/44d4ba6dce1d2e29f526ca6e80b7836d8c467113/third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp [modify] https://crrev.com/44d4ba6dce1d2e29f526ca6e80b7836d8c467113/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.cpp [modify] https://crrev.com/44d4ba6dce1d2e29f526ca6e80b7836d8c467113/third_party/WebKit/Source/modules/indexeddb/IDBVersionChangeEvent.cpp [modify] https://crrev.com/44d4ba6dce1d2e29f526ca6e80b7836d8c467113/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp [modify] https://crrev.com/44d4ba6dce1d2e29f526ca6e80b7836d8c467113/third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp [rename] https://crrev.com/44d4ba6dce1d2e29f526ca6e80b7836d8c467113/third_party/WebKit/Source/modules/indexeddb/indexed_db_names.json5 [modify] https://crrev.com/44d4ba6dce1d2e29f526ca6e80b7836d8c467113/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp [modify] https://crrev.com/44d4ba6dce1d2e29f526ca6e80b7836d8c467113/third_party/WebKit/Source/modules/permissions/PermissionStatus.cpp [modify] https://crrev.com/44d4ba6dce1d2e29f526ca6e80b7836d8c467113/third_party/WebKit/Source/modules/presentation/DEPS [modify] https://crrev.com/44d4ba6dce1d2e29f526ca6e80b7836d8c467113/third_party/WebKit/Source/modules/presentation/PresentationAvailability.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/5fd63816119a4e9e8efafa04b4b31bc5e69f7220 commit 5fd63816119a4e9e8efafa04b4b31bc5e69f7220 Author: Kent Tamura <tkent@chromium.org> Date: Fri Oct 06 07:34:43 2017 Raname MediaFeatureNames.json5 and MediaTypeNames.json5 for snake_case Bug: 770603 Change-Id: I792c57dff711d092151d6b2fa19d306abb73a94d Reviewed-on: https://chromium-review.googlesource.com/704414 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#507001} [modify] https://crrev.com/5fd63816119a4e9e8efafa04b4b31bc5e69f7220/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/5fd63816119a4e9e8efafa04b4b31bc5e69f7220/third_party/WebKit/Source/core/CoreInitializer.cpp [modify] https://crrev.com/5fd63816119a4e9e8efafa04b4b31bc5e69f7220/third_party/WebKit/Source/core/css/MediaQuery.cpp [modify] https://crrev.com/5fd63816119a4e9e8efafa04b4b31bc5e69f7220/third_party/WebKit/Source/core/css/MediaQueryEvaluator.cpp [modify] https://crrev.com/5fd63816119a4e9e8efafa04b4b31bc5e69f7220/third_party/WebKit/Source/core/css/MediaQueryEvaluatorTest.cpp [modify] https://crrev.com/5fd63816119a4e9e8efafa04b4b31bc5e69f7220/third_party/WebKit/Source/core/css/MediaQueryExp.h [modify] https://crrev.com/5fd63816119a4e9e8efafa04b4b31bc5e69f7220/third_party/WebKit/Source/core/css/MediaQueryMatcherTest.cpp [rename] https://crrev.com/5fd63816119a4e9e8efafa04b4b31bc5e69f7220/third_party/WebKit/Source/core/css/media_feature_names.json5 [rename] https://crrev.com/5fd63816119a4e9e8efafa04b4b31bc5e69f7220/third_party/WebKit/Source/core/css/media_type_names.json5 [modify] https://crrev.com/5fd63816119a4e9e8efafa04b4b31bc5e69f7220/third_party/WebKit/Source/core/css/parser/MediaQueryParser.cpp [modify] https://crrev.com/5fd63816119a4e9e8efafa04b4b31bc5e69f7220/third_party/WebKit/Source/core/css/parser/SizesAttributeParser.cpp [modify] https://crrev.com/5fd63816119a4e9e8efafa04b4b31bc5e69f7220/third_party/WebKit/Source/core/css/parser/SizesAttributeParserTest.cpp [modify] https://crrev.com/5fd63816119a4e9e8efafa04b4b31bc5e69f7220/third_party/WebKit/Source/core/css/parser/SizesCalcParserTest.cpp [modify] https://crrev.com/5fd63816119a4e9e8efafa04b4b31bc5e69f7220/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp [modify] https://crrev.com/5fd63816119a4e9e8efafa04b4b31bc5e69f7220/third_party/WebKit/Source/core/frame/LocalFrameView.cpp [modify] https://crrev.com/5fd63816119a4e9e8efafa04b4b31bc5e69f7220/third_party/WebKit/Source/core/html/HTMLImageElement.cpp [modify] https://crrev.com/5fd63816119a4e9e8efafa04b4b31bc5e69f7220/third_party/WebKit/Source/core/html/parser/HTMLPreloadScannerFuzzer.cpp [modify] https://crrev.com/5fd63816119a4e9e8efafa04b4b31bc5e69f7220/third_party/WebKit/Source/core/html/parser/HTMLPreloadScannerTest.cpp [modify] https://crrev.com/5fd63816119a4e9e8efafa04b4b31bc5e69f7220/third_party/WebKit/Source/core/svg/SVGStyleElement.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/532f9ec6032333f4c31798297c52f6723794cdce commit 532f9ec6032333f4c31798297c52f6723794cdce Author: Kent Tamura <tkent@chromium.org> Date: Fri Oct 06 07:37:33 2017 Rename generated HTMLElementLookupTrie.{cpp,h} to html_element_lookup_trie.{cc,h}. Bug: 770603 Change-Id: Id5a0d478b5f42eab384a95d0e63b98187292aa28 Reviewed-on: https://chromium-review.googlesource.com/704294 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#507002} [modify] https://crrev.com/532f9ec6032333f4c31798297c52f6723794cdce/third_party/WebKit/Source/build/scripts/make_element_lookup_trie.py [rename] https://crrev.com/532f9ec6032333f4c31798297c52f6723794cdce/third_party/WebKit/Source/build/scripts/templates/element_lookup_trie.cc.tmpl [rename] https://crrev.com/532f9ec6032333f4c31798297c52f6723794cdce/third_party/WebKit/Source/build/scripts/templates/element_lookup_trie.h.tmpl [modify] https://crrev.com/532f9ec6032333f4c31798297c52f6723794cdce/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/532f9ec6032333f4c31798297c52f6723794cdce/third_party/WebKit/Source/core/html/parser/AtomicHTMLToken.h
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/07bb0391789e4befdaf20ac6db6b20d57df4c081 commit 07bb0391789e4befdaf20ac6db6b20d57df4c081 Author: Kent Tamura <tkent@chromium.org> Date: Fri Oct 06 16:52:44 2017 Rename InputModeNames.json5 and InputTypeNames.json5 for snake_case. Bug: 770603 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I1824f6eb817564afd040619d5a84fae668f25382 Reviewed-on: https://chromium-review.googlesource.com/704457 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#507101} [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/CoreInitializer.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/editing/EditingUtilities.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/editing/Editor.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/editing/InputMethodController.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.cpp [rename] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/editing/input_mode_names.json5 [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/exported/WebFrameSerializer.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/exported/WebInputElement.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/exported/WebInputMethodControllerImpl.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/exported/WebSearchableFormData.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/frame/FrameSerializer.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/HTMLImageFallbackHelper.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/HTMLInputElement.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/RadioNodeList.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/ButtonInputType.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/CheckboxInputType.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/DateInputType.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/DateTimeChooserImpl.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/EmailInputType.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/ExternalDateTimeChooser.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/FileInputType.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/HiddenInputType.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/ImageInputType.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/InputType.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/MonthInputType.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/NumberInputType.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/PasswordInputType.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/RadioButtonGroupScope.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/RadioInputType.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/ResetInputType.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/SearchInputType.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/SubmitInputType.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/TelephoneInputType.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/TextInputType.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/TimeInputType.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/URLInputType.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/WeekInputType.cpp [rename] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/forms/input_type_names.json5 [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/input/EventHandler.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/inspector/InspectorDOMSnapshotAgent.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/layout/HitTestResult.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/layout/LayoutFileUploadControl.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/layout/LayoutSearchField.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/layout/LayoutSlider.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/layout/LayoutTheme.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/loader/FormSubmission.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/page/ContextMenuClient.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/page/DragController.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/core/paint/ThemePainter.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/modules/accessibility/AXObject.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/modules/accessibility/AXRadioInput.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/modules/media_controls/elements/MediaControlCastButtonElement.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/modules/media_controls/elements/MediaControlDownloadButtonElement.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/modules/media_controls/elements/MediaControlFullscreenButtonElement.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/modules/media_controls/elements/MediaControlInputElementTest.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/modules/media_controls/elements/MediaControlMuteButtonElement.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/modules/media_controls/elements/MediaControlOverflowMenuButtonElement.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/modules/media_controls/elements/MediaControlOverlayPlayButtonElement.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/modules/media_controls/elements/MediaControlPlayButtonElement.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/modules/media_controls/elements/MediaControlSliderElement.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/modules/media_controls/elements/MediaControlTextTrackListElement.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimelineElement.cpp [modify] https://crrev.com/07bb0391789e4befdaf20ac6db6b20d57df4c081/third_party/WebKit/Source/modules/media_controls/elements/MediaControlToggleClosedCaptionsButtonElement.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/2ca6cb5eba12474c29cd80ef46c6f0ec5d2c1a29 commit 2ca6cb5eba12474c29cd80ef46c6f0ec5d2c1a29 Author: Kent Tamura <tkent@chromium.org> Date: Thu Oct 12 04:18:22 2017 Apply snake_case to generated files for EventNames, EventTargetNames, and EventTypeNames. Also, remove unnecessary |#include "core/EventFooNames.h"| in event_foo_modules_names.h. Bug: 770603 Change-Id: I0f334bac7280cbbcdbb5912d07c2c0e0bd2b1bc9 Reviewed-on: https://chromium-review.googlesource.com/714716 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#508254} [modify] https://crrev.com/2ca6cb5eba12474c29cd80ef46c6f0ec5d2c1a29/third_party/WebKit/Source/build/scripts/templates/MakeNames.h.tmpl [modify] https://crrev.com/2ca6cb5eba12474c29cd80ef46c6f0ec5d2c1a29/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/2ca6cb5eba12474c29cd80ef46c6f0ec5d2c1a29/third_party/WebKit/Source/core/CoreInitializer.cpp [modify] https://crrev.com/2ca6cb5eba12474c29cd80ef46c6f0ec5d2c1a29/third_party/WebKit/Source/core/dom/events/EventPath.cpp [modify] https://crrev.com/2ca6cb5eba12474c29cd80ef46c6f0ec5d2c1a29/third_party/WebKit/Source/core/dom/events/EventTarget.h [modify] https://crrev.com/2ca6cb5eba12474c29cd80ef46c6f0ec5d2c1a29/third_party/WebKit/Source/core/editing/Editor.cpp [modify] https://crrev.com/2ca6cb5eba12474c29cd80ef46c6f0ec5d2c1a29/third_party/WebKit/Source/core/events/EventUtil.cpp [modify] https://crrev.com/2ca6cb5eba12474c29cd80ef46c6f0ec5d2c1a29/third_party/WebKit/Source/core/events/EventUtil.h [rename] https://crrev.com/2ca6cb5eba12474c29cd80ef46c6f0ec5d2c1a29/third_party/WebKit/Source/core/events/event_target_names.json5 [rename] https://crrev.com/2ca6cb5eba12474c29cd80ef46c6f0ec5d2c1a29/third_party/WebKit/Source/core/events/event_type_names.json5 [modify] https://crrev.com/2ca6cb5eba12474c29cd80ef46c6f0ec5d2c1a29/third_party/WebKit/Source/core/html/media/MediaCustomControlsFullscreenDetectorTest.cpp [modify] https://crrev.com/2ca6cb5eba12474c29cd80ef46c6f0ec5d2c1a29/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp [modify] https://crrev.com/2ca6cb5eba12474c29cd80ef46c6f0ec5d2c1a29/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestUpload.cpp [modify] https://crrev.com/2ca6cb5eba12474c29cd80ef46c6f0ec5d2c1a29/third_party/WebKit/Source/modules/ModulesInitializer.cpp [modify] https://crrev.com/2ca6cb5eba12474c29cd80ef46c6f0ec5d2c1a29/third_party/WebKit/Source/modules/app_banner/AppBannerController.cpp [modify] https://crrev.com/2ca6cb5eba12474c29cd80ef46c6f0ec5d2c1a29/third_party/WebKit/Source/modules/app_banner/DOMWindowInstallation.h [modify] https://crrev.com/2ca6cb5eba12474c29cd80ef46c6f0ec5d2c1a29/third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h [modify] https://crrev.com/2ca6cb5eba12474c29cd80ef46c6f0ec5d2c1a29/third_party/WebKit/Source/modules/eventsource/EventSourceParser.cpp [modify] https://crrev.com/2ca6cb5eba12474c29cd80ef46c6f0ec5d2c1a29/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp [modify] https://crrev.com/2ca6cb5eba12474c29cd80ef46c6f0ec5d2c1a29/third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEventTest.cpp [modify] https://crrev.com/2ca6cb5eba12474c29cd80ef46c6f0ec5d2c1a29/third_party/WebKit/Source/modules/websockets/CloseEvent.h
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/6c68a129b328e08bde3463d8dbe2d17f07be94d3 commit 6c68a129b328e08bde3463d8dbe2d17f07be94d3 Author: Kent Tamura <tkent@chromium.org> Date: Thu Oct 12 10:05:58 2017 Apply snake_case to HTMLTokenizerNames.*. Bug: 770603 Change-Id: If4b8c580fb926f75862354c2c93108572850845c Reviewed-on: https://chromium-review.googlesource.com/714977 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#508298} [modify] https://crrev.com/6c68a129b328e08bde3463d8dbe2d17f07be94d3/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/6c68a129b328e08bde3463d8dbe2d17f07be94d3/third_party/WebKit/Source/core/CoreInitializer.cpp [modify] https://crrev.com/6c68a129b328e08bde3463d8dbe2d17f07be94d3/third_party/WebKit/Source/core/html/parser/HTMLTokenizer.cpp [rename] https://crrev.com/6c68a129b328e08bde3463d8dbe2d17f07be94d3/third_party/WebKit/Source/core/html/parser/html_tokenizer_names.json5
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/0e257809d1ba06a01f6611e6657fa020a9830c8e commit 0e257809d1ba06a01f6611e6657fa020a9830c8e Author: Kent Tamura <tkent@chromium.org> Date: Thu Oct 12 12:15:24 2017 Apply snake_case to generated SettingsMacros.h and reserve to rename Settings.json5 to settings.json5. Bug: 770603 Change-Id: I47682c55180de4b7b23034a38883e7f6729d6119 Reviewed-on: https://chromium-review.googlesource.com/714841 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#508318} [modify] https://crrev.com/0e257809d1ba06a01f6611e6657fa020a9830c8e/third_party/WebKit/Source/build/scripts/make_settings.py [rename] https://crrev.com/0e257809d1ba06a01f6611e6657fa020a9830c8e/third_party/WebKit/Source/build/scripts/templates/settings_macros.h.tmpl [modify] https://crrev.com/0e257809d1ba06a01f6611e6657fa020a9830c8e/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/0e257809d1ba06a01f6611e6657fa020a9830c8e/third_party/WebKit/Source/core/frame/Settings.h [modify] https://crrev.com/0e257809d1ba06a01f6611e6657fa020a9830c8e/third_party/blink/tools/plan_blink_move.py
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/358e6391fd02aaa94584159fbb1720040a5467dc commit 358e6391fd02aaa94584159fbb1720040a5467dc Author: Kent Tamura <tkent@chromium.org> Date: Mon Jan 15 03:06:58 2018 Apply snake_case to XPathGrammer.y. Bug: 770603 Change-Id: Ia5e67601ce564507b2a2a47bd28935d973c218b8 Reviewed-on: https://chromium-review.googlesource.com/863406 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#529191} [modify] https://crrev.com/358e6391fd02aaa94584159fbb1720040a5467dc/third_party/WebKit/Source/build/scripts/rule_bison.py [modify] https://crrev.com/358e6391fd02aaa94584159fbb1720040a5467dc/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/358e6391fd02aaa94584159fbb1720040a5467dc/third_party/WebKit/Source/core/xml/XPathParser.cpp [rename] https://crrev.com/358e6391fd02aaa94584159fbb1720040a5467dc/third_party/WebKit/Source/core/xml/xpath_grammar.y
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/02f3c39ceb6085fdbe4dfa63f7a3cd2c0291296e commit 02f3c39ceb6085fdbe4dfa63f7a3cd2c0291296e Author: Kent Tamura <tkent@chromium.org> Date: Mon Jan 15 03:26:28 2018 Apply snake_case to MakeName.*.tmpl. Bug: 770603 Change-Id: I092ee44d835c17efe8b7546597fc3b1a5ed4a45d Reviewed-on: https://chromium-review.googlesource.com/863147 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#529194} [modify] https://crrev.com/02f3c39ceb6085fdbe4dfa63f7a3cd2c0291296e/third_party/WebKit/Source/build/scripts/make_names.py [modify] https://crrev.com/02f3c39ceb6085fdbe4dfa63f7a3cd2c0291296e/third_party/WebKit/Source/build/scripts/scripts.gni [rename] https://crrev.com/02f3c39ceb6085fdbe4dfa63f7a3cd2c0291296e/third_party/WebKit/Source/build/scripts/templates/make_names.cc.tmpl [rename] https://crrev.com/02f3c39ceb6085fdbe4dfa63f7a3cd2c0291296e/third_party/WebKit/Source/build/scripts/templates/make_names.h.tmpl [modify] https://crrev.com/02f3c39ceb6085fdbe4dfa63f7a3cd2c0291296e/third_party/WebKit/Source/core/BUILD.gn
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65 commit 5c7dc5f2bdb49309c743d12e813ad815f3d0ff65 Author: Kent Tamura <tkent@chromium.org> Date: Mon Mar 05 09:10:19 2018 Apply snake_case to generated files in gen/blink/core/css/properties/*/. Generated files in these directories are often identical to other checked-in files. It's difficult to make move_blink_source.py workable in such situation. So, this CL renames these generated files beforehand. This CL has no behavior changes. Bug: 770603 Change-Id: I3bf2312b7a238fe605e33a9217959d84d43ffb4f Reviewed-on: https://chromium-review.googlesource.com/947546 Reviewed-by: nainar <nainar@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#540796} [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/build/scripts/core/css/properties/make_css_property_base.py [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/build/scripts/core/css/properties/make_css_property_subclasses.py [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSPropertySubclass.cpp.tmpl [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSPropertySubclass.h.tmpl [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSUnresolvedProperty.cpp.tmpl [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/AlignContentCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/AlignItemsCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/AlignSelfCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/AlignmentBaselineCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/AnimationDelayCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/AnimationDirectionCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/AnimationDurationCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/AnimationFillModeCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/AnimationIterationCountCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/AnimationNameCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/AnimationPlayStateCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/AnimationTimingFunctionCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BackdropFilterCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BackfaceVisibilityCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BackgroundAttachmentCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BackgroundBlendModeCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BackgroundClipCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BackgroundColorCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BackgroundImageCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BackgroundOriginCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BackgroundPositionXCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BackgroundPositionYCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BackgroundSizeCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BaselineShiftCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BlockSizeCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BorderBottomColorCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BorderBottomLeftRadiusCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BorderBottomRightRadiusCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BorderBottomStyleCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BorderBottomWidthCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BorderCollapseCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BorderImageOutsetCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BorderImageRepeatCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BorderImageSliceCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BorderImageSourceCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BorderImageWidthCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BorderLeftColorCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BorderLeftStyleCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BorderLeftWidthCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BorderRightColorCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BorderRightStyleCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BorderRightWidthCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BorderTopColorCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BorderTopLeftRadiusCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BorderTopRightRadiusCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BorderTopStyleCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BorderTopWidthCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BottomCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BoxShadowCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BoxSizingCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BreakAfterCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BreakBeforeCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BreakInsideCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/BufferedRenderingCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/CaptionSideCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/CaretColorCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/ClearCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/ClipCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/ClipPathCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/ClipRuleCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/ColorCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/ColorInterpolationCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/ColorInterpolationFiltersCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/ColorRenderingCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/ColumnCountCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/ColumnFillCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/ColumnGapCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/ColumnRuleColorCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/ColumnRuleStyleCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/ColumnRuleWidthCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/ColumnSpanCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/ColumnWidthCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/ContainCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/ContentCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/CounterIncrementCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/CounterResetCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/CursorCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/CxCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/CyCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/DCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/DirectionCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/DisplayCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/DominantBaselineCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/EmptyCellsCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/FillCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/FillOpacityCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/FillRuleCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/FilterCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/FlexBasisCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/FlexDirectionCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/FlexGrowCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/FlexShrinkCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/FlexWrapCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/FloatCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/FloodColorCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/FloodOpacityCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/FontFamilyCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/FontFeatureSettingsCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/FontKerningCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/FontSizeAdjustCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/FontSizeCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/FontStretchCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/FontStyleCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/FontVariantCapsCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/FontVariantEastAsianCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/FontVariantLigaturesCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/FontVariantNumericCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/FontVariationSettingsCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/FontWeightCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/GridAutoColumnsCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/GridAutoFlowCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/GridAutoRowsCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/GridColumnEndCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/GridColumnStartCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/GridRowEndCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/GridRowStartCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/GridTemplateAreasCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/GridTemplateColumnsCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/GridTemplateRowsCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/HeightCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/HyphensCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/ImageOrientationCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/ImageRenderingCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/InlineSizeCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/IsolationCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/JustifyContentCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/JustifyItemsCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/JustifySelfCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/LeftCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/LetterSpacingCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/LightingColorCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/LineBreakCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/LineHeightCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/LineHeightStepCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/ListStyleImageCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/ListStylePositionCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/ListStyleTypeCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/MarginBottomCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/MarginLeftCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/MarginRightCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/MarginTopCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/MarkerEndCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/MarkerMidCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/MarkerStartCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/MaskCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/MaskSourceTypeCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/MaskTypeCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/MaxBlockSizeCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/MaxHeightCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/MaxInlineSizeCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/MaxWidthCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/MinBlockSizeCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/MinHeightCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_party/WebKit/Source/core/css/properties/longhands/MinInlineSizeCustom.cpp [modify] https://crrev.com/5c7dc5f2bdb49309c743d12e813ad815f3d0ff65/third_p
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/71bb6829bb09d3fded39e772f8e37e412c6d93c9 commit 71bb6829bb09d3fded39e772f8e37e412c6d93c9 Author: Kent Tamura <tkent@chromium.org> Date: Mon Mar 05 13:06:45 2018 Revert "Apply snake_case to generated files in gen/blink/core/css/properties/*/." This reverts commit 5c7dc5f2bdb49309c743d12e813ad815f3d0ff65. Reason for revert: Broke Linux x64 clobber build. Original change's description: > Apply snake_case to generated files in gen/blink/core/css/properties/*/. > > Generated files in these directories are often identical to other > checked-in files. It's difficult to make move_blink_source.py workable > in such situation. So, this CL renames these generated files beforehand. > > This CL has no behavior changes. > > Bug: 770603 > Change-Id: I3bf2312b7a238fe605e33a9217959d84d43ffb4f > Reviewed-on: https://chromium-review.googlesource.com/947546 > Reviewed-by: nainar <nainar@chromium.org> > Commit-Queue: Kent Tamura <tkent@chromium.org> > Cr-Commit-Position: refs/heads/master@{#540796} TBR=tkent@chromium.org,nainar@chromium.org Change-Id: I5203839d03f67e7b28098c051803769ed3fa817a No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 770603 Reviewed-on: https://chromium-review.googlesource.com/948643 Reviewed-by: Kent Tamura <tkent@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#540808} [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/build/scripts/core/css/properties/make_css_property_base.py [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/build/scripts/core/css/properties/make_css_property_subclasses.py [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSPropertySubclass.cpp.tmpl [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSPropertySubclass.h.tmpl [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSUnresolvedProperty.cpp.tmpl [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/AlignContentCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/AlignItemsCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/AlignSelfCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/AlignmentBaselineCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/AnimationDelayCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/AnimationDirectionCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/AnimationDurationCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/AnimationFillModeCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/AnimationIterationCountCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/AnimationNameCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/AnimationPlayStateCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/AnimationTimingFunctionCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BackdropFilterCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BackfaceVisibilityCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BackgroundAttachmentCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BackgroundBlendModeCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BackgroundClipCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BackgroundColorCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BackgroundImageCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BackgroundOriginCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BackgroundPositionXCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BackgroundPositionYCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BackgroundSizeCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BaselineShiftCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BlockSizeCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BorderBottomColorCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BorderBottomLeftRadiusCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BorderBottomRightRadiusCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BorderBottomStyleCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BorderBottomWidthCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BorderCollapseCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BorderImageOutsetCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BorderImageRepeatCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BorderImageSliceCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BorderImageSourceCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BorderImageWidthCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BorderLeftColorCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BorderLeftStyleCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BorderLeftWidthCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BorderRightColorCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BorderRightStyleCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BorderRightWidthCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BorderTopColorCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BorderTopLeftRadiusCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BorderTopRightRadiusCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BorderTopStyleCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BorderTopWidthCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BottomCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BoxShadowCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BoxSizingCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BreakAfterCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BreakBeforeCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BreakInsideCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/BufferedRenderingCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/CaptionSideCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/CaretColorCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/ClearCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/ClipCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/ClipPathCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/ClipRuleCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/ColorCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/ColorInterpolationCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/ColorInterpolationFiltersCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/ColorRenderingCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/ColumnCountCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/ColumnFillCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/ColumnGapCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/ColumnRuleColorCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/ColumnRuleStyleCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/ColumnRuleWidthCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/ColumnSpanCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/ColumnWidthCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/ContainCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/ContentCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/CounterIncrementCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/CounterResetCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/CursorCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/CxCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/CyCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/DCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/DirectionCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/DisplayCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/DominantBaselineCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/EmptyCellsCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/FillCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/FillOpacityCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/FillRuleCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/FilterCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/FlexBasisCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/FlexDirectionCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/FlexGrowCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/FlexShrinkCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/FlexWrapCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/FloatCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/FloodColorCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/FloodOpacityCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/FontFamilyCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/FontFeatureSettingsCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/FontKerningCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/FontSizeAdjustCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/FontSizeCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/FontStretchCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/FontStyleCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/FontVariantCapsCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/FontVariantEastAsianCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/FontVariantLigaturesCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/FontVariantNumericCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/FontVariationSettingsCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/FontWeightCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/GridAutoColumnsCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/GridAutoFlowCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/GridAutoRowsCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/GridColumnEndCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/GridColumnStartCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/GridRowEndCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/GridRowStartCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/GridTemplateAreasCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/GridTemplateColumnsCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/GridTemplateRowsCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/HeightCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/HyphensCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/ImageOrientationCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/ImageRenderingCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/InlineSizeCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/IsolationCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/JustifyContentCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/JustifyItemsCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/JustifySelfCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/LeftCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/LetterSpacingCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/LightingColorCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/LineBreakCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/LineHeightCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/LineHeightStepCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/ListStyleImageCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/ListStylePositionCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/ListStyleTypeCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/MarginBottomCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/MarginLeftCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/MarginRightCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/MarginTopCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/MarkerEndCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/MarkerMidCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/MarkerStartCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/MaskCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/MaskSourceTypeCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/MaskTypeCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/MaxBlockSizeCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/MaxHeightCustom.cpp [modify] https://crrev.com/71bb6829bb09d3fded39e772f8e37e412c6d93c9/third_party/WebKit/Source/core/css/properties/longhands/MaxInlineSizeCustom.cpp [modify] https://crrev.com/71bb6829b
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/f6663e43949ecb33976938c53fa2812a7e265b14 commit f6663e43949ecb33976938c53fa2812a7e265b14 Author: Kent Tamura <tkent@chromium.org> Date: Tue Mar 06 02:53:59 2018 Reland: Apply snake_case to generated files in gen/blink/core/css/properties/*/. Generated files in these directories are often identical to other checked-in files. It's difficult to make move_blink_source.py workable in such situation. So, this CL renames these generated files beforehand. This CL has no behavior changes. Differnce from #540796: #540796 had an error in core/BUILD.gn. "D.h" in it should have been "d.h". This caused a bot error only on clobber build AND case-sensitive filesystem. TBR=nainar@chromium.org Bug: 770603 Change-Id: I1491eec1aa3fb5b7824f1d742dd197498c3516eb Reviewed-on: https://chromium-review.googlesource.com/949803 Reviewed-by: Kent Tamura <tkent@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#541035} [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/build/scripts/core/css/properties/make_css_property_base.py [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/build/scripts/core/css/properties/make_css_property_subclasses.py [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSPropertySubclass.cpp.tmpl [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSPropertySubclass.h.tmpl [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSUnresolvedProperty.cpp.tmpl [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/AlignContentCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/AlignItemsCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/AlignSelfCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/AlignmentBaselineCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/AnimationDelayCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/AnimationDirectionCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/AnimationDurationCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/AnimationFillModeCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/AnimationIterationCountCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/AnimationNameCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/AnimationPlayStateCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/AnimationTimingFunctionCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BackdropFilterCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BackfaceVisibilityCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BackgroundAttachmentCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BackgroundBlendModeCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BackgroundClipCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BackgroundColorCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BackgroundImageCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BackgroundOriginCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BackgroundPositionXCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BackgroundPositionYCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BackgroundSizeCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BaselineShiftCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BlockSizeCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BorderBottomColorCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BorderBottomLeftRadiusCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BorderBottomRightRadiusCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BorderBottomStyleCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BorderBottomWidthCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BorderCollapseCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BorderImageOutsetCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BorderImageRepeatCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BorderImageSliceCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BorderImageSourceCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BorderImageWidthCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BorderLeftColorCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BorderLeftStyleCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BorderLeftWidthCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BorderRightColorCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BorderRightStyleCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BorderRightWidthCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BorderTopColorCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BorderTopLeftRadiusCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BorderTopRightRadiusCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BorderTopStyleCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BorderTopWidthCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BottomCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BoxShadowCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BoxSizingCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BreakAfterCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BreakBeforeCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BreakInsideCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/BufferedRenderingCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/CaptionSideCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/CaretColorCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/ClearCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/ClipCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/ClipPathCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/ClipRuleCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/ColorCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/ColorInterpolationCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/ColorInterpolationFiltersCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/ColorRenderingCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/ColumnCountCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/ColumnFillCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/ColumnGapCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/ColumnRuleColorCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/ColumnRuleStyleCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/ColumnRuleWidthCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/ColumnSpanCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/ColumnWidthCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/ContainCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/ContentCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/CounterIncrementCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/CounterResetCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/CursorCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/CxCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/CyCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/DCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/DirectionCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/DisplayCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/DominantBaselineCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/EmptyCellsCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/FillCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/FillOpacityCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/FillRuleCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/FilterCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/FlexBasisCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/FlexDirectionCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/FlexGrowCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/FlexShrinkCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/FlexWrapCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/FloatCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/FloodColorCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/FloodOpacityCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/FontFamilyCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/FontFeatureSettingsCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/FontKerningCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/FontSizeAdjustCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/FontSizeCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/FontStretchCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/FontStyleCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/FontVariantCapsCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/FontVariantEastAsianCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/FontVariantLigaturesCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/FontVariantNumericCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/FontVariationSettingsCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/FontWeightCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/GridAutoColumnsCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/GridAutoFlowCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/GridAutoRowsCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/GridColumnEndCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/GridColumnStartCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/GridRowEndCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/GridRowStartCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/GridTemplateAreasCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/GridTemplateColumnsCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/GridTemplateRowsCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/HeightCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/HyphensCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/ImageOrientationCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/ImageRenderingCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/InlineSizeCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/IsolationCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/JustifyContentCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/JustifyItemsCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/JustifySelfCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/LeftCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/LetterSpacingCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/LightingColorCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/LineBreakCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/LineHeightCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/LineHeightStepCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/ListStyleImageCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/ListStylePositionCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/ListStyleTypeCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/MarginBottomCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/MarginLeftCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/MarginRightCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/MarginTopCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/MarkerEndCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/MarkerMidCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/MarkerStartCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/MaskCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/MaskSourceTypeCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/MaskTypeCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/MaxBlockSizeCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/MaxHeightCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/MaxInlineSizeCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/MaxWidthCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/MinBlockSizeCustom.cpp [modify] https://crrev.com/f6663e43949ecb33976938c53fa2812a7e265b14/third_party/WebKit/Source/core/css/properties/longhands/MinHeightCustom.cpp [modify]
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/cd3308535564f5dbcc5b317ef56ea97f0cb911d3 commit cd3308535564f5dbcc5b317ef56ea97f0cb911d3 Author: Kent Tamura <tkent@chromium.org> Date: Tue Mar 06 03:32:45 2018 Fix a clobber build issue on Linux. "R.h" in core/BUILD.gn should be "r.h". This is a follow-up of crrev.com/541035. TBR=nainar@chromium.org NOTRY=true Bug: 770603 Change-Id: I89efbac7dbaccf263344766b64610b1b822a85d8 Reviewed-on: https://chromium-review.googlesource.com/950524 Reviewed-by: Kent Tamura <tkent@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#541038} [modify] https://crrev.com/cd3308535564f5dbcc5b317ef56ea97f0cb911d3/third_party/WebKit/Source/core/BUILD.gn
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/a76818d7bffc5265bc78d0fd4ae578ebd590e81c commit a76818d7bffc5265bc78d0fd4ae578ebd590e81c Author: Kent Tamura <tkent@chromium.org> Date: Tue Mar 06 07:09:16 2018 move_blink_source.py: Fix XPathGrammar.y filename. It was renamed to xpath_grammar.y. Bug: 578345, 770603 Change-Id: I24e9a9991c0d2d46e1aaa16b54594a549cf952a3 Reviewed-on: https://chromium-review.googlesource.com/950702 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#541053} [modify] https://crrev.com/a76818d7bffc5265bc78d0fd4ae578ebd590e81c/third_party/blink/tools/move_blink_source.py
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621 commit 5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621 Author: Kent Tamura <tkent@chromium.org> Date: Fri Mar 09 08:27:05 2018 Apply snake_case to generated RuntimeEnabledFeaturesTestHelpers.h. This CL has no behavior changes. Bug: 770603 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_layout_ng;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I627aa5218ad008854012831ec49e484dfdf72920 Reviewed-on: https://chromium-review.googlesource.com/956902 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#542063} [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializerTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/build/scripts/make_runtime_features.py [rename] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/build/scripts/templates/runtime_enabled_features_test_helpers.h.tmpl [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/animation/AnimationSimTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/animation/AnimationTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/animation/CompositorAnimationsTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/clipboard/DataTransferTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/css/parser/CSSPropertyParserTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/css/resolver/StyleAdjusterTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/dom/DocumentTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/dom/FlatTreeTraversalTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/dom/ng/flat_tree_traversal_ng_test.cc [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/dom/ng/slot_assignment_test.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/editing/LayoutSelectionTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/editing/LocalCaretRectTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/editing/iterators/TextIteratorTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/exported/WebFrameTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/exported/WebPluginContainerTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/exported/WebViewTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/fileapi/PublicURLManagerTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/frame/LocalFrameViewTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/frame/RotationViewportAnchorTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/frame/UseCounterTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicyTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/html/canvas/ImageDataTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/html/media/HTMLMediaElementEventListenersTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/html/media/MediaCustomControlsFullscreenDetectorTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/imagebitmap/ImageBitmapTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/layout/LayoutBlockTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/layout/LayoutBoxModelObjectTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/layout/LayoutCountTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/layout/LayoutGeometryMapTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/layout/LayoutInlineTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/layout/LayoutObjectTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/layout/LayoutTableColTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/layout/LayoutTextFragmentTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/layout/LayoutTextTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/layout/MapCoordinatesTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/layout/ScrollAnchorTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/layout/ScrollbarsTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/layout/ng/NGInlineLayoutTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/layout/ng/ng_layout_test.h [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/loader/BaseFetchContextTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/loader/resource/ImageResourceTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/origin_trials/OriginTrialContextTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/page/DragControllerTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/page/scrolling/RootScrollerTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinatorTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/page/scrolling/SnapCoordinatorTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/paint/BoxPaintInvalidatorTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/paint/HTMLCanvasPainterTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/paint/PaintLayerScrollableAreaTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.h [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinterTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/paint/PrePaintTreeWalkTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/paint/VideoPainterTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/paint/compositing/CompositedLayerMappingTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/paint/compositing/CompositingInputsUpdaterTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/paint/compositing/CompositingReasonFinderTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/core/scheduler/ThrottlingTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/modules/accessibility/AccessibilityObjectModelTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/modules/canvas/canvas2d/CanvasRenderingContext2DTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/modules/media_controls/MediaControlsImplTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/modules/media_controls/MediaControlsOrientationLockDelegateTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/modules/media_controls/MediaControlsRotateToFullscreenDelegateTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/modules/remoteplayback/RemotePlaybackTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/platform/BUILD.gn [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/platform/animation/TimingFunctionTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/platform/bindings/RuntimeCallStatsTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/platform/graphics/CanvasColorParamsTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/platform/graphics/compositing/CompositedLayerRasterInvalidatorTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/platform/graphics/compositing/PaintChunksToCcLayerTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/platform/graphics/paint/CullRectTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/platform/graphics/paint/PaintChunkerTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/platform/loader/SubresourceIntegrityTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/platform/scheduler/renderer/renderer_scheduler_impl_unittest.cc [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/platform/scheduler/renderer/web_frame_scheduler_impl_unittest.cc [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/platform/scheduler/renderer/web_view_scheduler_impl_unittest.cc [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/platform/testing/PaintTestConfigurations.h [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/platform/testing/UseMockScrollbarSettings.h [modify] https://crrev.com/5dfbc8612c6fa5f5a90ae8912b0f1b17a7237621/third_party/WebKit/Source/platform/weborigin/SecurityOriginTest.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e commit f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e Author: Kent Tamura <tkent@chromium.org> Date: Fri Mar 09 09:36:53 2018 Apply snake_case to generated CSSPropertyNames.*. Bug: 770603 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_layout_ng;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I6cb03bc3e58a38070def0fb8e927e2d7036484b5 Reviewed-on: https://chromium-review.googlesource.com/956792 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#542066} [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/bindings/core/v8/V8ObjectParser.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/build/scripts/core/css/parser/templates/AtRuleDescriptors.h.tmpl [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSProperty.h.tmpl [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/build/scripts/core/css/properties/templates/CSSUnresolvedProperty.h.tmpl [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/build/scripts/core/css/templates/StylePropertyShorthand.h.tmpl [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/build/scripts/make_css_property_names.py [rename] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/build/scripts/templates/css_property_names.cc.tmpl [rename] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/build/scripts/templates/css_property_names.h.tmpl [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/animation/Animation.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/animation/AnimationInputHelpers.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/animation/CSSBorderImageLengthBoxInterpolationType.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/animation/CSSImageInterpolationType.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/animation/ColorPropertyFunctions.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/animation/DocumentAnimations.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/animation/EffectModel.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/animation/ImageListPropertyFunctions.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/animation/ImageSlicePropertyFunctions.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/animation/LengthListPropertyFunctions.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/animation/LengthPropertyFunctions.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/animation/NumberPropertyFunctions.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/animation/PropertyHandle.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/animation/SizeListPropertyFunctions.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/animation/css/CSSTransitionData.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/CSSCustomIdentValue.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/CSSPaintImageGenerator.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/CSSPendingSubstitutionValue.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/CSSPropertyEquality.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/CSSPropertyIDTemplates.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/CSSPropertyValue.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/CSSPropertyValueSet.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/CSSStyleDeclaration.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/CSSValuePool.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5 [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/cssom/CSSOMKeywords.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/cssom/CSSOMTypes.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/cssom/CSSUnsupportedStyleValue.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/cssom/StylePropertyMapReadOnly.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/cssom/StylePropertyMapReadOnly.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/cssom/StyleValueFactory.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/parser/CSSParser.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/parser/CSSParserContext.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/parser/CSSParserLocalContext.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/properties/CSSParsingUtils.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/resolver/AnimatedStyleBuilder.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/resolver/CSSPropertyPriority.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/resolver/CSSToStyleMap.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/resolver/ElementStyleResources.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/resolver/ElementStyleResources.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/resolver/StyleBuilder.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/resolver/StyleResolverState.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/resolver/ViewportStyleResolver.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/css/threaded/CSSParserThreadedTest.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/editing/EditingStyle.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/editing/EditingStyleUtilities.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/editing/Editor.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/editing/commands/ApplyStyleCommand.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/editing/commands/RemoveCSSPropertyCommand.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/editing/serializers/Serialization.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/exported/WebDocumentTest.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/frame/Deprecation.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/frame/UseCounter.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/HTMLBRElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/HTMLDetailsElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/HTMLDivElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/HTMLElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/HTMLFontElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/HTMLHRElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/HTMLImageElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/HTMLLIElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/HTMLMarqueeElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/HTMLOListElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/HTMLParagraphElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/HTMLPreElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/HTMLTableCaptionElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/HTMLTableCellElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/HTMLTableColElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/HTMLTableElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/HTMLTablePartElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/HTMLUListElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/forms/DateTimeNumericFieldElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/forms/HTMLInputElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/media/HTMLVideoElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/html/track/vtt/VTTCue.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/inspector/InspectorDOMSnapshotAgent.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/inspector/InspectorStyleSheet.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/layout/LayoutFieldset.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/layout/LayoutTable.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/layout/custom/CSSLayoutDefinition.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/layout/custom/LayoutWorkletGlobalScope.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/layout/line/InlineFlowBox.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/paint/PaintLayer.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/paint/TextPainter.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/paint/TextPainterTest.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/paint/compositing/CompositingReasonFinder.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/paint/ng/ng_text_painter.cc [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/style/ComputedStyle.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/svg/SVGAnimateElement.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/svg/SVGImageElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/core/testing/Internals.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/modules/canvas/canvas2d/CanvasRenderingContext2D.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/modules/canvas/canvas2d/CanvasStyle.cpp [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/modules/csspaint/CSSPaintDefinition.h [modify] https://crrev.com/f18a39fdc1117b4f3ce6ef7784a5799b9a041f4e/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/47b9fb9df5ee4bc2581b9cd7ea0ee07fd51881b3 commit 47b9fb9df5ee4bc2581b9cd7ea0ee07fd51881b3 Author: Kent Tamura <tkent@chromium.org> Date: Fri Mar 09 14:11:59 2018 Apply snake_case to generated ComputedStyleBase*.* Bug: 770603 Change-Id: I6a161d1508353fe0fa2c17fb1580ce5385555353 Reviewed-on: https://chromium-review.googlesource.com/956655 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#542096} [modify] https://crrev.com/47b9fb9df5ee4bc2581b9cd7ea0ee07fd51881b3/third_party/WebKit/Source/build/scripts/make_computed_style_base.py [modify] https://crrev.com/47b9fb9df5ee4bc2581b9cd7ea0ee07fd51881b3/third_party/WebKit/Source/build/scripts/templates/CSSValueIDMappingsGenerated.h.tmpl [rename] https://crrev.com/47b9fb9df5ee4bc2581b9cd7ea0ee07fd51881b3/third_party/WebKit/Source/build/scripts/templates/computed_style_base.cc.tmpl [rename] https://crrev.com/47b9fb9df5ee4bc2581b9cd7ea0ee07fd51881b3/third_party/WebKit/Source/build/scripts/templates/computed_style_base.h.tmpl [rename] https://crrev.com/47b9fb9df5ee4bc2581b9cd7ea0ee07fd51881b3/third_party/WebKit/Source/build/scripts/templates/computed_style_base_constants.h.tmpl [modify] https://crrev.com/47b9fb9df5ee4bc2581b9cd7ea0ee07fd51881b3/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/47b9fb9df5ee4bc2581b9cd7ea0ee07fd51881b3/third_party/WebKit/Source/core/style/ComputedStyle.h [modify] https://crrev.com/47b9fb9df5ee4bc2581b9cd7ea0ee07fd51881b3/third_party/WebKit/Source/core/style/ComputedStyle.md [modify] https://crrev.com/47b9fb9df5ee4bc2581b9cd7ea0ee07fd51881b3/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50 commit cf548f338b38ee5da6ad892e2f11fbf3eb87eb50 Author: Kent Tamura <tkent@chromium.org> Date: Mon Mar 12 03:16:11 2018 Apply snake_case to generated CSSProperty.* and CSSUnresolvedProeprty.* Bug: 770603 Change-Id: Iaa7d740585bd2635aefac260cc416b3002e2b667 Reviewed-on: https://chromium-review.googlesource.com/958701 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#542417} [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/build/scripts/core/css/properties/make_css_property_base.py [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/build/scripts/core/css/properties/make_css_property_subclasses.py [rename] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/build/scripts/core/css/properties/templates/css_property.cc.tmpl [rename] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/build/scripts/core/css/properties/templates/css_property.h.tmpl [rename] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/build/scripts/core/css/properties/templates/css_unresolved_property.cc.tmpl [rename] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/build/scripts/core/css/properties/templates/css_unresolved_property.h.tmpl [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/build/scripts/core/css/templates/CSSOMTypes.cpp.tmpl [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/build/scripts/core/css/templates/StylePropertyShorthand.h.tmpl [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/animation/CSSInterpolationType.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/animation/PropertyHandle.h [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.h [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/css/CSSCustomIdentValue.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/css/CSSPropertyValue.h [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/css/CSSPropertyValueSet.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/css/DOMWindowCSS.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/css/cssom/CSSUnitValue.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/css/cssom/StylePropertyMap.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/css/cssom/StylePropertyMapReadOnly.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/css/cssom/StyleValueFactory.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/css/parser/AtRuleDescriptorParser.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/css/properties/CSSParsingUtils.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/css/properties/CSSPropertyBaseCustom.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/css/properties/CSSPropertyMethods.json5 [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/css/properties/Longhand.h [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/css/properties/README.md [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/css/properties/Shorthand.h [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/css/properties/longhands/Variable.h [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/css/resolver/AnimatedStyleBuilder.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/css/resolver/StyleBuilder.h [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/dom/Document.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/editing/EditingStyle.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/style/ComputedStyle.cpp [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/style/ComputedStyle.h [modify] https://crrev.com/cf548f338b38ee5da6ad892e2f11fbf3eb87eb50/third_party/WebKit/Source/core/testing/Internals.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/42dce297d9d1646aae69e50918c3c136a16fa377 commit 42dce297d9d1646aae69e50918c3c136a16fa377 Author: Kent Tamura <tkent@chromium.org> Date: Mon Mar 12 05:51:39 2018 Apply snake_case to generated CSSValueKeywords.* Bug: 770603 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I928bb5c36061934e272a15c4a436023534f6bbb5 Reviewed-on: https://chromium-review.googlesource.com/958641 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#542427} [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/build/scripts/core/css/make_css_value_keywords.py [rename] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/build/scripts/core/css/templates/css_value_keywords.cc.tmpl [rename] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/build/scripts/core/css/templates/css_value_keywords.h.tmpl [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/build/scripts/templates/CSSValueIDMappingsGenerated.h.tmpl [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/animation/LengthPropertyFunctions.h [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/CSSFunctionValue.h [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/CSSGradientValue.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/CSSGridAutoRepeatValue.h [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/CSSIdentifierValue.h [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/CSSValuePool.h [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/FontFace.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/FontSizeFunctions.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/FontSizeFunctions.h [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/MediaQueryEvaluator.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/MediaQueryExp.h [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/StyleColor.h [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.h [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.h [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/properties/CSSParsingUtils.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/properties/CSSParsingUtils.h [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/properties/longhands/AnimationDirectionCustom.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/properties/longhands/AnimationFillModeCustom.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/properties/longhands/AnimationIterationCountCustom.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/properties/longhands/AnimationPlayStateCustom.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/properties/longhands/ContentCustom.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/properties/longhands/FontVariantCapsCustom.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/properties/longhands/GridTemplateAreasCustom.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/properties/longhands/ImageOrientationCustom.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/properties/longhands/RotateCustom.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/properties/longhands/TextSizeAdjustCustom.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/properties/longhands/WebkitPerspectiveOriginXCustom.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/properties/longhands/WebkitPerspectiveOriginYCustom.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/properties/longhands/WebkitTransformOriginXCustom.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/properties/longhands/WebkitTransformOriginYCustom.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/resolver/CSSToStyleMap.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/resolver/FilterOperationResolver.h [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/resolver/FontBuilder.h [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/css/resolver/ViewportStyleResolver.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/dom/Element.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/editing/EditingStyle.h [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/editing/EditingStyleUtilities.h [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/editing/commands/ApplyStyleCommand.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/editing/commands/RemoveFormatCommand.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/editing/serializers/Serialization.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/exported/WebViewImpl.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/html/HTMLBRElement.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/html/HTMLBodyElement.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/html/HTMLDetailsElement.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/html/HTMLDivElement.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/html/HTMLElement.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/html/HTMLFontElement.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/html/HTMLHRElement.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/html/HTMLLIElement.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/html/HTMLOListElement.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/html/HTMLParagraphElement.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/html/HTMLPreElement.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/html/HTMLTableCellElement.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/html/HTMLTableElement.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/html/HTMLTablePartElement.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/html/forms/DateTimeNumericFieldElement.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/html/forms/HTMLTextAreaElement.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/html/track/vtt/VTTCue.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/layout/LayoutTheme.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/layout/LayoutTheme.h [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/layout/LayoutThemeFontProvider.h [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/layout/LayoutThemeFontProviderDefault.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/layout/LayoutThemeFontProviderWin.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/paint/TextPainterTest.cpp [modify] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/1744736fc321cec29352d98be163e6931272887c commit 1744736fc321cec29352d98be163e6931272887c Author: Kent Tamura <tkent@chromium.org> Date: Mon Mar 12 05:56:30 2018 Apply snake_case to generated OriginTrialFeaturesFor*.* * generate_origin_trial_features.py: Now we use only lower-cased component string. So we restrict --target-component flags to lower-cased strings. This CL doesn't affect production. Bug: 770603 Change-Id: I5725c741c383e2edb095892faac55511d8899d43 Reviewed-on: https://chromium-review.googlesource.com/958781 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#542428} [modify] https://crrev.com/1744736fc321cec29352d98be163e6931272887c/third_party/WebKit/Source/bindings/core/v8/BUILD.gn [modify] https://crrev.com/1744736fc321cec29352d98be163e6931272887c/third_party/WebKit/Source/bindings/modules/v8/BUILD.gn [modify] https://crrev.com/1744736fc321cec29352d98be163e6931272887c/third_party/WebKit/Source/bindings/modules/v8/ModuleBindingsInitializer.cpp [modify] https://crrev.com/1744736fc321cec29352d98be163e6931272887c/third_party/WebKit/Source/bindings/scripts/generate_origin_trial_features.py [modify] https://crrev.com/1744736fc321cec29352d98be163e6931272887c/third_party/WebKit/Source/bindings/scripts/scripts.gni [delete] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/bindings/templates/OriginTrialFeaturesForCore.h.tmpl [delete] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/bindings/templates/OriginTrialFeaturesForModules.h.tmpl [rename] https://crrev.com/1744736fc321cec29352d98be163e6931272887c/third_party/WebKit/Source/bindings/templates/origin_trial_features_for_core.cc.tmpl [add] https://crrev.com/1744736fc321cec29352d98be163e6931272887c/third_party/WebKit/Source/bindings/templates/origin_trial_features_for_core.h.tmpl [rename] https://crrev.com/1744736fc321cec29352d98be163e6931272887c/third_party/WebKit/Source/bindings/templates/origin_trial_features_for_modules.cc.tmpl [add] https://crrev.com/1744736fc321cec29352d98be163e6931272887c/third_party/WebKit/Source/bindings/templates/origin_trial_features_for_modules.h.tmpl [rename] https://crrev.com/1744736fc321cec29352d98be163e6931272887c/third_party/WebKit/Source/bindings/tests/results/core/origin_trial_features_for_core.cc [rename] https://crrev.com/1744736fc321cec29352d98be163e6931272887c/third_party/WebKit/Source/bindings/tests/results/core/origin_trial_features_for_core.h [delete] https://crrev.com/42dce297d9d1646aae69e50918c3c136a16fa377/third_party/WebKit/Source/bindings/tests/results/modules/OriginTrialFeaturesForModules.h [rename] https://crrev.com/1744736fc321cec29352d98be163e6931272887c/third_party/WebKit/Source/bindings/tests/results/modules/origin_trial_features_for_modules.cc [add] https://crrev.com/1744736fc321cec29352d98be163e6931272887c/third_party/WebKit/Source/bindings/tests/results/modules/origin_trial_features_for_modules.h
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7 commit f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7 Author: Kent Tamura <tkent@chromium.org> Date: Mon Mar 12 16:15:04 2018 Apply snake_case to generated StylePropertyShorthand.*. This CL has no behavior changes. Bug: 770603 Change-Id: I86da709fa40b3540322c7cacf51975bd00397821 Reviewed-on: https://chromium-review.googlesource.com/958746 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#542501} [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/build/scripts/core/css/make_style_shorthands.py [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/build/scripts/core/css/properties/make_css_property_subclasses.py [rename] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/build/scripts/core/css/templates/style_property_shorthand.cc.tmpl [rename] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/build/scripts/core/css/templates/style_property_shorthand.h.tmpl [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/animation/CSSInterpolationType.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/animation/StringKeyframe.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/CSSPropertyValue.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/CSSPropertyValueSet.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/StylePropertyShorthandCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/cssom/StylePropertyMap.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/cssom/StylePropertyMapReadOnly.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/cssom/StyleValueFactory.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/CSSParsingUtils.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/CSSPropertyBaseCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/ComputedStyleUtils.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/longhands/ScrollMarginBlockEndCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/longhands/ScrollMarginBlockStartCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/longhands/ScrollMarginInlineEndCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/longhands/ScrollMarginInlineStartCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/longhands/ScrollPaddingBlockEndCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/longhands/ScrollPaddingBlockStartCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/longhands/ScrollPaddingInlineEndCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/longhands/ScrollPaddingInlineStartCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/longhands/WebkitBorderAfterColorCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/longhands/WebkitBorderAfterWidthCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/longhands/WebkitBorderBeforeColorCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/longhands/WebkitBorderBeforeWidthCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/longhands/WebkitBorderEndColorCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/longhands/WebkitBorderEndWidthCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/longhands/WebkitBorderStartColorCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/longhands/WebkitBorderStartWidthCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/longhands/WebkitMarginAfterCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/longhands/WebkitMarginBeforeCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/longhands/WebkitMarginEndCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/longhands/WebkitMarginStartCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/longhands/WebkitPaddingAfterCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/longhands/WebkitPaddingBeforeCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/longhands/WebkitPaddingEndCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/longhands/WebkitPaddingStartCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/AnimationCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/BackgroundRepeatCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/BorderBottomCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/BorderColorCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/BorderLeftCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/BorderRightCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/BorderStyleCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/BorderTopCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/BorderWidthCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/ColumnRuleCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/ColumnsCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/FlexCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/FlexFlowCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/GapCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/GridAreaCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/GridColumnCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/GridColumnGapCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/GridCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/GridGapCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/GridRowCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/GridRowGapCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/GridTemplateCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/ListStyleCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/MarginCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/OutlineCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/OverscrollBehaviorCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/PaddingCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/PlaceContentCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/PlaceItemsCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/PlaceSelfCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/ScrollMarginBlockCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/ScrollMarginCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/ScrollMarginInlineCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/ScrollPaddingBlockCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/ScrollPaddingCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/ScrollPaddingInlineCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/TextDecorationCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/TransitionCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/WebkitBorderAfterCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/WebkitBorderBeforeCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/WebkitBorderEndCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/WebkitBorderStartCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/WebkitMaskRepeatCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/WebkitTextEmphasisCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/properties/shorthands/WebkitTextStrokeCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp [modify] https://crrev.com/f9b9f13d7023bf85b3ecb93c7de51cc76d8bbfc7/third_party/WebKit/Source/core/testing/Internals.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/9cfbee67e8bfcdf0c019651f60d46ad8ef43c323 commit 9cfbee67e8bfcdf0c019651f60d46ad8ef43c323 Author: Kent Tamura <tkent@chromium.org> Date: Mon Mar 12 17:00:28 2018 Apply snake_case to generated CSSValueIDMappingsGenerated.h This CL has no behavior changes. Bug: 770603 Change-Id: If833ca44fbf30eaa592905d4283c593f353908af Reviewed-on: https://chromium-review.googlesource.com/958765 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#542514} [modify] https://crrev.com/9cfbee67e8bfcdf0c019651f60d46ad8ef43c323/third_party/WebKit/Source/build/scripts/make_css_value_id_mappings.py [rename] https://crrev.com/9cfbee67e8bfcdf0c019651f60d46ad8ef43c323/third_party/WebKit/Source/build/scripts/templates/css_value_id_mappings_generated.h.tmpl [modify] https://crrev.com/9cfbee67e8bfcdf0c019651f60d46ad8ef43c323/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/9cfbee67e8bfcdf0c019651f60d46ad8ef43c323/third_party/WebKit/Source/core/css/CSSValueIDMappings.h
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/c5bcf4734615f1c5019d118beff554dfd36371a8 commit c5bcf4734615f1c5019d118beff554dfd36371a8 Author: Kent Tamura <tkent@chromium.org> Date: Tue Mar 13 02:44:27 2018 Apply snake_case to generated RuntimeCallStatsCountEverything.h and HeapFlags.h This CL has no behavior changes. Bug: 770603 Change-Id: I1669bca88648ad866882a8dad7ae5b9137af7af3 Reviewed-on: https://chromium-review.googlesource.com/958650 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#542700} [modify] https://crrev.com/c5bcf4734615f1c5019d118beff554dfd36371a8/third_party/WebKit/Source/platform/BUILD.gn [modify] https://crrev.com/c5bcf4734615f1c5019d118beff554dfd36371a8/third_party/WebKit/Source/platform/bindings/RuntimeCallStats.h [modify] https://crrev.com/c5bcf4734615f1c5019d118beff554dfd36371a8/third_party/WebKit/Source/platform/heap/BUILD.gn [modify] https://crrev.com/c5bcf4734615f1c5019d118beff554dfd36371a8/third_party/WebKit/Source/platform/heap/HeapAllocator.h [modify] https://crrev.com/c5bcf4734615f1c5019d118beff554dfd36371a8/third_party/WebKit/Source/platform/heap/IncrementalMarkingTest.cpp [modify] https://crrev.com/c5bcf4734615f1c5019d118beff554dfd36371a8/third_party/WebKit/Source/platform/heap/Member.h [modify] https://crrev.com/c5bcf4734615f1c5019d118beff554dfd36371a8/third_party/WebKit/Source/platform/heap/ThreadState.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/5169a8acff84eae61045efd0eb649aafb193c4fc commit 5169a8acff84eae61045efd0eb649aafb193c4fc Author: Kent Tamura <tkent@chromium.org> Date: Tue Mar 13 02:44:48 2018 Apply snake_case to CSSPrimitiveValueUnit.json5, generated CSSPrimitiveValueUnitTrie.cpp, and generated CSSTokenizerCodepoints.cpp. This CL has no behavior changes. Bug: 770603 Change-Id: I41c913ec0dfa9e51d0ddc5f7a5b782c6c128e461 Reviewed-on: https://chromium-review.googlesource.com/958052 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#542701} [modify] https://crrev.com/5169a8acff84eae61045efd0eb649aafb193c4fc/third_party/WebKit/Source/build/scripts/make_css_primitive_value_unit_trie.py [modify] https://crrev.com/5169a8acff84eae61045efd0eb649aafb193c4fc/third_party/WebKit/Source/build/scripts/make_css_tokenizer_codepoints.py [rename] https://crrev.com/5169a8acff84eae61045efd0eb649aafb193c4fc/third_party/WebKit/Source/build/scripts/templates/css_primitive_value_unit_trie.cc.tmpl [modify] https://crrev.com/5169a8acff84eae61045efd0eb649aafb193c4fc/third_party/WebKit/Source/core/BUILD.gn [rename] https://crrev.com/5169a8acff84eae61045efd0eb649aafb193c4fc/third_party/WebKit/Source/core/css/css_primitive_value_units.json5 [modify] https://crrev.com/5169a8acff84eae61045efd0eb649aafb193c4fc/third_party/WebKit/Source/core/css/parser/CSSTokenizer.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/5b91a75b2bebe5e10e4f1e637216cd8651ab2844 commit 5b91a75b2bebe5e10e4f1e637216cd8651ab2844 Author: Kent Tamura <tkent@chromium.org> Date: Wed Mar 14 02:55:48 2018 Apply snake_case to generated CharacterPropertyData.cpp This CL has no behavior changes. Bug: 770603 Change-Id: I2084d2a10cf69f2815c147769d46d8a5f0cba7ff Reviewed-on: https://chromium-review.googlesource.com/961621 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#542993} [modify] https://crrev.com/5b91a75b2bebe5e10e4f1e637216cd8651ab2844/third_party/WebKit/Source/platform/BUILD.gn
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/77c267588a94c2a7ec26516d545624c69a307e1c commit 77c267588a94c2a7ec26516d545624c69a307e1c Author: Kent Tamura <tkent@chromium.org> Date: Wed Mar 14 03:46:45 2018 Apply snake_case to generated MediaFeatures.h This CL has no behavior changes. Bug: 770603 Change-Id: I0c1872dc6942c3cccf706b4c60869402bbe47f59 Reviewed-on: https://chromium-review.googlesource.com/961561 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#542996} [modify] https://crrev.com/77c267588a94c2a7ec26516d545624c69a307e1c/third_party/WebKit/Source/build/scripts/core/css/make_media_features.py [rename] https://crrev.com/77c267588a94c2a7ec26516d545624c69a307e1c/third_party/WebKit/Source/build/scripts/core/css/templates/media_features.h.tmpl [modify] https://crrev.com/77c267588a94c2a7ec26516d545624c69a307e1c/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/77c267588a94c2a7ec26516d545624c69a307e1c/third_party/WebKit/Source/core/css/MediaQueryEvaluator.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/c53673df3082200e62f69f463cb3c2f7aec4bdca commit c53673df3082200e62f69f463cb3c2f7aec4bdca Author: Kent Tamura <tkent@chromium.org> Date: Wed Mar 14 03:57:45 2018 Apply snake_case to generated StyleBuilder*.* This CL has no behavior changes. Bug: 770603 Change-Id: I3d8a6c2813b360ca5497f9d8bc31e8e6e2c6caf0 Reviewed-on: https://chromium-review.googlesource.com/961166 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#542998} [modify] https://crrev.com/c53673df3082200e62f69f463cb3c2f7aec4bdca/third_party/WebKit/Source/build/scripts/make_style_builder.py [rename] https://crrev.com/c53673df3082200e62f69f463cb3c2f7aec4bdca/third_party/WebKit/Source/build/scripts/templates/style_builder.cc.tmpl [rename] https://crrev.com/c53673df3082200e62f69f463cb3c2f7aec4bdca/third_party/WebKit/Source/build/scripts/templates/style_builder_functions.cc.tmpl [rename] https://crrev.com/c53673df3082200e62f69f463cb3c2f7aec4bdca/third_party/WebKit/Source/build/scripts/templates/style_builder_functions.h.tmpl [modify] https://crrev.com/c53673df3082200e62f69f463cb3c2f7aec4bdca/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/c53673df3082200e62f69f463cb3c2f7aec4bdca/third_party/WebKit/Source/core/css/CSSProperties.json5 [modify] https://crrev.com/c53673df3082200e62f69f463cb3c2f7aec4bdca/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp [modify] https://crrev.com/c53673df3082200e62f69f463cb3c2f7aec4bdca/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/b15b3f2e3df5a80251bf1be0df5d087cebf7ed90 commit b15b3f2e3df5a80251bf1be0df5d087cebf7ed90 Author: Kent Tamura <tkent@chromium.org> Date: Wed Mar 14 04:09:09 2018 Apply snake_case to HTMLEntityNames.csv and generated HTMLEntityTable.cpp. This CL has no behavior changes. Bug: 770603 Change-Id: I7229bd5cb53d468c054d323a458fb78ca0803535 Reviewed-on: https://chromium-review.googlesource.com/961164 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#543002} [modify] https://crrev.com/b15b3f2e3df5a80251bf1be0df5d087cebf7ed90/third_party/WebKit/Source/core/BUILD.gn [rename] https://crrev.com/b15b3f2e3df5a80251bf1be0df5d087cebf7ed90/third_party/WebKit/Source/core/html/parser/html_entity_names.csv
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/385a8f80dde7833e5950e51380d20a159a43b06d commit 385a8f80dde7833e5950e51380d20a159a43b06d Author: Kent Tamura <tkent@chromium.org> Date: Wed Mar 14 04:51:04 2018 Apply snake_case to generated ColorData.cpp. This CL has no behavior changes. Bug: 770603 Change-Id: Ieaeec84b67a6a4dbb0063e43478def41b909448f Reviewed-on: https://chromium-review.googlesource.com/961183 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#543010} [modify] https://crrev.com/385a8f80dde7833e5950e51380d20a159a43b06d/third_party/WebKit/Source/platform/BUILD.gn [rename] https://crrev.com/385a8f80dde7833e5950e51380d20a159a43b06d/third_party/WebKit/Source/platform/color_data.gperf
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/ff9aab50f70fc8a6063f64004ba3be29b6452bf7 commit ff9aab50f70fc8a6063f64004ba3be29b6452bf7 Author: Kent Tamura <tkent@chromium.org> Date: Wed Mar 14 08:47:55 2018 Apply snake_case to AtRuleNames.json5 and generated AtRuleDescriptors.* This CL has no behavior changes. Bug: 770603 Change-Id: I919b422532b69ab4e25d6915a6b4db7bc8e3022f Reviewed-on: https://chromium-review.googlesource.com/961042 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#543032} [modify] https://crrev.com/ff9aab50f70fc8a6063f64004ba3be29b6452bf7/third_party/WebKit/Source/build/scripts/core/css/parser/make_atrule_names.py [rename] https://crrev.com/ff9aab50f70fc8a6063f64004ba3be29b6452bf7/third_party/WebKit/Source/build/scripts/core/css/parser/templates/at_rule_descriptors.cc.tmpl [rename] https://crrev.com/ff9aab50f70fc8a6063f64004ba3be29b6452bf7/third_party/WebKit/Source/build/scripts/core/css/parser/templates/at_rule_descriptors.h.tmpl [modify] https://crrev.com/ff9aab50f70fc8a6063f64004ba3be29b6452bf7/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/ff9aab50f70fc8a6063f64004ba3be29b6452bf7/third_party/WebKit/Source/core/css/FontFace.h [modify] https://crrev.com/ff9aab50f70fc8a6063f64004ba3be29b6452bf7/third_party/WebKit/Source/core/css/parser/AtRuleDescriptorParser.h [modify] https://crrev.com/ff9aab50f70fc8a6063f64004ba3be29b6452bf7/third_party/WebKit/Source/core/css/parser/CSSParserToken.h [rename] https://crrev.com/ff9aab50f70fc8a6063f64004ba3be29b6452bf7/third_party/WebKit/Source/core/css/parser/at_rule_names.json5
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/2a1ee5c00cc593240eac961f31ad9b23273d8031 commit 2a1ee5c00cc593240eac961f31ad9b23273d8031 Author: Kent Tamura <tkent@chromium.org> Date: Wed Mar 14 08:48:45 2018 Apply snake_case to generated ComputedStyleInitialValues.h This CL has no behavior changes. Bug: 770603 Change-Id: Ifa9abf5b2f979d48dd72477e61c5d8f574250e0d Reviewed-on: https://chromium-review.googlesource.com/961564 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#543033} [modify] https://crrev.com/2a1ee5c00cc593240eac961f31ad9b23273d8031/third_party/WebKit/Source/build/scripts/core/style/make_computed_style_initial_values.py [rename] https://crrev.com/2a1ee5c00cc593240eac961f31ad9b23273d8031/third_party/WebKit/Source/build/scripts/core/style/templates/computed_style_initial_values.h.tmpl [modify] https://crrev.com/2a1ee5c00cc593240eac961f31ad9b23273d8031/third_party/WebKit/Source/build/scripts/templates/computed_style_base.h.tmpl [modify] https://crrev.com/2a1ee5c00cc593240eac961f31ad9b23273d8031/third_party/WebKit/Source/core/BUILD.gn [modify] https://crrev.com/2a1ee5c00cc593240eac961f31ad9b23273d8031/third_party/WebKit/Source/core/style/ComputedStyle.cpp [modify] https://crrev.com/2a1ee5c00cc593240eac961f31ad9b23273d8031/third_party/WebKit/Source/core/style/ComputedStyle.h
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/716da6ce26708a778e8ae9910ff8af1e11bf8ac4 commit 716da6ce26708a778e8ae9910ff8af1e11bf8ac4 Author: Kent Tamura <tkent@chromium.org> Date: Thu Mar 15 05:47:28 2018 Apply snake_case to generated CSSOMKeywords.cpp and CSSOMTypes.cpp. According to existing data members and a script name, 'CSSOMFoo' should be converted to 'cssom_foo', not 'css_om_foo'. This CL has no behavior changes. Bug: 770603 Change-Id: Iec7bfac69600c0f5f962cfa089c7bf07b8c16d73 Reviewed-on: https://chromium-review.googlesource.com/963159 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#543310} [modify] https://crrev.com/716da6ce26708a778e8ae9910ff8af1e11bf8ac4/third_party/WebKit/Source/build/scripts/core/css/make_cssom_types.py [rename] https://crrev.com/716da6ce26708a778e8ae9910ff8af1e11bf8ac4/third_party/WebKit/Source/build/scripts/core/css/templates/cssom_keywords.cc.tmpl [rename] https://crrev.com/716da6ce26708a778e8ae9910ff8af1e11bf8ac4/third_party/WebKit/Source/build/scripts/core/css/templates/cssom_types.cc.tmpl [modify] https://crrev.com/716da6ce26708a778e8ae9910ff8af1e11bf8ac4/third_party/WebKit/Source/core/BUILD.gn
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/ecb8b6dc28ccea279bdd26e1745f6eb097fa9ee1 commit ecb8b6dc28ccea279bdd26e1745f6eb097fa9ee1 Author: Kent Tamura <tkent@chromium.org> Date: Thu Mar 15 07:23:21 2018 Apply snake_case to json5 files for element names and attribute names This CL renames: * html/HTMLAttributeNames.json5 -> html/html_attribute_names.json5 * html/HTMLTagNames.json5 -> html/html_tag_names.json5 * html/parser/MathMLAttributeNames.json5 -> html/parser/mathml_attribute_names.json5 * html/parser/MathMLTagNames.json5 -> html/parser/mathml_tag_names.json5 * svg/SVGAttributeNames.json5 -> svg/svg_attribute_names.json5 * svg/SVGTagNames.json5 -> svg/svg_tag_names.json5 * svg/xlinkattrs.json5 -> svg/xlink_attribute_names.json5 * xml/xmlattrs.json5 -> xml/xml_attribute_names.json5 * xml/xmlnsattrs.json5 -> xml/xmlns_attribute_names.json5 This CL has no behavior changes. Bug: 770603 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I45c157f187258bd04090b8e2c9557368f97575f9 Reviewed-on: https://chromium-review.googlesource.com/963863 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#543324} [modify] https://crrev.com/ecb8b6dc28ccea279bdd26e1745f6eb097fa9ee1/third_party/WebKit/Source/core/BUILD.gn [rename] https://crrev.com/ecb8b6dc28ccea279bdd26e1745f6eb097fa9ee1/third_party/WebKit/Source/core/html/html_attribute_names.json5 [rename] https://crrev.com/ecb8b6dc28ccea279bdd26e1745f6eb097fa9ee1/third_party/WebKit/Source/core/html/html_tag_names.json5 [rename] https://crrev.com/ecb8b6dc28ccea279bdd26e1745f6eb097fa9ee1/third_party/WebKit/Source/core/html/parser/mathml_attribute_names.json5 [rename] https://crrev.com/ecb8b6dc28ccea279bdd26e1745f6eb097fa9ee1/third_party/WebKit/Source/core/html/parser/mathml_tag_names.json5 [rename] https://crrev.com/ecb8b6dc28ccea279bdd26e1745f6eb097fa9ee1/third_party/WebKit/Source/core/svg/svg_attribute_names.json5 [rename] https://crrev.com/ecb8b6dc28ccea279bdd26e1745f6eb097fa9ee1/third_party/WebKit/Source/core/svg/svg_tag_names.json5 [rename] https://crrev.com/ecb8b6dc28ccea279bdd26e1745f6eb097fa9ee1/third_party/WebKit/Source/core/svg/xlink_attribute_names.json5 [rename] https://crrev.com/ecb8b6dc28ccea279bdd26e1745f6eb097fa9ee1/third_party/WebKit/Source/core/xml/xml_attribute_names.json5 [rename] https://crrev.com/ecb8b6dc28ccea279bdd26e1745f6eb097fa9ee1/third_party/WebKit/Source/core/xml/xmlns_attribute_names.json5
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/6ade5a84fd3198cd64821770d47403fb195307af commit 6ade5a84fd3198cd64821770d47403fb195307af Author: Kent Tamura <tkent@chromium.org> Date: Fri Mar 16 04:23:28 2018 Apply snake_case to EventFactory.cpp.tmpl and CSSPropertySubclass.*.tmpl. C++ source files generated by these templates were already converted to snake_case. This CL has no behavior changes. Bug: 770603 Change-Id: Ief42bcec5ec354c9fa052e8559559e5aae199cfa Reviewed-on: https://chromium-review.googlesource.com/965682 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#543622} [modify] https://crrev.com/6ade5a84fd3198cd64821770d47403fb195307af/third_party/WebKit/Source/build/scripts/core/css/properties/make_css_property_subclasses.py [rename] https://crrev.com/6ade5a84fd3198cd64821770d47403fb195307af/third_party/WebKit/Source/build/scripts/core/css/properties/templates/css_property_subclass.cc.tmpl [rename] https://crrev.com/6ade5a84fd3198cd64821770d47403fb195307af/third_party/WebKit/Source/build/scripts/core/css/properties/templates/css_property_subclass.h.tmpl [modify] https://crrev.com/6ade5a84fd3198cd64821770d47403fb195307af/third_party/WebKit/Source/build/scripts/make_event_factory.py [modify] https://crrev.com/6ade5a84fd3198cd64821770d47403fb195307af/third_party/WebKit/Source/build/scripts/scripts.gni [rename] https://crrev.com/6ade5a84fd3198cd64821770d47403fb195307af/third_party/WebKit/Source/build/scripts/templates/event_factory.cc.tmpl [modify] https://crrev.com/6ade5a84fd3198cd64821770d47403fb195307af/third_party/WebKit/Source/core/BUILD.gn
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/f377602616c27f7e93d778594a50bdb8e57271bf commit f377602616c27f7e93d778594a50bdb8e57271bf Author: Kent Tamura <tkent@chromium.org> Date: Fri Mar 16 04:23:31 2018 Apply snake_case to EventAliases.json5. The new name is event_interface_aliases.json5 to make sure that it's not for event type names. This CL has no behavior changes. Bug: 770603 Change-Id: I53fb2ab332ed004296dcfa7f70d5504deef14b43 Reviewed-on: https://chromium-review.googlesource.com/965681 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#543623} [modify] https://crrev.com/f377602616c27f7e93d778594a50bdb8e57271bf/third_party/WebKit/Source/core/BUILD.gn [rename] https://crrev.com/f377602616c27f7e93d778594a50bdb8e57271bf/third_party/WebKit/Source/core/events/event_interface_aliases.json5
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/d6432fb3e9706efeccf5f1b740604c8b6e0ef7a1 commit d6432fb3e9706efeccf5f1b740604c8b6e0ef7a1 Author: Kent Tamura <tkent@chromium.org> Date: Tue May 15 12:50:30 2018 Apply snake_case to generated V8GeneratedCoreBindings.cpp, initPartialInterfacesInModules.cpp, and V8ContextSnapshotExternalReferences.cpp. Bug: 770603 Change-Id: I9e7ab97fe7b0fab5dfe2e4ded6f8becba9d47d1c Reviewed-on: https://chromium-review.googlesource.com/1059097 Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#558673} [modify] https://crrev.com/d6432fb3e9706efeccf5f1b740604c8b6e0ef7a1/third_party/blink/renderer/bindings/core/v8/BUILD.gn [modify] https://crrev.com/d6432fb3e9706efeccf5f1b740604c8b6e0ef7a1/third_party/blink/renderer/bindings/modules/v8/generated.gni [modify] https://crrev.com/d6432fb3e9706efeccf5f1b740604c8b6e0ef7a1/third_party/blink/renderer/bindings/modules/v8/v8_context_snapshot_external_references.h
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/e081d88b6f03f2760164b4a12601469f9c37c97d commit e081d88b6f03f2760164b4a12601469f9c37c97d Author: Amos Lim <eui-sang.lim@samsung.com> Date: Tue Sep 18 23:36:13 2018 Apply snake_case to css/*.json5 This CL has no behavior changes. Bug: 770603 Change-Id: I1224d6eaeecccfcffc3c205595b526f5be272671 Reviewed-on: https://chromium-review.googlesource.com/1230453 Reviewed-by: Kent Tamura <tkent@chromium.org> Commit-Queue: Amos Lim <eui-sang.lim@samsung.com> Cr-Commit-Position: refs/heads/master@{#592258} [modify] https://crrev.com/e081d88b6f03f2760164b4a12601469f9c37c97d/third_party/blink/renderer/build/scripts/core/css/css_properties.py [modify] https://crrev.com/e081d88b6f03f2760164b4a12601469f9c37c97d/third_party/blink/renderer/build/scripts/core/css/field_alias_expander.py [modify] https://crrev.com/e081d88b6f03f2760164b4a12601469f9c37c97d/third_party/blink/renderer/build/scripts/core/style/computed_style_fields.py [modify] https://crrev.com/e081d88b6f03f2760164b4a12601469f9c37c97d/third_party/blink/renderer/build/scripts/core/style/templates/computed_style_initial_values.h.tmpl [modify] https://crrev.com/e081d88b6f03f2760164b4a12601469f9c37c97d/third_party/blink/renderer/build/scripts/keyword_utils.py [modify] https://crrev.com/e081d88b6f03f2760164b4a12601469f9c37c97d/third_party/blink/renderer/build/scripts/make_computed_style_base.py [modify] https://crrev.com/e081d88b6f03f2760164b4a12601469f9c37c97d/third_party/blink/renderer/build/scripts/make_css_value_id_mappings.py [modify] https://crrev.com/e081d88b6f03f2760164b4a12601469f9c37c97d/third_party/blink/renderer/build/scripts/scripts.gni [modify] https://crrev.com/e081d88b6f03f2760164b4a12601469f9c37c97d/third_party/blink/renderer/build/scripts/templates/computed_style_base.h.tmpl [modify] https://crrev.com/e081d88b6f03f2760164b4a12601469f9c37c97d/third_party/blink/renderer/build/scripts/update_css_ranking.py [modify] https://crrev.com/e081d88b6f03f2760164b4a12601469f9c37c97d/third_party/blink/renderer/core/BUILD.gn [rename] https://crrev.com/e081d88b6f03f2760164b4a12601469f9c37c97d/third_party/blink/renderer/core/css/computed_style_diff_functions.json5 [rename] https://crrev.com/e081d88b6f03f2760164b4a12601469f9c37c97d/third_party/blink/renderer/core/css/computed_style_extra_fields.json5 [rename] https://crrev.com/e081d88b6f03f2760164b4a12601469f9c37c97d/third_party/blink/renderer/core/css/computed_style_field_aliases.json5 [rename] https://crrev.com/e081d88b6f03f2760164b4a12601469f9c37c97d/third_party/blink/renderer/core/css/css_group_config.json5 [rename] https://crrev.com/e081d88b6f03f2760164b4a12601469f9c37c97d/third_party/blink/renderer/core/css/css_properties.json5 [rename] https://crrev.com/e081d88b6f03f2760164b4a12601469f9c37c97d/third_party/blink/renderer/core/css/css_properties_ranking.json5 [rename] https://crrev.com/e081d88b6f03f2760164b4a12601469f9c37c97d/third_party/blink/renderer/core/css/css_value_keywords.json5 [modify] https://crrev.com/e081d88b6f03f2760164b4a12601469f9c37c97d/third_party/blink/renderer/core/css/cssom/cssom_keywords.h [modify] https://crrev.com/e081d88b6f03f2760164b4a12601469f9c37c97d/third_party/blink/renderer/core/css/cssom/cssom_types.h [modify] https://crrev.com/e081d88b6f03f2760164b4a12601469f9c37c97d/third_party/blink/renderer/core/css/properties/README.md [rename] https://crrev.com/e081d88b6f03f2760164b4a12601469f9c37c97d/third_party/blink/renderer/core/css/properties/css_property_methods.json5 [rename] https://crrev.com/e081d88b6f03f2760164b4a12601469f9c37c97d/third_party/blink/renderer/core/css/svg_css_value_keywords.json5 [modify] https://crrev.com/e081d88b6f03f2760164b4a12601469f9c37c97d/third_party/blink/renderer/core/style/ComputedStyle.md [modify] https://crrev.com/e081d88b6f03f2760164b4a12601469f9c37c97d/third_party/blink/renderer/core/style/computed_style_constants.h [modify] https://crrev.com/e081d88b6f03f2760164b4a12601469f9c37c97d/third_party/blink/renderer/devtools/BUILD.gn
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/fbe9b64bb97fe9981fd6aed375de907aca04ae61 commit fbe9b64bb97fe9981fd6aed375de907aca04ae61 Author: Amos Lim <eui-sang.lim@samsung.com> Date: Fri Sep 21 06:55:26 2018 Apply snake_case to probe/* This CL has no behavior changes. Bug: 770603 Change-Id: I50b90cd9f901c1eb6a71f183ba76431f9d1ce081 Reviewed-on: https://chromium-review.googlesource.com/1235356 Commit-Queue: Amos Lim <eui-sang.lim@samsung.com> Reviewed-by: Alexei Filippov <alph@chromium.org> Reviewed-by: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#593097} [modify] https://crrev.com/fbe9b64bb97fe9981fd6aed375de907aca04ae61/third_party/blink/renderer/build/scripts/make_instrumenting_probes.py [rename] https://crrev.com/fbe9b64bb97fe9981fd6aed375de907aca04ae61/third_party/blink/renderer/build/scripts/templates/instrumenting_probes_impl.cc.tmpl [rename] https://crrev.com/fbe9b64bb97fe9981fd6aed375de907aca04ae61/third_party/blink/renderer/build/scripts/templates/instrumenting_probes_inl.h.tmpl [rename] https://crrev.com/fbe9b64bb97fe9981fd6aed375de907aca04ae61/third_party/blink/renderer/build/scripts/templates/probe_sink.h.tmpl [modify] https://crrev.com/fbe9b64bb97fe9981fd6aed375de907aca04ae61/third_party/blink/renderer/core/exported/web_dev_tools_agent_impl.cc [modify] https://crrev.com/fbe9b64bb97fe9981fd6aed375de907aca04ae61/third_party/blink/renderer/core/frame/ad_tracker.cc [modify] https://crrev.com/fbe9b64bb97fe9981fd6aed375de907aca04ae61/third_party/blink/renderer/core/frame/local_frame.cc [modify] https://crrev.com/fbe9b64bb97fe9981fd6aed375de907aca04ae61/third_party/blink/renderer/core/frame/performance_monitor.cc [modify] https://crrev.com/fbe9b64bb97fe9981fd6aed375de907aca04ae61/third_party/blink/renderer/core/inspector/inspector_base_agent.h [modify] https://crrev.com/fbe9b64bb97fe9981fd6aed375de907aca04ae61/third_party/blink/renderer/core/inspector/worker_inspector_controller.cc [modify] https://crrev.com/fbe9b64bb97fe9981fd6aed375de907aca04ae61/third_party/blink/renderer/core/probe/BUILD.gn [modify] https://crrev.com/fbe9b64bb97fe9981fd6aed375de907aca04ae61/third_party/blink/renderer/core/probe/core_probes.h [rename] https://crrev.com/fbe9b64bb97fe9981fd6aed375de907aca04ae61/third_party/blink/renderer/core/probe/core_probes.json5 [rename] https://crrev.com/fbe9b64bb97fe9981fd6aed375de907aca04ae61/third_party/blink/renderer/core/probe/core_probes.pidl [modify] https://crrev.com/fbe9b64bb97fe9981fd6aed375de907aca04ae61/third_party/blink/renderer/platform/BUILD.gn [modify] https://crrev.com/fbe9b64bb97fe9981fd6aed375de907aca04ae61/third_party/blink/renderer/platform/loader/DEPS [modify] https://crrev.com/fbe9b64bb97fe9981fd6aed375de907aca04ae61/third_party/blink/renderer/platform/loader/fetch/fetch_context.cc [modify] https://crrev.com/fbe9b64bb97fe9981fd6aed375de907aca04ae61/third_party/blink/renderer/platform/probe/DEPS [modify] https://crrev.com/fbe9b64bb97fe9981fd6aed375de907aca04ae61/third_party/blink/renderer/platform/probe/platform_probes.h [rename] https://crrev.com/fbe9b64bb97fe9981fd6aed375de907aca04ae61/third_party/blink/renderer/platform/probe/platform_probes.json5 [rename] https://crrev.com/fbe9b64bb97fe9981fd6aed375de907aca04ae61/third_party/blink/renderer/platform/probe/platform_probes.pidl
Comment 1 by bugdroid1@chromium.org
, Oct 3 2017