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

Issue 1141793003: Update from https://crrev.com/329939 (Closed)

Created:
5 years, 7 months ago by jamesr
Modified:
5 years, 7 months ago
Reviewers:
cdotstout
CC:
mojo-reviews_chromium.org, gregsimon, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Update from https://crrev.com/329939 Includes an update to build_v8.patch. https://crrev.com/329939 includes mac->android cross compilation fixes. TBR=cstout@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/c8f302a46b62e4cf2c25c4cd9481df0679eda1e2

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5941 lines, -2525 lines) Patch
M base/BUILD.gn View 5 chunks +8 lines, -0 lines 0 comments Download
M base/android/build_info.h View 1 chunk +3 lines, -1 line 0 comments Download
M base/android/build_info.cc View 1 chunk +6 lines, -1 line 0 comments Download
M base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java View 2 chunks +17 lines, -0 lines 0 comments Download
M base/android/java/src/org/chromium/base/PathUtils.java View 1 chunk +1 line, -1 line 0 comments Download
M base/android/java_runtime.h View 2 chunks +3 lines, -3 lines 0 comments Download
M base/android/jni_android.h View 1 chunk +4 lines, -0 lines 0 comments Download
M base/android/jni_android.cc View 3 chunks +48 lines, -47 lines 0 comments Download
M base/barrier_closure.cc View 1 chunk +2 lines, -1 line 0 comments Download
M base/barrier_closure_unittest.cc View 1 chunk +50 lines, -6 lines 0 comments Download
M base/base.gyp View 2 chunks +2 lines, -0 lines 0 comments Download
M base/base.gypi View 3 chunks +6 lines, -0 lines 0 comments Download
M base/base64.h View 2 chunks +3 lines, -3 lines 0 comments Download
M base/base_paths_win.h View 2 chunks +3 lines, -3 lines 0 comments Download
M base/bind_internal.h View 2 chunks +12 lines, -4 lines 0 comments Download
M base/callback_internal.h View 2 chunks +27 lines, -3 lines 0 comments Download
M base/callback_internal.cc View 2 chunks +10 lines, -1 line 0 comments Download
M base/callback_unittest.cc View 2 chunks +10 lines, -2 lines 0 comments Download
M base/debug/profiler.h View 1 chunk +1 line, -1 line 0 comments Download
M base/file_version_info.h View 4 chunks +7 lines, -8 lines 0 comments Download
M base/file_version_info_win.h View 2 chunks +5 lines, -5 lines 0 comments Download
M base/files/dir_reader_linux.h View 1 chunk +1 line, -1 line 0 comments Download
M base/files/dir_reader_posix.h View 1 chunk +1 line, -1 line 0 comments Download
M base/files/file.h View 8 chunks +17 lines, -9 lines 0 comments Download
M base/files/file.cc View 6 chunks +11 lines, -5 lines 0 comments Download
M base/files/file_posix.cc View 20 chunks +31 lines, -6 lines 0 comments Download
A base/files/file_tracing.h View 1 chunk +95 lines, -0 lines 0 comments Download
A base/files/file_tracing.cc View 1 chunk +56 lines, -0 lines 0 comments Download
M base/files/file_win.cc View 16 chunks +37 lines, -7 lines 0 comments Download
M base/format_macros.h View 2 chunks +7 lines, -14 lines 0 comments Download
M base/i18n/icu_string_conversions.h View 2 chunks +1 line, -14 lines 0 comments Download
M base/i18n/icu_string_conversions.cc View 2 chunks +0 lines, -76 lines 0 comments Download
M base/i18n/icu_string_conversions_unittest.cc View 2 chunks +0 lines, -108 lines 0 comments Download
M base/i18n/icu_util.h View 1 chunk +4 lines, -6 lines 0 comments Download
M base/i18n/icu_util.cc View 6 chunks +14 lines, -16 lines 0 comments Download
M base/json/json_parser.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/json/json_writer_unittest.cc View 4 chunks +43 lines, -53 lines 0 comments Download
M base/json/string_escape_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A base/mac/dispatch_source_mach.h View 1 chunk +61 lines, -0 lines 0 comments Download
A base/mac/dispatch_source_mach.cc View 1 chunk +62 lines, -0 lines 0 comments Download
A base/mac/dispatch_source_mach_unittest.cc View 1 chunk +125 lines, -0 lines 0 comments Download
M base/mac/memory_pressure_monitor_mac.h View 2 chunks +3 lines, -3 lines 0 comments Download
M base/mac/sdk_forward_declarations.h View 1 chunk +2 lines, -0 lines 0 comments Download
M base/mac/sdk_forward_declarations.mm View 1 chunk +3 lines, -0 lines 0 comments Download
M base/macros.h View 1 chunk +2 lines, -12 lines 0 comments Download
M base/md5_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/memory/memory_pressure_monitor.h View 2 chunks +2 lines, -1 line 0 comments Download
M base/message_loop/incoming_task_queue.h View 3 chunks +0 lines, -10 lines 0 comments Download
M base/message_loop/incoming_task_queue.cc View 3 chunks +10 lines, -26 lines 0 comments Download
M base/message_loop/message_loop.h View 5 chunks +7 lines, -36 lines 0 comments Download
M base/message_loop/message_loop.cc View 4 chunks +33 lines, -47 lines 0 comments Download
M base/message_loop/message_loop_proxy_impl.h View 1 chunk +0 lines, -3 lines 0 comments Download
M base/message_loop/message_loop_proxy_impl.cc View 1 chunk +1 line, -6 lines 0 comments Download
M base/message_loop/message_pump_perftest.cc View 3 chunks +5 lines, -0 lines 0 comments Download
M base/metrics/histogram_base.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M base/metrics/statistics_recorder.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M base/observer_list.h View 2 chunks +3 lines, -3 lines 0 comments Download
M base/pickle.h View 2 chunks +3 lines, -3 lines 0 comments Download
M base/prefs/json_pref_store.h View 6 chunks +16 lines, -5 lines 0 comments Download
M base/prefs/json_pref_store.cc View 10 chunks +39 lines, -28 lines 0 comments Download
M base/prefs/json_pref_store_unittest.cc View 10 chunks +143 lines, -16 lines 0 comments Download
M base/prefs/overlay_user_pref_store.h View 1 chunk +8 lines, -4 lines 0 comments Download
M base/prefs/overlay_user_pref_store.cc View 2 chunks +13 lines, -10 lines 0 comments Download
M base/prefs/overlay_user_pref_store_unittest.cc View 13 chunks +58 lines, -29 lines 0 comments Download
M base/prefs/pref_registry.h View 1 chunk +5 lines, -1 line 0 comments Download
M base/prefs/pref_service.h View 3 chunks +7 lines, -0 lines 0 comments Download
M base/prefs/pref_service.cc View 8 chunks +23 lines, -8 lines 0 comments Download
M base/prefs/pref_service_unittest.cc View 2 chunks +110 lines, -0 lines 0 comments Download
M base/prefs/testing_pref_service.h View 1 chunk +3 lines, -2 lines 0 comments Download
M base/prefs/testing_pref_store.h View 1 chunk +8 lines, -4 lines 0 comments Download
M base/prefs/testing_pref_store.cc View 3 chunks +11 lines, -7 lines 0 comments Download
M base/prefs/value_map_pref_store.h View 1 chunk +8 lines, -4 lines 0 comments Download
M base/prefs/value_map_pref_store.cc View 2 chunks +8 lines, -4 lines 0 comments Download
M base/prefs/writeable_pref_store.h View 2 chunks +23 lines, -6 lines 0 comments Download
M base/process/process_metrics.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M base/profiler/scoped_profile.h View 1 chunk +1 line, -1 line 0 comments Download
M base/profiler/tracked_time_unittest.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M base/sys_info.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M base/test/launcher/test_results_tracker.cc View 2 chunks +22 lines, -29 lines 0 comments Download
M base/test/trace_event_analyzer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/test/values_test_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/threading/platform_thread.h View 1 chunk +0 lines, -4 lines 0 comments Download
M base/threading/platform_thread_win.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M base/threading/thread.h View 7 chunks +12 lines, -24 lines 0 comments Download
M base/threading/thread.cc View 7 chunks +79 lines, -78 lines 0 comments Download
M base/threading/thread_id_name_manager_unittest.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M base/threading/thread_local_android.cc View 1 chunk +1 line, -4 lines 0 comments Download
M base/threading/thread_local_storage.h View 1 chunk +1 line, -2 lines 0 comments Download
M base/threading/thread_local_storage.cc View 2 chunks +1 line, -2 lines 0 comments Download
M base/threading/thread_unittest.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M base/time/time.h View 17 chunks +158 lines, -206 lines 0 comments Download
M base/time/time.cc View 3 chunks +11 lines, -11 lines 0 comments Download
M base/time/time_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M base/trace_event/memory_allocator_dump.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/trace_event/memory_dump_request_args.h View 2 chunks +3 lines, -3 lines 0 comments Download
M base/trace_event/trace_event.h View 4 chunks +42 lines, -12 lines 0 comments Download
M base/trace_event/trace_event_argument.h View 2 chunks +2 lines, -2 lines 0 comments Download
M base/trace_event/trace_event_argument.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M base/trace_event/trace_event_etw_export_win.h View 3 chunks +6 lines, -4 lines 0 comments Download
M base/trace_event/trace_event_etw_export_win.cc View 3 chunks +8 lines, -4 lines 0 comments Download
M base/trace_event/trace_event_memory.cc View 2 chunks +6 lines, -8 lines 0 comments Download
M base/trace_event/trace_event_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M base/tracked_objects.h View 2 chunks +13 lines, -12 lines 0 comments Download
M base/tracked_objects.cc View 7 chunks +9 lines, -40 lines 0 comments Download
M base/tracked_objects_unittest.cc View 24 chunks +24 lines, -111 lines 0 comments Download
M base/tuple.h View 2 chunks +3 lines, -3 lines 0 comments Download
M base/values.h View 6 chunks +12 lines, -1 line 0 comments Download
M base/values.cc View 6 chunks +23 lines, -3 lines 0 comments Download
M base/values_unittest.cc View 26 chunks +193 lines, -175 lines 0 comments Download
A base/win/memory_pressure_monitor.h View 1 chunk +144 lines, -0 lines 0 comments Download
A base/win/memory_pressure_monitor.cc View 1 chunk +254 lines, -0 lines 0 comments Download
A base/win/memory_pressure_monitor_unittest.cc View 1 chunk +298 lines, -0 lines 0 comments Download
M base/win/resource_util.h View 2 chunks +3 lines, -3 lines 0 comments Download
M base/win/scoped_handle.cc View 3 chunks +15 lines, -4 lines 0 comments Download
M base/win/startup_information.h View 1 chunk +1 line, -1 line 0 comments Download
M build/all.gyp View 1 chunk +5 lines, -1 line 0 comments Download
M build/android/adb_gdb View 4 chunks +8 lines, -1 line 0 comments Download
M build/android/buildbot/bb_device_steps.py View 4 chunks +32 lines, -4 lines 0 comments Download
M build/android/buildbot/bb_run_bot.py View 2 chunks +7 lines, -1 line 0 comments Download
M build/android/gyp/apk_install.py View 2 chunks +13 lines, -1 line 0 comments Download
M build/android/gyp/apk_obfuscate.py View 2 chunks +43 lines, -53 lines 0 comments Download
M build/android/gyp/copy_ex.py View 2 chunks +24 lines, -2 lines 0 comments Download
M build/android/gyp/dex.py View 1 chunk +1 line, -3 lines 0 comments Download
A build/android/gyp/generate_split_manifest.py View 1 chunk +96 lines, -0 lines 0 comments Download
M build/android/gyp/jar.py View 1 chunk +14 lines, -10 lines 0 comments Download
M build/android/gyp/jar_toc.py View 1 chunk +4 lines, -2 lines 0 comments Download
M build/android/gyp/javac.py View 1 chunk +6 lines, -5 lines 0 comments Download
M build/android/gyp/process_resources.py View 6 chunks +120 lines, -21 lines 0 comments Download
M build/android/gyp/proguard.py View 2 chunks +28 lines, -46 lines 0 comments Download
A build/android/gyp/util/proguard_util.py View 1 chunk +128 lines, -0 lines 0 comments Download
M build/android/gyp/write_build_config.py View 6 chunks +48 lines, -15 lines 0 comments Download
M build/android/gyp/write_ordered_libraries.py View 1 chunk +0 lines, -1 line 0 comments Download
M build/android/provision_devices.py View 3 chunks +9 lines, -1 line 0 comments Download
M build/android/pylib/base/base_setup.py View 2 chunks +3 lines, -0 lines 0 comments Download
M build/android/pylib/constants/__init__.py View 1 chunk +0 lines, -2 lines 0 comments Download
M build/android/pylib/content_settings.py View 1 chunk +0 lines, -3 lines 0 comments Download
M build/android/pylib/device/adb_wrapper.py View 2 chunks +34 lines, -1 line 0 comments Download
M build/android/pylib/device/battery_utils.py View 1 chunk +19 lines, -0 lines 0 comments Download
M build/android/pylib/device/battery_utils_test.py View 4 chunks +17 lines, -3 lines 0 comments Download
M build/android/pylib/device/device_errors.py View 1 chunk +2 lines, -1 line 0 comments Download
M build/android/pylib/device/device_utils.py View 2 chunks +1 line, -36 lines 0 comments Download
M build/android/pylib/device/device_utils_test.py View 1 chunk +0 lines, -18 lines 0 comments Download
M build/android/pylib/device_settings.py View 1 chunk +0 lines, -10 lines 0 comments Download
M build/android/pylib/gtest/gtest_config.py View 1 chunk +1 line, -0 lines 0 comments Download
M build/android/pylib/gtest/setup.py View 2 chunks +3 lines, -1 line 0 comments Download
M build/android/pylib/gtest/test_package_exe.py View 1 chunk +2 lines, -3 lines 0 comments Download
M build/android/pylib/instrumentation/setup.py View 2 chunks +3 lines, -1 line 0 comments Download
M build/android/pylib/instrumentation/test_runner.py View 1 chunk +0 lines, -3 lines 0 comments Download
M build/android/pylib/perf/test_runner.py View 2 chunks +22 lines, -8 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_environment.py View 1 chunk +5 lines, -0 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_gtest_run.py View 3 chunks +9 lines, -1 line 0 comments Download
M build/android/pylib/remote/device/remote_device_instrumentation_test_run.py View 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/remote/device/remote_device_test_run.py View 2 chunks +0 lines, -17 lines 0 comments Download
M build/android/pylib/utils/md5sum.py View 2 chunks +1 line, -3 lines 0 comments Download
M build/android/test_runner.py View 1 chunk +0 lines, -3 lines 0 comments Download
M build/android/update_verification.py View 1 chunk +77 lines, -111 lines 0 comments Download
M build/common.gypi View 13 chunks +31 lines, -33 lines 0 comments Download
M build/config/BUILD.gn View 4 chunks +27 lines, -6 lines 0 comments Download
M build/config/BUILDCONFIG.gn View 2 chunks +13 lines, -7 lines 0 comments Download
M build/config/android/config.gni View 1 chunk +2 lines, -0 lines 0 comments Download
M build/config/android/internal_rules.gni View 6 chunks +66 lines, -0 lines 0 comments Download
M build/config/android/rules.gni View 5 chunks +13 lines, -1 line 0 comments Download
M build/config/compiler/BUILD.gn View 3 chunks +18 lines, -5 lines 0 comments Download
M build/config/features.gni View 3 chunks +12 lines, -9 lines 0 comments Download
M build/config/gcc/BUILD.gn View 1 chunk +12 lines, -11 lines 0 comments Download
M build/download_gold_plugin.py View 1 chunk +3 lines, -3 lines 0 comments Download
M build/get_landmines.py View 1 chunk +2 lines, -0 lines 0 comments Download
M build/gn_migration.gypi View 3 chunks +8 lines, -3 lines 0 comments Download
M build/java_apk.gypi View 4 chunks +9 lines, -1 line 0 comments Download
M build/module_args/v8.gni View 1 chunk +1 line, -3 lines 0 comments Download
M build/sanitizers/lsan_suppressions.cc View 2 chunks +3 lines, -1 line 0 comments Download
D build/secondary/testing/BUILD.gn View 1 chunk +0 lines, -13 lines 0 comments Download
M build/toolchain/android/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M build/toolchain/gcc_toolchain.gni View 4 chunks +8 lines, -1 line 0 comments Download
M build/toolchain/linux/BUILD.gn View 6 chunks +12 lines, -1 line 0 comments Download
M build/toolchain/mac/BUILD.gn View 4 chunks +52 lines, -29 lines 0 comments Download
M mojo/tools/roll/build_v8.patch View 1 chunk +3 lines, -5 lines 0 comments Download
A + testing/BUILD.gn View 0 chunks +-1 lines, --1 lines 0 comments Download
M testing/android/native_test/java/AndroidManifest.xml View 1 chunk +2 lines, -1 line 0 comments Download
M testing/buildbot/chromium.fyi.json View 11 chunks +29 lines, -2 lines 0 comments Download
M testing/buildbot/chromium.linux.json View 8 chunks +207 lines, -51 lines 0 comments Download
M testing/buildbot/chromium.mac.json View 5 chunks +165 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.memory.json View 2 chunks +6 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.memory.fyi.json View 3 chunks +7 lines, -1 line 0 comments Download
M testing/buildbot/chromium.perf.json View 2 chunks +2 lines, -2 lines 0 comments Download
M testing/buildbot/chromium.webkit.json View 3 chunks +2 lines, -12 lines 0 comments Download
A + testing/buildbot/chromium.webrtc.fyi.json View 5 chunks +96 lines, -46 lines 0 comments Download
M testing/buildbot/chromium.win.json View 8 chunks +16 lines, -0 lines 0 comments Download
M testing/buildbot/chromium_memory_trybot.json View 1 chunk +1 line, -0 lines 0 comments Download
D testing/buildbot/client.v8.json View 1 chunk +0 lines, -64 lines 0 comments Download
A + testing/buildbot/client.v8.fyi.json View 0 chunks +-1 lines, --1 lines 0 comments Download
M testing/buildbot/tryserver.blink.json View 1 chunk +1 line, -0 lines 0 comments Download
M testing/buildbot/tryserver.chromium.linux.json View 5 chunks +180 lines, -51 lines 0 comments Download
M testing/buildbot/tryserver.chromium.win.json View 4 chunks +4 lines, -0 lines 0 comments Download
M testing/buildbot/tryserver.v8.json View 1 chunk +1 line, -0 lines 0 comments Download
M testing/chromoting/browser_test_commands_linux.txt View 1 chunk +1 line, -0 lines 0 comments Download
M testing/chromoting/chromoting_integration_tests.isolate View 2 chunks +23 lines, -1 line 0 comments Download
M testing/gtest_ios/unittest-Info.plist View 1 chunk +4 lines, -0 lines 0 comments Download
M testing/test.gni View 1 chunk +2 lines, -2 lines 0 comments Download
A third_party/tcmalloc/vendor/packages/deb.sh View 1 chunk +74 lines, -0 lines 0 comments Download
A third_party/tcmalloc/vendor/packages/deb/README View 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/tcmalloc/vendor/packages/deb/changelog View 1 chunk +196 lines, -0 lines 0 comments Download
A third_party/tcmalloc/vendor/packages/deb/compat View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/tcmalloc/vendor/packages/deb/control View 1 chunk +25 lines, -0 lines 0 comments Download
A + third_party/tcmalloc/vendor/packages/deb/copyright View 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/tcmalloc/vendor/packages/deb/docs View 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/tcmalloc/vendor/packages/deb/libgperftools-dev.dirs View 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/tcmalloc/vendor/packages/deb/libgperftools-dev.install View 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/tcmalloc/vendor/packages/deb/libgperftools0.dirs View 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/tcmalloc/vendor/packages/deb/libgperftools0.install View 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/tcmalloc/vendor/packages/deb/libgperftools0.manpages View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/tcmalloc/vendor/packages/deb/rules View 1 chunk +117 lines, -0 lines 0 comments Download
A third_party/tcmalloc/vendor/packages/rpm.sh View 1 chunk +86 lines, -0 lines 0 comments Download
A third_party/tcmalloc/vendor/packages/rpm/rpm.spec View 1 chunk +77 lines, -0 lines 0 comments Download
M tools/clang/blink_gc_plugin/CMakeLists.txt View 1 chunk +36 lines, -14 lines 0 comments Download
M tools/clang/blink_gc_plugin/tests/.gitignore View 1 chunk +0 lines, -1 line 0 comments Download
M tools/clang/blink_gc_plugin/tests/cycle_ptrs.txt View 1 chunk +1 line, -0 lines 0 comments Download
M tools/clang/blink_gc_plugin/tests/cycle_sub.txt View 1 chunk +1 line, -0 lines 0 comments Download
M tools/clang/blink_gc_plugin/tests/cycle_super.txt View 1 chunk +1 line, -0 lines 0 comments Download
D tools/clang/blink_gc_plugin/tests/cycle_super_neg.txt View 1 chunk +0 lines, -1 line 0 comments Download
D tools/clang/blink_gc_plugin/tests/register_weak_members_template.txt View 1 chunk +0 lines, -1 line 0 comments Download
A tools/clang/blink_gc_plugin/tests/test.py View 1 chunk +143 lines, -0 lines 0 comments Download
D tools/clang/blink_gc_plugin/tests/test.sh View 1 chunk +0 lines, -85 lines 0 comments Download
D tools/clang/blink_gc_plugin/tests/trace_after_dispatch_impl.txt View 1 chunk +0 lines, -1 line 0 comments Download
D tools/clang/blink_gc_plugin/tests/traceimpl.txt View 1 chunk +0 lines, -1 line 0 comments Download
D tools/clang/blink_gc_plugin/tests/traceimpl_derived_from_templated_base.txt View 1 chunk +0 lines, -1 line 0 comments Download
D tools/clang/blink_gc_plugin/tests/traceimpl_omitted_trace.txt View 1 chunk +0 lines, -1 line 0 comments Download
D tools/clang/blink_gc_plugin/tests/traceimpl_overloaded.txt View 1 chunk +0 lines, -1 line 0 comments Download
M tools/clang/plugins/FindBadConstructsConsumer.h View 4 chunks +16 lines, -0 lines 0 comments Download
M tools/clang/plugins/FindBadConstructsConsumer.cpp View 10 chunks +76 lines, -31 lines 0 comments Download
A tools/clang/plugins/SuppressibleDiagnosticBuilder.h View 1 chunk +55 lines, -0 lines 0 comments Download
M tools/clang/plugins/tests/missing_ctor.h View 4 chunks +21 lines, -9 lines 0 comments Download
M tools/clang/plugins/tests/missing_ctor.cpp View 1 chunk +2 lines, -5 lines 0 comments Download
M tools/clang/plugins/tests/missing_ctor.txt View 1 chunk +5 lines, -5 lines 0 comments Download
A tools/clang/plugins/tests/missing_ctor_dllexport.h View 1 chunk +60 lines, -0 lines 0 comments Download
A + tools/clang/plugins/tests/missing_ctor_dllexport.cpp View 1 chunk +3 lines, -6 lines 0 comments Download
A tools/clang/plugins/tests/missing_ctor_dllexport.flags View 1 chunk +1 line, -0 lines 0 comments Download
A tools/clang/plugins/tests/missing_ctor_dllexport.txt View 1 chunk +14 lines, -0 lines 0 comments Download
M tools/clang/plugins/tests/system/windows.h View 1 chunk +7 lines, -0 lines 0 comments Download
M tools/clang/plugins/tests/test.sh View 1 chunk +6 lines, -2 lines 0 comments Download
M tools/clang/plugins/tests/virtual_bodies.h View 2 chunks +10 lines, -0 lines 0 comments Download
M tools/clang/plugins/tests/virtual_bodies.txt View 1 chunk +1 line, -1 line 0 comments Download
M tools/clang/plugins/tests/virtual_specifiers.cpp View 2 chunks +14 lines, -0 lines 0 comments Download
M tools/clang/plugins/tests/virtual_specifiers.txt View 1 chunk +21 lines, -21 lines 0 comments Download
A tools/clang/scripts/blink_gc_plugin_flags.py View 1 chunk +35 lines, -0 lines 0 comments Download
M tools/clang/scripts/blink_gc_plugin_flags.sh View 1 chunk +5 lines, -29 lines 0 comments Download
D tools/clang/scripts/posix-print-revision.py View 1 chunk +0 lines, -11 lines 0 comments Download
M tools/clang/scripts/update.py View 9 chunks +62 lines, -29 lines 0 comments Download
M tools/clang/scripts/update.sh View 2 chunks +8 lines, -4 lines 0 comments Download
M tools/gritsettings/resource_ids View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/valgrind/drmemory/suppressions.txt View 2 chunks +9 lines, -23 lines 0 comments Download
M tools/valgrind/drmemory/suppressions_full.txt View 2 chunks +37 lines, -6 lines 0 comments Download
M tools/valgrind/gtest_exclude/base_unittests.gtest-drmemory_win32.txt View 1 chunk +0 lines, -3 lines 0 comments Download
M tools/valgrind/gtest_exclude/browser_tests.gtest-drmemory.txt View 1 chunk +5 lines, -0 lines 0 comments Download
A tools/valgrind/gtest_exclude/cast_unittests.gtest-drmemory_win32.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/cc_unittests.gtest-drmemory_win32.txt View 1 chunk +5 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/content_browsertests.gtest-drmemory_win32.txt View 1 chunk +4 lines, -1 line 0 comments Download
D tools/valgrind/gtest_exclude/mojo_view_manager_unittests.gtest-drmemory.txt View 1 chunk +0 lines, -2 lines 0 comments Download
M tools/valgrind/memcheck/suppressions.txt View 6 chunks +45 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (1 generated)
jamesr
5 years, 7 months ago (2015-05-14 23:38:41 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
c8f302a46b62e4cf2c25c4cd9481df0679eda1e2.

Powered by Google App Engine
This is Rietveld 408576698