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

Issue 1128733002: Update from https://crrev.com/328418 (Closed)

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

Description

Update from https://crrev.com/328418 This includes the switch to libc++ on android. Fixes outside of the rolled code: *) ::TestSuite -> base::TestSuite *) base::ScopedPtrHashMap's second parameter Value->scoped_ptr<Value> *) re2 std::tr1 changes from upstream libc++ changes *) tracked_objects:: api changes in mojo/common/task_tracker* Committed: https://chromium.googlesource.com/external/mojo/+/f19b1020c82ddc31bc8702fa64166e6f6378c9d2

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6888 lines, -7715 lines) Patch
M base/BUILD.gn View 6 chunks +8 lines, -0 lines 0 comments Download
M base/android/application_status_listener_unittest.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M base/android/java/src/org/chromium/base/AnimationFrameTimeHistogram.java View 2 chunks +0 lines, -5 lines 0 comments Download
M base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java View 1 chunk +12 lines, -0 lines 0 comments Download
M base/android/java/src/org/chromium/base/Log.java View 10 chunks +99 lines, -73 lines 0 comments Download
A base/android/java/src/org/chromium/base/OWNERS View 1 chunk +2 lines, -0 lines 0 comments Download
M base/android/java/src/org/chromium/base/PathUtils.java View 1 chunk +4 lines, -1 line 0 comments Download
A base/android/java/src/org/chromium/base/README_logging.md View 1 chunk +159 lines, -0 lines 0 comments Download
M base/android/java/src/org/chromium/base/ThreadUtils.java View 1 chunk +1 line, -0 lines 0 comments Download
M base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java View 9 chunks +14 lines, -65 lines 0 comments Download
M base/android/java/templates/NativeLibraries.template View 1 chunk +1 line, -1 line 0 comments Download
M base/android/jni_array.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M base/android/junit/src/org/chromium/base/LogTest.java View 1 chunk +9 lines, -3 lines 0 comments Download
M base/android/library_loader/library_loader_hooks.cc View 2 chunks +5 lines, -0 lines 0 comments Download
A base/android/library_loader/library_prefetcher.h View 1 chunk +67 lines, -0 lines 0 comments Download
A base/android/library_loader/library_prefetcher.cc View 1 chunk +150 lines, -0 lines 0 comments Download
A base/android/library_loader/library_prefetcher_unittest.cc View 1 chunk +95 lines, -0 lines 0 comments Download
M base/async_socket_io_handler_unittest.cc View 3 chunks +10 lines, -7 lines 0 comments Download
M base/atomic_ref_count.h View 1 chunk +0 lines, -3 lines 0 comments Download
M base/base.gyp View 4 chunks +4 lines, -0 lines 0 comments Download
M base/base.gypi View 3 chunks +5 lines, -0 lines 0 comments Download
M base/bind_helpers.h View 1 chunk +1 line, -1 line 0 comments Download
M base/cancelable_callback_unittest.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M base/chromeos/memory_pressure_monitor_chromeos.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M base/containers/hash_tables.h View 3 chunks +0 lines, -8 lines 0 comments Download
M base/containers/scoped_ptr_hash_map.h View 6 chunks +35 lines, -20 lines 0 comments Download
A base/containers/scoped_ptr_hash_map_unittest.cc View 1 chunk +85 lines, -0 lines 0 comments Download
M base/critical_closure.h View 1 chunk +1 line, -1 line 0 comments Download
M base/debug/task_annotator.cc View 1 chunk +0 lines, -1 line 0 comments Download
M base/deferred_sequenced_task_runner_unittest.cc View 4 chunks +13 lines, -19 lines 0 comments Download
M base/file_version_info_mac.h View 1 chunk +1 line, -4 lines 0 comments Download
M base/files/file_path_watcher.h View 3 chunks +7 lines, -6 lines 0 comments Download
M base/files/file_path_watcher_fsevents.cc View 8 chunks +9 lines, -8 lines 0 comments Download
M base/files/file_path_watcher_kqueue.h View 3 chunks +3 lines, -3 lines 0 comments Download
M base/files/file_path_watcher_kqueue.cc View 4 chunks +8 lines, -7 lines 0 comments Download
M base/files/file_path_watcher_linux.cc View 6 chunks +14 lines, -16 lines 0 comments Download
M base/files/file_path_watcher_unittest.cc View 8 chunks +17 lines, -17 lines 0 comments Download
M base/files/file_path_watcher_win.cc View 4 chunks +8 lines, -9 lines 0 comments Download
M base/files/file_proxy.cc View 1 chunk +0 lines, -1 line 0 comments Download
M base/files/file_proxy_unittest.cc View 2 chunks +1 line, -2 lines 0 comments Download
M base/files/file_util_proxy_unittest.cc View 2 chunks +1 line, -2 lines 0 comments Download
M base/files/important_file_writer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M base/files/important_file_writer.cc View 7 chunks +18 lines, -14 lines 0 comments Download
M base/files/important_file_writer_unittest.cc View 8 chunks +18 lines, -19 lines 0 comments Download
M base/i18n/icu_util.cc View 4 chunks +19 lines, -4 lines 0 comments Download
M base/mac/launch_services_util.h View 1 chunk +1 line, -1 line 0 comments Download
A base/mac/memory_pressure_monitor_mac.h View 1 chunk +62 lines, -0 lines 0 comments Download
A base/mac/memory_pressure_monitor_mac.cc View 1 chunk +76 lines, -0 lines 0 comments Download
A base/mac/memory_pressure_monitor_mac_unittest.cc View 1 chunk +59 lines, -0 lines 0 comments Download
M base/mac/scoped_nsobject.h View 1 chunk +7 lines, -1 line 0 comments Download
M base/mac/sdk_forward_declarations.h View 11 chunks +286 lines, -168 lines 0 comments Download
M base/mac/sdk_forward_declarations.mm View 2 chunks +3 lines, -12 lines 0 comments Download
M base/memory/ref_counted_delete_on_message_loop.h View 2 chunks +2 lines, -1 line 0 comments Download
M base/memory/weak_ptr_unittest.cc View 5 chunks +20 lines, -25 lines 0 comments Download
M base/message_loop/incoming_task_queue.h View 3 chunks +10 lines, -0 lines 0 comments Download
M base/message_loop/incoming_task_queue.cc View 3 chunks +26 lines, -10 lines 0 comments Download
M base/message_loop/message_loop.h View 5 chunks +36 lines, -7 lines 0 comments Download
M base/message_loop/message_loop.cc View 4 chunks +47 lines, -33 lines 0 comments Download
M base/message_loop/message_loop_proxy.h View 1 chunk +12 lines, -0 lines 0 comments Download
M base/message_loop/message_loop_proxy_impl.h View 1 chunk +3 lines, -0 lines 0 comments Download
M base/message_loop/message_loop_proxy_impl.cc View 1 chunk +6 lines, -1 line 0 comments Download
M base/message_loop/message_pump_perftest.cc View 3 chunks +0 lines, -5 lines 0 comments Download
M base/metrics/statistics_recorder.h View 1 chunk +1 line, -0 lines 0 comments Download
M base/metrics/statistics_recorder.cc View 1 chunk +0 lines, -1 line 0 comments Download
M base/observer_list_threadsafe.h View 3 chunks +5 lines, -6 lines 0 comments Download
M base/observer_list_unittest.cc View 3 chunks +6 lines, -4 lines 0 comments Download
M base/posix/unix_domain_socket_linux_unittest.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M base/prefs/json_pref_store.h View 4 chunks +67 lines, -1 line 0 comments Download
M base/prefs/json_pref_store.cc View 5 chunks +96 lines, -2 lines 0 comments Download
M base/prefs/json_pref_store_unittest.cc View 20 chunks +190 lines, -60 lines 0 comments Download
M base/prefs/pref_member.h View 4 chunks +4 lines, -7 lines 0 comments Download
M base/prefs/pref_member.cc View 4 chunks +11 lines, -14 lines 0 comments Download
M base/prefs/pref_member_unittest.cc View 8 chunks +16 lines, -12 lines 0 comments Download
M base/prefs/pref_service.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M base/prefs/pref_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/process/internal_linux.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M base/profiler/scoped_profile.cc View 1 chunk +0 lines, -1 line 0 comments Download
M base/profiler/tracked_time_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M base/scoped_observer.h View 1 chunk +2 lines, -0 lines 0 comments Download
M base/sequence_checker_unittest.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M base/single_thread_task_runner.h View 1 chunk +2 lines, -1 line 0 comments Download
M base/strings/string_util.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M base/synchronization/cancellation_flag_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M base/synchronization/condition_variable_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M base/synchronization/waitable_event_watcher_posix.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M base/sys_info_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/task/cancelable_task_tracker.cc View 4 chunks +5 lines, -4 lines 0 comments Download
M base/task/cancelable_task_tracker_unittest.cc View 7 chunks +18 lines, -27 lines 0 comments Download
M base/task_runner_util_unittest.cc View 5 chunks +7 lines, -13 lines 0 comments Download
M base/test/android/javatests/src/org/chromium/base/test/BaseInstrumentationTestRunner.java View 3 chunks +5 lines, -1 line 0 comments Download
M base/test/launcher/test_launcher.cc View 9 chunks +18 lines, -29 lines 0 comments Download
M base/test/launcher/unit_test_launcher.cc View 4 chunks +9 lines, -12 lines 0 comments Download
M base/test/sequenced_worker_pool_owner.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M base/test/task_runner_test_template.h View 2 chunks +3 lines, -1 line 0 comments Download
M base/test/test_suite.h View 1 chunk +0 lines, -4 lines 0 comments Download
M base/test/test_suite.cc View 13 chunks +34 lines, -36 lines 0 comments Download
M base/test/thread_test_helper.h View 3 chunks +3 lines, -3 lines 0 comments Download
M base/test/thread_test_helper.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M base/threading/platform_thread.h View 2 chunks +6 lines, -3 lines 0 comments Download
M base/threading/platform_thread_android.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M base/threading/platform_thread_freebsd.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M base/threading/platform_thread_linux.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M base/threading/platform_thread_mac.mm View 1 chunk +2 lines, -2 lines 0 comments Download
M base/threading/platform_thread_win.cc View 4 chunks +6 lines, -5 lines 0 comments Download
M base/threading/post_task_and_reply_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M base/threading/post_task_and_reply_impl.cc View 2 chunks +9 lines, -9 lines 0 comments Download
M base/threading/sequenced_worker_pool.h View 3 chunks +3 lines, -2 lines 0 comments Download
M base/threading/sequenced_worker_pool.cc View 4 chunks +10 lines, -14 lines 0 comments Download
M base/threading/sequenced_worker_pool_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M base/threading/simple_thread.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/threading/thread.h View 8 chunks +26 lines, -14 lines 0 comments Download
M base/threading/thread.cc View 7 chunks +80 lines, -80 lines 0 comments Download
M base/threading/thread_id_name_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M base/threading/thread_id_name_manager.cc View 1 chunk +5 lines, -6 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_perftest.cc View 4 chunks +11 lines, -15 lines 0 comments Download
M base/threading/thread_unittest.cc View 5 chunks +13 lines, -13 lines 0 comments Download
M base/threading/watchdog.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/threading/worker_pool.h View 1 chunk +1 line, -1 line 0 comments Download
M base/threading/worker_pool_posix.cc View 2 chunks +1 line, -2 lines 0 comments Download
M base/threading/worker_pool_win.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M base/trace_event/BUILD.gn View 2 chunks +1 line, -4 lines 0 comments Download
M base/trace_event/etw_manifest/BUILD.gn View 2 chunks +16 lines, -5 lines 0 comments Download
M base/trace_event/etw_manifest/etw_manifest.gyp View 1 chunk +3 lines, -1 line 0 comments Download
M base/trace_event/java_heap_dump_provider_android.h View 1 chunk +2 lines, -3 lines 0 comments Download
M base/trace_event/java_heap_dump_provider_android.cc View 2 chunks +7 lines, -17 lines 0 comments Download
A base/trace_event/java_heap_dump_provider_android_unittest.cc View 1 chunk +21 lines, -0 lines 0 comments Download
M base/trace_event/malloc_dump_provider.h View 1 chunk +1 line, -2 lines 0 comments Download
M base/trace_event/malloc_dump_provider.cc View 3 chunks +6 lines, -18 lines 0 comments Download
D base/trace_event/memory_allocator_attributes_type_info.h View 1 chunk +0 lines, -49 lines 0 comments Download
D base/trace_event/memory_allocator_attributes_type_info.cc View 1 chunk +0 lines, -61 lines 0 comments Download
D base/trace_event/memory_allocator_attributes_type_info_unittest.cc View 1 chunk +0 lines, -59 lines 0 comments Download
M base/trace_event/memory_allocator_dump.h View 3 chunks +33 lines, -55 lines 0 comments Download
M base/trace_event/memory_allocator_dump.cc View 1 chunk +75 lines, -84 lines 0 comments Download
M base/trace_event/memory_allocator_dump_unittest.cc View 3 chunks +91 lines, -56 lines 0 comments Download
M base/trace_event/memory_dump_manager.h View 5 chunks +21 lines, -11 lines 0 comments Download
M base/trace_event/memory_dump_manager.cc View 9 chunks +78 lines, -47 lines 0 comments Download
M base/trace_event/memory_dump_manager_unittest.cc View 7 chunks +43 lines, -73 lines 0 comments Download
M base/trace_event/memory_dump_provider.h View 2 chunks +8 lines, -42 lines 0 comments Download
D base/trace_event/memory_dump_provider.cc View 1 chunk +0 lines, -32 lines 0 comments Download
M base/trace_event/memory_dump_session_state.h View 1 chunk +2 lines, -2 lines 0 comments Download
M base/trace_event/process_memory_dump.h View 1 chunk +6 lines, -14 lines 0 comments Download
M base/trace_event/process_memory_dump.cc View 1 chunk +6 lines, -10 lines 0 comments Download
M base/trace_event/process_memory_maps_dump_provider.h View 1 chunk +1 line, -2 lines 0 comments Download
M base/trace_event/process_memory_maps_dump_provider.cc View 3 chunks +1 line, -9 lines 0 comments Download
M base/trace_event/process_memory_maps_dump_provider_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M base/trace_event/process_memory_totals_dump_provider.h View 1 chunk +1 line, -2 lines 0 comments Download
M base/trace_event/process_memory_totals_dump_provider.cc View 3 chunks +1 line, -7 lines 0 comments Download
M base/trace_event/process_memory_totals_dump_provider_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M base/trace_event/trace_event.h View 3 chunks +15 lines, -0 lines 0 comments Download
M base/trace_event/trace_event.gypi View 2 chunks +1 line, -4 lines 0 comments Download
M base/trace_event/trace_event_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/trace_event/trace_event_impl.h View 3 chunks +4 lines, -3 lines 0 comments Download
M base/trace_event/trace_event_impl.cc View 10 chunks +23 lines, -16 lines 0 comments Download
M base/trace_event/trace_event_memory.h View 3 chunks +7 lines, -8 lines 0 comments Download
M base/trace_event/trace_event_memory.cc View 4 chunks +10 lines, -11 lines 0 comments Download
M base/trace_event/trace_event_memory_unittest.cc View 2 chunks +3 lines, -7 lines 0 comments Download
M base/trace_event/trace_event_system_stats_monitor_unittest.cc View 2 chunks +1 line, -3 lines 0 comments Download
M base/trace_event/trace_event_unittest.cc View 10 chunks +23 lines, -22 lines 0 comments Download
M base/trace_event/winheap_dump_provider_win.h View 1 chunk +1 line, -2 lines 0 comments Download
M base/trace_event/winheap_dump_provider_win.cc View 3 chunks +12 lines, -16 lines 0 comments Download
M base/trace_event/winheap_dump_provider_win_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M base/tracked_objects.h View 25 chunks +161 lines, -142 lines 0 comments Download
M base/tracked_objects.cc View 26 chunks +262 lines, -188 lines 0 comments Download
M base/tracked_objects_unittest.cc View 24 chunks +578 lines, -120 lines 0 comments Download
M base/vlog.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M base/win/object_watcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/win/pe_image.cc View 1 chunk +4 lines, -5 lines 0 comments Download
M base/win/scoped_hdc.h View 1 chunk +1 line, -1 line 0 comments Download
M base/win/scoped_variant_unittest.cc View 1 chunk +14 lines, -14 lines 0 comments Download
M base/win/shortcut.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M base/win/startup_information.h View 1 chunk +2 lines, -0 lines 0 comments Download
M base/win/win_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M build/all.gyp View 22 chunks +24 lines, -0 lines 0 comments Download
M build/android/PRESUBMIT.py View 1 chunk +1 line, -0 lines 0 comments Download
M build/android/gyp/dex.py View 1 chunk +3 lines, -1 line 0 comments Download
M build/android/gyp/jinja_template.py View 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/base/base_test_runner.py View 1 chunk +5 lines, -4 lines 0 comments Download
M build/android/pylib/base/test_dispatcher.py View 6 chunks +5 lines, -15 lines 0 comments Download
M build/android/pylib/base/test_dispatcher_unittest.py View 10 chunks +35 lines, -18 lines 0 comments Download
M build/android/pylib/constants/__init__.py View 3 chunks +4 lines, -3 lines 0 comments Download
M build/android/pylib/device/adb_wrapper.py View 2 chunks +19 lines, -1 line 0 comments Download
M build/android/pylib/device/battery_utils_test.py View 2 chunks +1 line, -3 lines 0 comments Download
M build/android/pylib/device/device_utils.py View 6 chunks +52 lines, -22 lines 0 comments Download
M build/android/pylib/device/device_utils_test.py View 5 chunks +80 lines, -10 lines 0 comments Download
A build/android/pylib/device/shared_prefs.py View 1 chunk +391 lines, -0 lines 0 comments Download
A build/android/pylib/device/shared_prefs_test.py View 1 chunk +169 lines, -0 lines 0 comments Download
M build/android/pylib/gtest/filter/net_unittests_disabled View 1 chunk +0 lines, -6 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/local_device_gtest_run.py View 1 chunk +2 lines, -2 lines 0 comments Download
M build/android/pylib/gtest/setup.py View 1 chunk +1 line, -0 lines 0 comments Download
M build/android/pylib/gtest/test_package_apk.py View 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/host_driven/test_case.py View 2 chunks +5 lines, -6 lines 0 comments Download
M build/android/pylib/host_driven/test_runner.py View 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/instrumentation/instrumentation_test_instance.py View 9 chunks +78 lines, -15 lines 0 comments Download
M build/android/pylib/local/device/local_device_instrumentation_test_run.py View 1 chunk +30 lines, -11 lines 0 comments Download
M build/android/pylib/perf/perf_control_unittest.py View 2 chunks +2 lines, -4 lines 0 comments Download
M build/android/pylib/perf/setup.py View 2 chunks +4 lines, -3 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_environment.py View 2 chunks +2 lines, -6 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_gtest_run.py View 3 chunks +4 lines, -12 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_helper.py View 1 chunk +2 lines, -1 line 0 comments Download
M build/android/pylib/remote/device/remote_device_instrumentation_test_run.py View 3 chunks +29 lines, -4 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_test_run.py View 8 chunks +29 lines, -4 lines 0 comments Download
M build/android/pylib/utils/emulator.py View 3 chunks +6 lines, -7 lines 0 comments Download
M build/android/pylib/utils/isolator.py View 1 chunk +1 line, -0 lines 0 comments Download
M build/android/pylib/utils/md5sum.py View 2 chunks +9 lines, -6 lines 0 comments Download
M build/android/pylib/utils/md5sum_test.py View 1 chunk +2 lines, -0 lines 0 comments Download
M build/android/setup.gyp View 1 chunk +1 line, -1 line 0 comments Download
M build/android/test_runner.py View 4 chunks +14 lines, -12 lines 0 comments Download
M build/apk_test.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M build/common.gypi View 17 chunks +71 lines, -37 lines 0 comments Download
M build/config/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M build/config/BUILDCONFIG.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M build/config/android/config.gni View 1 chunk +3 lines, -3 lines 0 comments Download
M build/config/android/rules.gni View 2 chunks +3 lines, -2 lines 0 comments Download
A build/config/chrome_build.gni View 1 chunk +22 lines, -0 lines 0 comments Download
M build/config/clang/BUILD.gn View 1 chunk +10 lines, -0 lines 0 comments Download
M build/config/compiler/BUILD.gn View 5 chunks +31 lines, -31 lines 0 comments Download
M build/config/features.gni View 4 chunks +17 lines, -15 lines 0 comments Download
M build/config/mac/mac_sdk.gni View 1 chunk +2 lines, -0 lines 0 comments Download
M build/config/sanitizers/BUILD.gn View 1 chunk +8 lines, -1 line 0 comments Download
M build/config/sysroot.gni View 1 chunk +2 lines, -0 lines 0 comments Download
M build/gn_migration.gypi View 7 chunks +29 lines, -55 lines 0 comments Download
M build/gyp_chromium View 2 chunks +5 lines, -6 lines 0 comments Download
M build/install-build-deps.sh View 1 chunk +3 lines, -3 lines 0 comments Download
M build/ios/grit_whitelist.txt View 1 chunk +1 line, -0 lines 0 comments Download
M build/isolate.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M build/json_schema_api.gni View 7 chunks +61 lines, -32 lines 0 comments Download
M build/sanitizers/lsan_suppressions.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M build/sanitizers/tsan_suppressions.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M build/secondary/tools/grit/grit_rule.gni View 1 chunk +1 line, -0 lines 0 comments Download
M cc/output/direct_renderer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/direct_renderer.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/surfaces/surface_aggregator.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/surfaces/surface_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/common/task_tracker.cc View 1 chunk +0 lines, -1 line 0 comments Download
M mojo/common/task_tracker_unittest.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M mojo/services/view_manager/public/cpp/tests/run_all_unittests.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/tests/task_tracker_perftest.cc View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/bpf_dsl/codegen.cc View 1 chunk +2 lines, -1 line 0 comments Download
M sandbox/linux/bpf_dsl/policy_compiler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M sandbox/linux/bpf_dsl/seccomp_macros.h View 3 chunks +10 lines, -8 lines 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc View 1 chunk +3 lines, -6 lines 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.h View 2 chunks +9 lines, -9 lines 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc View 5 chunks +22 lines, -16 lines 0 comments Download
M sandbox/linux/seccomp-bpf/syscall.cc View 2 chunks +12 lines, -3 lines 0 comments Download
M sandbox/linux/seccomp-bpf/trap.h View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/seccomp-bpf/trap.cc View 4 chunks +15 lines, -6 lines 0 comments Download
M sandbox/linux/seccomp-bpf/trap_unittest.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M sandbox/linux/services/syscall_wrappers.cc View 1 chunk +24 lines, -10 lines 0 comments Download
M sandbox/linux/services/yama.cc View 1 chunk +0 lines, -1 line 0 comments Download
M sandbox/linux/system_headers/linux_futex.h View 1 chunk +2 lines, -0 lines 0 comments Download
M services/view_manager/animation_runner.h View 1 chunk +1 line, -1 line 0 comments Download
M services/window_manager/run_all_unittests.cc View 1 chunk +1 line, -1 line 0 comments Download
M sky/engine/web/tests/RunAllTests.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A testing/android/appurify_support.gyp View 1 chunk +22 lines, -0 lines 0 comments Download
A testing/android/appurify_support/BUILD.gn View 1 chunk +15 lines, -0 lines 0 comments Download
A testing/android/appurify_support/java/src/org/chromium/test/support/ResultsBundleGenerator.java View 1 chunk +30 lines, -0 lines 0 comments Download
A testing/android/appurify_support/java/src/org/chromium/test/support/RobotiumBundleGenerator.java View 1 chunk +56 lines, -0 lines 0 comments Download
A testing/android/broker/BUILD.gn View 1 chunk +13 lines, -0 lines 0 comments Download
A testing/android/broker/java/src/org/chromium/test/broker/OnDeviceInstrumentationBroker.java View 1 chunk +64 lines, -0 lines 0 comments Download
A testing/android/driver/BUILD.gn View 1 chunk +21 lines, -0 lines 0 comments Download
A testing/android/driver/java/AndroidManifest.xml View 1 chunk +23 lines, -0 lines 0 comments Download
A testing/android/driver/java/src/org/chromium/test/driver/OnDeviceInstrumentationDriver.java View 1 chunk +271 lines, -0 lines 0 comments Download
M testing/android/native_test.gyp View 1 chunk +1 line, -1 line 0 comments Download
M testing/android/native_test/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M testing/android/native_test/java/AndroidManifest.xml View 2 chunks +4 lines, -4 lines 0 comments Download
D testing/android/native_test/java/src/org/chromium/native_test/ChromeNativeTestActivity.java View 1 chunk +0 lines, -124 lines 0 comments Download
D testing/android/native_test/java/src/org/chromium/native_test/ChromeNativeTestInstrumentationTestRunner.java View 1 chunk +0 lines, -230 lines 0 comments Download
A + testing/android/native_test/java/src/org/chromium/native_test/NativeTestActivity.java View 4 chunks +9 lines, -9 lines 0 comments Download
A + testing/android/native_test/java/src/org/chromium/native_test/NativeTestInstrumentationTestRunner.java View 7 chunks +33 lines, -78 lines 0 comments Download
M testing/android/native_test/native_test_launcher.cc View 1 chunk +1 line, -1 line 0 comments Download
A testing/android/on_device_instrumentation.gyp View 1 chunk +79 lines, -0 lines 0 comments Download
A testing/android/reporter/BUILD.gn View 1 chunk +19 lines, -0 lines 0 comments Download
A testing/android/reporter/java/src/org/chromium/test/reporter/TestStatusListener.java View 1 chunk +78 lines, -0 lines 0 comments Download
A testing/android/reporter/java/src/org/chromium/test/reporter/TestStatusReceiver.java View 1 chunk +128 lines, -0 lines 0 comments Download
A testing/android/reporter/java/src/org/chromium/test/reporter/TestStatusReporter.java View 1 chunk +83 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.chromiumos.json View 4 chunks +54 lines, -1 line 0 comments Download
M testing/buildbot/chromium.fyi.json View 32 chunks +103 lines, -4 lines 0 comments Download
M testing/buildbot/chromium.linux.json View 8 chunks +31 lines, -17 lines 0 comments Download
M testing/buildbot/chromium.mac.json View 4 chunks +24 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.memory.json View 4 chunks +12 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.memory.fyi.json View 3 chunks +9 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.perf.json View 4 chunks +19 lines, -14 lines 0 comments Download
M testing/buildbot/chromium.webkit.json View 2 chunks +6 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.win.json View 9 chunks +34 lines, -24 lines 0 comments Download
M testing/buildbot/chromium_memory_trybot.json View 1 chunk +6 lines, -0 lines 0 comments Download
M testing/buildbot/chromium_trybot.json View 1 chunk +6 lines, -0 lines 0 comments Download
M testing/buildbot/tryserver.blink.json View 2 chunks +0 lines, -2 lines 0 comments Download
M testing/buildbot/tryserver.chromium.linux.json View 6 chunks +47 lines, -19 lines 0 comments Download
M testing/buildbot/tryserver.chromium.win.json View 4 chunks +4 lines, -24 lines 0 comments Download
M testing/chromoting/browser_test_commands_linux.txt View 1 chunk +17 lines, -17 lines 0 comments Download
M testing/chromoting/browser_tests_launcher.py View 3 chunks +14 lines, -0 lines 0 comments Download
M testing/commit_queue/config.json View 3 chunks +9 lines, -11 lines 0 comments Download
M testing/scripts/telemetry_perf_unittests.py View 2 chunks +13 lines, -6 lines 0 comments Download
M third_party/libevent/README.chromium View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/libevent/libevent_nacl_nonsfi.gyp View 1 chunk +1 line, -1 line 0 comments Download
A third_party/libevent/nacl_nonsfi/signal_stub.c View 1 chunk +48 lines, -0 lines 0 comments Download
M third_party/libxml/BUILD.gn View 2 chunks +0 lines, -4 lines 0 comments Download
A third_party/libxml/OWNERS View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/libxml/README.chromium View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libxml/libxml.gyp View 2 chunks +0 lines, -4 lines 0 comments Download
A third_party/libxml/patches/win32-no-posix-error-codes View 1 chunk +14 lines, -0 lines 0 comments Download
D third_party/libxml/src/include/libxml/nanoftp.h View 1 chunk +0 lines, -143 lines 0 comments Download
D third_party/libxml/src/include/libxml/nanohttp.h View 1 chunk +0 lines, -81 lines 0 comments Download
M third_party/libxml/src/libxml.h View 1 chunk +3 lines, -0 lines 0 comments Download
D third_party/libxml/src/nanoftp.c View 1 chunk +0 lines, -2111 lines 0 comments Download
D third_party/libxml/src/nanohttp.c View 1 chunk +0 lines, -1875 lines 0 comments Download
M third_party/libxml/src/xmlIO.c View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/libxml/win32/include/libxml/xmlversion.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/re2/patches/re2-libcxx.patch View 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/re2/util/util.h View 1 chunk +1 line, -1 line 0 comments Download
M tools/android/md5sum/md5sum.cc View 1 chunk +8 lines, -12 lines 0 comments Download
M tools/android/run_pie/run_pie.gyp View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/clang/plugins/ChromeClassTester.h View 4 chunks +8 lines, -1 line 0 comments Download
M tools/clang/plugins/ChromeClassTester.cpp View 6 chunks +28 lines, -13 lines 0 comments Download
M tools/clang/plugins/FindBadConstructsAction.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M tools/clang/plugins/FindBadConstructsConsumer.h View 2 chunks +0 lines, -3 lines 0 comments Download
M tools/clang/plugins/FindBadConstructsConsumer.cpp View 2 chunks +1 line, -14 lines 0 comments Download
M tools/clang/plugins/Options.h View 1 chunk +3 lines, -1 line 0 comments Download
A tools/clang/plugins/tests/warn_only.h View 1 chunk +21 lines, -0 lines 0 comments Download
A + tools/clang/plugins/tests/warn_only.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A tools/clang/plugins/tests/warn_only.flags View 1 chunk +1 line, -0 lines 0 comments Download
A tools/clang/plugins/tests/warn_only.txt View 1 chunk +8 lines, -0 lines 0 comments Download
M tools/clang/scripts/update.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/clang/scripts/update.sh View 1 chunk +1 line, -1 line 0 comments Download
M tools/gritsettings/resource_ids View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/valgrind/OWNERS View 1 chunk +0 lines, -1 line 0 comments Download
M tools/valgrind/chrome_tests.py View 2 chunks +4 lines, -0 lines 0 comments Download
M tools/valgrind/drmemory/suppressions.txt View 1 chunk +26 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/base_unittests.gtest-drmemory_win32.txt View 1 chunk +1 line, -1 line 0 comments Download
M tools/valgrind/gtest_exclude/browser_tests.gtest-drmemory_win32.txt View 1 chunk +0 lines, -3 lines 0 comments Download
M tools/valgrind/gtest_exclude/content_browsertests.gtest-drmemory.txt View 1 chunk +6 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/message_center_unittests.gtest.txt View 1 chunk +1 line, -0 lines 0 comments Download
D tools/valgrind/gtest_exclude/mojo_application_manager_unittests.gtest-drmemory.txt View 1 chunk +0 lines, -2 lines 0 comments Download
M tools/valgrind/gtest_exclude/unit_tests.gtest_linux.txt View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/valgrind/memcheck/suppressions.txt View 10 chunks +30 lines, -84 lines 0 comments Download
M tools/valgrind/memcheck/suppressions_linux.txt View 1 chunk +1 line, -1 line 0 comments Download
M tools/valgrind/memcheck/suppressions_mac.txt View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 3 (1 generated)
jamesr
5 years, 7 months ago (2015-05-06 00:57:03 UTC) #2
jamesr
5 years, 7 months ago (2015-05-06 01:12:21 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
f19b1020c82ddc31bc8702fa64166e6f6378c9d2.

Powered by Google App Engine
This is Rietveld 408576698