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

Issue 2450713004: Make header include guards great again (Closed)

Created:
4 years, 1 month ago by zra
Modified:
4 years, 1 month ago
Reviewers:
rmacnak, siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Make header include guards great again i.e. #ifndef VM_WHATEVER -> #ifndef RUNTIME_VM_WHATEVER This lets us remove a hack from the PRESUBMIT.py script that existed for reasons that are no longer valid, and sets us up to add some presubmit checks for the GN build. R=asiva@google.com, rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/103881d01c6aa2ab385f66bda0c2f5feb9cbb206

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix header include guards #

Unified diffs Side-by-side diffs Delta from patch set Stats (+912 lines, -952 lines) Patch
M runtime/PRESUBMIT.py View 2 chunks +21 lines, -61 lines 0 comments Download
M runtime/bin/builtin.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/crypto.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/dartutils.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/directory.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/embedded_dart_io.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/eventhandler.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/eventhandler_android.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/bin/eventhandler_fuchsia.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/bin/eventhandler_linux.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/bin/eventhandler_macos.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/bin/eventhandler_win.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/bin/extensions.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/fdutils.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/file.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/file_system_watcher.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/filter.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/io_buffer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/io_natives.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/io_service.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/io_service_no_ssl.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/isolate_data.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/loader.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/lockers.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/log.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/platform.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/process.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/reference_counting.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/secure_socket.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/secure_socket_boringssl.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/bin/secure_socket_ios.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/bin/secure_socket_macos.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/bin/socket.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/socket_android.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/bin/socket_fuchsia.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M runtime/bin/socket_linux.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/bin/socket_macos.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/bin/socket_win.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/bin/stdio.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/thread.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/thread_android.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/bin/thread_fuchsia.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/bin/thread_linux.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/bin/thread_macos.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/bin/thread_win.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/bin/utils.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/utils_win.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/vmservice_dartium.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/bin/vmservice_impl.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/include/dart_api.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/include/dart_mirrors_api.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/include/dart_native_api.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/include/dart_tools_api.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/lib/invocation_mirror.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/lib/mirrors.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/lib/stacktrace.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/platform/address_sanitizer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/platform/assert.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/platform/c99_support_win.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/platform/floating_point.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/platform/floating_point_win.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/platform/globals.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/platform/hashmap.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/platform/inttypes_support_win.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/platform/math.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/platform/memory_sanitizer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/platform/signal_blocker.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/platform/text_buffer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/platform/utils.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/platform/utils_android.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/platform/utils_fuchsia.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/platform/utils_linux.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/platform/utils_macos.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/platform/utils_win.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/allocation.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/aot_optimizer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/assembler.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/assembler_arm.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/assembler_arm64.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/assembler_dbc.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/assembler_ia32.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/assembler_mips.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/assembler_x64.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/ast.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/ast_printer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/ast_transformer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/atomic.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/atomic_android.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/atomic_fuchsia.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/atomic_linux.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/atomic_macos.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/atomic_simulator.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/atomic_win.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/base_isolate.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/become.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/benchmark_test.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/bit_set.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/bit_vector.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/bitfield.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/bitmap.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/block_scheduler.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/boolfield.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/bootstrap.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/branch_optimizer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/cha.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/class_finalizer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/class_table.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/clustered_snapshot.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/code_descriptors.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/code_generator.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/code_observers.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/code_patcher.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/compiler.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/compiler_stats.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/constant_propagator.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/constants_arm.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/constants_arm64.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/constants_dbc.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/constants_ia32.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/constants_mips.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/constants_x64.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/cpu.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/cpu_arm.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/cpu_arm64.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/cpu_dbc.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/cpu_ia32.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/cpu_mips.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/cpu_x64.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/cpuid.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/cpuinfo.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/dart.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/dart_api_impl.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/dart_api_message.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/dart_api_state.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/dart_entry.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/datastream.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/debugger.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/deferred_objects.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/deopt_instructions.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/disassembler.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/double_conversion.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/double_internals.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/exceptions.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/flag_list.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/flags.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_allocator.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_builder.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_compiler.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_inliner.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_range_analysis.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_type_propagator.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/freelist.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/gc_marker.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/gc_sweeper.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/globals.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/growable_array.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/handles.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/handles_impl.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/hash_map.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/hash_table.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/heap.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/il_printer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/instructions.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/instructions_arm.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/instructions_arm64.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/instructions_dbc.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/instructions_ia32.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/instructions_mips.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/instructions_x64.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/intrinsifier.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/isolate.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/isolate_reload.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/jit_optimizer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/json_stream.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/kernel.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/kernel_reader.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/kernel_to_il.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/locations.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/lockers.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/log.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/longjump.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/megamorphic_cache_table.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/memory_region.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/message.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/message_handler.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/method_recognizer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/metrics.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/native_arguments.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/native_entry.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/native_entry_test.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/native_message_handler.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/native_symbol.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/object.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/object_graph.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/object_id_ring.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/object_set.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/object_store.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/os.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/os_thread.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/os_thread_android.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/os_thread_fuchsia.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/os_thread_linux.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/os_thread_macos.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/os_thread_win.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/pages.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/parser.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/port.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/precompiler.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/proccpuinfo.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/profiler.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/profiler_service.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/random.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/raw_object.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/redundancy_elimination.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/regexp.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/regexp_assembler.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/regexp_assembler_bytecode.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/regexp_assembler_bytecode_inl.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/regexp_assembler_ir.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/regexp_ast.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/regexp_bytecodes.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/regexp_interpreter.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/regexp_parser.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/report.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/resolver.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/reusable_handles.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/ring_buffer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/runtime_entry.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/runtime_entry_list.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/safepoint.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/scanner.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/scavenger.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/scope_timer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/scopes.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/service.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/service_event.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/service_isolate.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/signal_handler.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/simulator.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/simulator_arm.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/simulator_arm64.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/simulator_dbc.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/simulator_mips.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/snapshot.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/snapshot_ids.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/source_report.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/spaces.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/stack_frame.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/stack_frame_arm.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/stack_frame_arm64.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/stack_frame_dbc.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/stack_frame_ia32.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/stack_frame_mips.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/stack_frame_x64.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/store_buffer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/stub_code.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/symbols.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/tags.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/thread.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/thread_barrier.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/thread_interrupter.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/thread_pool.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/thread_registry.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/timeline.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/timeline_analysis.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/timer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/token.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/token_position.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/type_table.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/unibrow.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/unibrow-inl.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/unicode.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/unit_test.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/uri.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/verifier.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/version.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/virtual_memory.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/visitor.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/weak_code.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/weak_table.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/zone.h View 1 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (5 generated)
zra
4 years, 1 month ago (2016-10-25 12:14:56 UTC) #3
rmacnak
lgtm https://codereview.chromium.org/2450713004/diff/1/runtime/PRESUBMIT.py File runtime/PRESUBMIT.py (left): https://codereview.chromium.org/2450713004/diff/1/runtime/PRESUBMIT.py#oldcode50 runtime/PRESUBMIT.py:50: cleanup_parent = None Removing this changes the linter's ...
4 years, 1 month ago (2016-10-25 16:42:34 UTC) #4
zra
+asiva
4 years, 1 month ago (2016-10-25 20:42:47 UTC) #7
siva
lgtm
4 years, 1 month ago (2016-10-26 07:12:59 UTC) #8
zra
4 years, 1 month ago (2016-10-26 07:26:09 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
103881d01c6aa2ab385f66bda0c2f5feb9cbb206.

Powered by Google App Engine
This is Rietveld 408576698