Builder Jumbo Linux x64 Build 30764
Results:
Success
Trigger Info:
Project | chromium |
Revision | 8da818616407c86f3ff30349b36417d8e4b83c40 |
Got Revision | 8da818616407c86f3ff30349b36417d8e4b83c40 |
Execution:
- Source: Task 4298186fbf09a710
- Bot: swarm1859-c4
- Recipe: chromium
Steps and Logfiles:
Show:-
- - no logs -
-
( 1 secs ) read test spec (chromium.fyi.json)path: /b/swarming/w/ir/cache/builder/src/testing/buildbot/chromium.fyi.json
-
( 434 ms ) lookup GN argsis_component_build = falseis_debug = falsejumbo_file_merge_limit = 50strip_absolute_paths_from_debug_symbols = truesymbol_level = 0use_goma = trueuse_jumbo_build = truegoma_dir = "/b/swarming/w/ir/cache/goma/client"
-
- - no logs -
-
- - no logs -
Build Properties:
Name | Value | Source |
---|---|---|
$recipe_engine/path | {"cache_dir": "/b/swarming/w/ir/cache", "temp_dir": "/b/swarming/w/ir/tmp/rt"} | setup_build |
$recipe_engine/runtime | {"is_experimental": false, "is_luci": true} | setup_build |
bot_id | "swarm1859-c4" | setup_build |
branch | "refs/heads/master" | setup_build |
buildbucket | {"build": {"bucket": "luci.chromium.ci", "created_by": "user:luci-scheduler@appspot.gserviceaccount.com", "created_ts": 1548323579501678, "id": "8923458770259099136", "project": "chromium", "tags": ["builder:Jumbo Linux x64", "buildset:commit/git/8da818616407c86f3ff30349b36417d8e4b83c40", "buildset:commit/gitiles/chromium.googlesource.com/chromium/src/+/8da818616407c86f3ff30349b36417d8e4b83c40", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9088888832393909088", "scheduler_job_id:chromium/Jumbo Linux x64", "user_agent:luci-scheduler"]}, "hostname": "cr-buildbucket.appspot.com"} | setup_build |
buildername | "Jumbo Linux x64" | setup_build |
buildnumber | 30764 | setup_build |
mastername | "chromium.fyi" | setup_build |
path_config | "generic" | setup_build |
recipe | "chromium" | setup_build |
repository | "https://chromium.googlesource.com/chromium/src.git" | setup_build |
revision | "8da818616407c86f3ff30349b36417d8e4b83c40" | setup_build |
got_angle_revision | "47ca1b2fa3990e51a2ced20f7a7d3589a5477ad1" | bot_update |
got_buildtools_revision | "2f02e1f363b1af2715536f38e239853f04ec1497" | bot_update |
got_dawn_revision | "c0f31e73e481f32d308cb6232e75e6d860d97063" | bot_update |
got_nacl_revision | "ff15c51d20785fa51c0ef03ccb480b87299acbeb" | bot_update |
got_revision | "8da818616407c86f3ff30349b36417d8e4b83c40" | bot_update |
got_revision_cp | "refs/heads/master@{#625582}" | bot_update |
got_swarming_client_revision | "0e3e1c4dc4e79f25a5b58fcbc135dc93183c0c54" | bot_update |
got_v8_revision | "12af2fff315eb43832805de53a1cae3b01a34392" | bot_update |
got_v8_revision_cp | "refs/heads/7.3.493@{#1}" | bot_update |
got_webrtc_revision | "b0397d69a93a909fc0b29ffdb9236bab1e1b2db7" | bot_update |
got_webrtc_revision_cp | "refs/heads/master@{#26368}" | bot_update |
Blamelist:
- Kent Tamura (tkentohnoyoudont@chromium.org)
Timing:
Create | Thursday, 24-Jan-19 09:52:59 UTC |
Start | Thursday, 24-Jan-19 09:53:01 UTC |
End | Thursday, 24-Jan-19 10:00:31 UTC |
Pending | 1 secs |
Execution | 7 mins 30 secs |
All Changes:
-
Remove unnecessary blink:: in renderer/core/dom
Changed by Kent Tamura - tkentohnoyoudont@chromium.org Changed at Thursday, 24-Jan-19 09:44:16 UTC Repository https://chromium.googlesource.com/chromium/src Branch Revision 8da818616407c86f3ff30349b36417d8e4b83c40 Comments
Remove unnecessary blink:: in renderer/core/dom We have bunch of "Trace(blink::Visitor*" in Blink though their classes are also in blink namespace. This CL removes a part of such unnecessary blink::. This CL has no behavior changes. This CL was produced by the following command on zsh: % for i in **/*.{h,cc}; sed -i "" -e "s/Trace(blink::/Trace(/g" $i Change-Id: I01c7f8c201593c413ddab3fc98d39c2933cc0dfb Reviewed-on: https://chromium-review.googlesource.com/c/1433388 Reviewed-by: Kouhei Ueno <kouhei@chromium.org> Reviewed-by: Hayato Ito <hayato@chromium.org> Reviewed-by: Keishi Hattori <keishi@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#625582}
Changed files
- third_party/blink/renderer/core/dom/attr.cc
- third_party/blink/renderer/core/dom/attr.h
- third_party/blink/renderer/core/dom/child_list_mutation_scope.cc
- third_party/blink/renderer/core/dom/child_list_mutation_scope.h
- third_party/blink/renderer/core/dom/child_node_list.cc
- third_party/blink/renderer/core/dom/child_node_list.h
- third_party/blink/renderer/core/dom/collection_index_cache.h
- third_party/blink/renderer/core/dom/container_node.cc
- third_party/blink/renderer/core/dom/container_node.h
- third_party/blink/renderer/core/dom/context_features_client_impl.cc
- third_party/blink/renderer/core/dom/context_lifecycle_observer.cc
- third_party/blink/renderer/core/dom/context_lifecycle_observer.h
- third_party/blink/renderer/core/dom/dataset_dom_string_map.cc
- third_party/blink/renderer/core/dom/dataset_dom_string_map.h
- third_party/blink/renderer/core/dom/distributed_nodes.cc
- third_party/blink/renderer/core/dom/distributed_nodes.h
- third_party/blink/renderer/core/dom/document.cc
- third_party/blink/renderer/core/dom/document.h
- third_party/blink/renderer/core/dom/document_parser.cc
- third_party/blink/renderer/core/dom/document_parser.h
- third_party/blink/renderer/core/dom/document_parser_client.h
- third_party/blink/renderer/core/dom/document_parser_timing.cc
- third_party/blink/renderer/core/dom/document_parser_timing.h
- third_party/blink/renderer/core/dom/document_test.cc
- third_party/blink/renderer/core/dom/document_timing.cc
- third_party/blink/renderer/core/dom/document_timing.h
- third_party/blink/renderer/core/dom/dom_implementation.cc
- third_party/blink/renderer/core/dom/dom_implementation.h
- third_party/blink/renderer/core/dom/dom_token_list.cc
- third_party/blink/renderer/core/dom/dom_token_list.h
- third_party/blink/renderer/core/dom/element.cc
- third_party/blink/renderer/core/dom/element.h
- third_party/blink/renderer/core/dom/element_data.cc
- third_party/blink/renderer/core/dom/element_data.h
- third_party/blink/renderer/core/dom/element_data_cache.cc
- third_party/blink/renderer/core/dom/element_data_cache.h
- third_party/blink/renderer/core/dom/element_visibility_observer.cc
- third_party/blink/renderer/core/dom/element_visibility_observer.h
- third_party/blink/renderer/core/dom/empty_node_list.cc
- third_party/blink/renderer/core/dom/empty_node_list.h
- third_party/blink/renderer/core/dom/events/add_event_listener_options_resolved.cc
- third_party/blink/renderer/core/dom/events/add_event_listener_options_resolved.h
- third_party/blink/renderer/core/dom/events/custom_event.cc
- third_party/blink/renderer/core/dom/events/custom_event.h
- third_party/blink/renderer/core/dom/events/event.cc
- third_party/blink/renderer/core/dom/events/event.h
- third_party/blink/renderer/core/dom/events/event_dispatcher.h
- third_party/blink/renderer/core/dom/events/event_listener_map.cc
- third_party/blink/renderer/core/dom/events/event_listener_map.h
- third_party/blink/renderer/core/dom/events/event_path.cc
- third_party/blink/renderer/core/dom/events/event_path.h
- third_party/blink/renderer/core/dom/events/event_queue.cc
- third_party/blink/renderer/core/dom/events/event_queue.h
- third_party/blink/renderer/core/dom/events/event_target.cc
- third_party/blink/renderer/core/dom/events/event_target.h
- third_party/blink/renderer/core/dom/events/event_target_impl.cc
- third_party/blink/renderer/core/dom/events/event_target_impl.h
- third_party/blink/renderer/core/dom/events/node_event_context.cc
- third_party/blink/renderer/core/dom/events/node_event_context.h
- third_party/blink/renderer/core/dom/events/tree_scope_event_context.cc
- third_party/blink/renderer/core/dom/events/tree_scope_event_context.h
- third_party/blink/renderer/core/dom/events/window_event_context.cc
- third_party/blink/renderer/core/dom/events/window_event_context.h
- third_party/blink/renderer/core/dom/frame_request_callback_collection.cc
- third_party/blink/renderer/core/dom/frame_request_callback_collection.h
- third_party/blink/renderer/core/dom/id_target_observer.cc
- third_party/blink/renderer/core/dom/id_target_observer.h
- third_party/blink/renderer/core/dom/id_target_observer_registry.cc
- third_party/blink/renderer/core/dom/id_target_observer_registry.h
- third_party/blink/renderer/core/dom/layout_tree_builder.cc
- third_party/blink/renderer/core/dom/layout_tree_builder.h
- third_party/blink/renderer/core/dom/live_node_list.cc
- third_party/blink/renderer/core/dom/live_node_list.h
- third_party/blink/renderer/core/dom/live_node_list_base.h
- third_party/blink/renderer/core/dom/live_node_list_registry.cc
- third_party/blink/renderer/core/dom/live_node_list_registry.h
- third_party/blink/renderer/core/dom/live_node_list_registry_test.cc
- third_party/blink/renderer/core/dom/mutation_observer.cc
- third_party/blink/renderer/core/dom/mutation_observer.h
- third_party/blink/renderer/core/dom/mutation_observer_interest_group.cc
- third_party/blink/renderer/core/dom/mutation_observer_interest_group.h
- third_party/blink/renderer/core/dom/mutation_observer_registration.cc
- third_party/blink/renderer/core/dom/mutation_observer_registration.h
- third_party/blink/renderer/core/dom/mutation_observer_test.cc
- third_party/blink/renderer/core/dom/mutation_record.cc
- third_party/blink/renderer/core/dom/named_node_map.cc
- third_party/blink/renderer/core/dom/named_node_map.h
- third_party/blink/renderer/core/dom/node.cc
- third_party/blink/renderer/core/dom/node.h
- third_party/blink/renderer/core/dom/node_iterator.cc
- third_party/blink/renderer/core/dom/node_iterator.h
- third_party/blink/renderer/core/dom/node_iterator_base.cc
- third_party/blink/renderer/core/dom/node_iterator_base.h
- third_party/blink/renderer/core/dom/node_lists_node_data.cc
- third_party/blink/renderer/core/dom/node_lists_node_data.h
- third_party/blink/renderer/core/dom/node_rare_data.cc
- third_party/blink/renderer/core/dom/node_rare_data.h
- third_party/blink/renderer/core/dom/nth_index_cache.cc
- third_party/blink/renderer/core/dom/nth_index_cache.h
- third_party/blink/renderer/core/dom/presentation_attribute_style.cc
- third_party/blink/renderer/core/dom/processing_instruction.cc
- third_party/blink/renderer/core/dom/processing_instruction.h
- third_party/blink/renderer/core/dom/pseudo_element_data.h
- third_party/blink/renderer/core/dom/range.cc
- third_party/blink/renderer/core/dom/range.h
- third_party/blink/renderer/core/dom/range_boundary_point.h
- third_party/blink/renderer/core/dom/scriptable_document_parser.cc
- third_party/blink/renderer/core/dom/scriptable_document_parser.h
- third_party/blink/renderer/core/dom/scripted_animation_controller.cc
- third_party/blink/renderer/core/dom/scripted_animation_controller.h
- third_party/blink/renderer/core/dom/scripted_idle_task_controller.cc
- third_party/blink/renderer/core/dom/scripted_idle_task_controller.h
- third_party/blink/renderer/core/dom/scripted_task_queue.cc
- third_party/blink/renderer/core/dom/scripted_task_queue.h
- third_party/blink/renderer/core/dom/scripted_task_queue_controller.cc
- third_party/blink/renderer/core/dom/scripted_task_queue_controller.h
- third_party/blink/renderer/core/dom/shadow_root.cc
- third_party/blink/renderer/core/dom/shadow_root.h
- third_party/blink/renderer/core/dom/shadow_root_v0.h
- third_party/blink/renderer/core/dom/slot_assignment.cc
- third_party/blink/renderer/core/dom/slot_assignment.h
- third_party/blink/renderer/core/dom/slot_assignment_engine.cc
- third_party/blink/renderer/core/dom/slot_assignment_engine.h
- third_party/blink/renderer/core/dom/static_node_list.h
- third_party/blink/renderer/core/dom/static_range.cc
- third_party/blink/renderer/core/dom/static_range.h
- third_party/blink/renderer/core/dom/template_content_document_fragment.h
- third_party/blink/renderer/core/dom/text.cc
- third_party/blink/renderer/core/dom/text.h
- third_party/blink/renderer/core/dom/tree_ordered_list.cc
- third_party/blink/renderer/core/dom/tree_ordered_list.h
- third_party/blink/renderer/core/dom/tree_ordered_map.cc
- third_party/blink/renderer/core/dom/tree_ordered_map.h
- third_party/blink/renderer/core/dom/tree_scope.cc
- third_party/blink/renderer/core/dom/tree_scope.h
- third_party/blink/renderer/core/dom/tree_walker.cc
- third_party/blink/renderer/core/dom/tree_walker.h
- third_party/blink/renderer/core/dom/user_action_element_set.cc
- third_party/blink/renderer/core/dom/user_action_element_set.h
- third_party/blink/renderer/core/dom/v0_insertion_point.cc
- third_party/blink/renderer/core/dom/v0_insertion_point.h
- third_party/blink/renderer/core/dom/visited_link_state.cc
- third_party/blink/renderer/core/dom/visited_link_state.h
- third_party/blink/renderer/core/dom/weak_identifier_map.h