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

Issue 1180693002: Update from https://crrev.com/333737 (Closed)

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

Description

Update from https://crrev.com/333737 * Cherrypick crrev.com/333293 (freetype -> freetype-android). * Update mojo/go/go.py to use android-16 (NDK API level 16), which is 4.1 (first Jelly Bean). Chromium dropped support for 14. * TODO (separately): also update tools/go/upload.py and upload new binaries? * Roll android_tools (to match Chromium). * Small fixes to match //base changes: base::ObserverList, TraceConfig, ThreadTicks, etc. * Restore build/ls.py (and add it to the list of files to not roll). * Remove the dependency on third_party/instrumented_libraries. * Add "enable_topchrome_md = false" to build/config/ui.gni. * Add build/config/ui.gni to files_not_to_roll in update_from_chromium.py. (We should probably get rid of the use_glib variable/argument, and others as well.) * Remove mojo/tools/roll/{roll_network_service.py, roll_network_service_patches/network_service.patch}. These are for rolling from Chromium, whereas we now have/use monet. * Roll buildtools (to match Chromium). * Modify sanitizer gn/gni files to make it work (patch included). (Maybe the patch even works -- I haven't checked.) TBR=rockot@chromium.org,jamesr@chromium.org,rogulenko@google.com Committed: https://chromium.googlesource.com/external/mojo/+/235cf3ddf1957d2319b130a785d3564e99d66011

Patch Set 1 #

Patch Set 2 : restore local changes to build/get_landmines.py #

Patch Set 3 : fix asan #

Patch Set 4 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27539 lines, -10166 lines) Patch
M .gitignore View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M DEPS View 1 2 3 3 chunks +4 lines, -15 lines 0 comments Download
M base/BUILD.gn View 1 2 3 12 chunks +15 lines, -10 lines 0 comments Download
A base/allocator/OWNERS View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
A base/android/apk_assets.h View 1 2 3 1 chunk +40 lines, -0 lines 0 comments Download
A base/android/apk_assets.cc View 1 2 3 1 chunk +51 lines, -0 lines 0 comments Download
M base/android/application_status_listener.cc View 1 2 3 2 chunks +13 lines, -12 lines 0 comments Download
M base/android/base_jni_registrar.cc View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M base/android/build_info.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
A base/android/java/src/org/chromium/base/ApkAssets.java View 1 2 3 1 chunk +45 lines, -0 lines 0 comments Download
M base/android/java/src/org/chromium/base/BaseChromiumApplication.java View 1 2 3 2 chunks +74 lines, -28 lines 0 comments Download
M base/android/java/src/org/chromium/base/Log.java View 1 2 3 8 chunks +11 lines, -45 lines 0 comments Download
M base/android/java/src/org/chromium/base/PackageUtils.java View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
M base/android/java/src/org/chromium/base/README_logging.md View 1 2 3 2 chunks +24 lines, -16 lines 0 comments Download
D base/android/java/src/org/chromium/base/WindowCallbackWrapper.java View 1 2 3 1 chunk +0 lines, -140 lines 0 comments Download
M base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java View 1 2 3 6 chunks +39 lines, -62 lines 0 comments Download
M base/android/java/src/org/chromium/base/library_loader/Linker.java View 1 2 3 4 chunks +0 lines, -48 lines 0 comments Download
M base/android/jni_generator/java/src/org/chromium/example/jni_generator/SampleForTests.java View 1 2 3 5 chunks +9 lines, -10 lines 0 comments Download
M base/android/jni_generator/jni_generator.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M base/android/jni_generator/sample_for_tests.h View 1 2 3 1 chunk +121 lines, -2 lines 0 comments Download
M base/android/jni_generator/sample_for_tests.cc View 1 2 3 2 chunks +9 lines, -2 lines 0 comments Download
A base/android/junit/src/org/chromium/base/BaseChromiumApplicationTest.java View 1 2 3 1 chunk +94 lines, -0 lines 0 comments Download
M base/android/library_loader/library_load_from_apk_status_codes.h View 1 2 3 2 chunks +8 lines, -5 lines 0 comments Download
M base/android/linker/linker_jni.cc View 1 2 3 4 chunks +0 lines, -58 lines 0 comments Download
M base/android/scoped_java_ref.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M base/base.gyp View 1 2 3 11 chunks +26 lines, -10 lines 0 comments Download
M base/base.gypi View 1 2 3 8 chunks +11 lines, -8 lines 0 comments Download
M base/base_nacl.gyp View 1 2 3 2 chunks +25 lines, -0 lines 0 comments Download
M base/base_unittests.isolate View 1 2 3 1 chunk +11 lines, -31 lines 0 comments Download
D base/chromeos/OWNERS View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
D base/chromeos/memory_pressure_monitor_chromeos.h View 1 2 3 1 chunk +0 lines, -113 lines 0 comments Download
D base/chromeos/memory_pressure_monitor_chromeos.cc View 1 2 3 1 chunk +0 lines, -264 lines 0 comments Download
D base/chromeos/memory_pressure_monitor_chromeos_unittest.cc View 1 2 3 1 chunk +0 lines, -164 lines 0 comments Download
M base/command_line.h View 1 2 3 6 chunks +26 lines, -7 lines 0 comments Download
M base/command_line.cc View 1 2 3 7 chunks +43 lines, -26 lines 0 comments Download
M base/command_line_unittest.cc View 1 2 3 6 chunks +23 lines, -2 lines 0 comments Download
M base/containers/hash_tables_unittest.cc View 1 2 3 4 chunks +4 lines, -3 lines 0 comments Download
M base/debug/debugger_posix.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M base/debug/stack_trace_unittest.cc View 1 2 3 1 chunk +7 lines, -1 line 0 comments Download
M base/environment.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M base/files/file_path.h View 1 2 3 3 chunks +10 lines, -5 lines 0 comments Download
M base/files/file_path.cc View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M base/files/file_path_unittest.cc View 1 2 3 2 chunks +11 lines, -0 lines 0 comments Download
M base/files/file_tracing.h View 1 2 3 2 chunks +14 lines, -19 lines 0 comments Download
M base/files/file_tracing.cc View 1 2 3 2 chunks +8 lines, -12 lines 0 comments Download
M base/files/file_util.cc View 1 2 3 6 chunks +6 lines, -0 lines 0 comments Download
M base/files/file_util_mac.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M base/files/file_util_posix.cc View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M base/files/file_util_unittest.cc View 1 2 3 13 chunks +72 lines, -156 lines 0 comments Download
M base/files/memory_mapped_file.h View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M base/files/memory_mapped_file.cc View 1 2 3 3 chunks +13 lines, -2 lines 0 comments Download
M base/guid_unittest.cc View 1 2 3 4 chunks +13 lines, -10 lines 0 comments Download
M base/i18n/bidi_line_iterator.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M base/i18n/bidi_line_iterator.cc View 1 2 3 1 chunk +1 line, -5 lines 0 comments Download
M base/i18n/case_conversion_unittest.cc View 1 2 3 2 chunks +54 lines, -2 lines 0 comments Download
M base/ios/OWNERS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M base/ios/crb_protocol_observers.h View 1 2 3 3 chunks +8 lines, -1 line 0 comments Download
M base/ios/crb_protocol_observers.mm View 1 2 3 6 chunks +104 lines, -13 lines 0 comments Download
M base/ios/crb_protocol_observers_unittest.mm View 1 2 3 5 chunks +126 lines, -0 lines 0 comments Download
M base/json/json_parser_unittest.cc View 1 2 3 4 chunks +26 lines, -28 lines 0 comments Download
M base/json/json_reader.h View 1 2 3 1 chunk +16 lines, -7 lines 0 comments Download
M base/json/json_reader.cc View 1 2 3 3 chunks +38 lines, -20 lines 0 comments Download
M base/json/json_reader_unittest.cc View 1 2 3 20 chunks +119 lines, -107 lines 0 comments Download
M base/json/json_string_value_serializer.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M base/json/json_value_converter_unittest.cc View 1 2 3 6 chunks +6 lines, -6 lines 0 comments Download
M base/json/json_value_serializer_unittest.cc View 1 2 3 4 chunks +5 lines, -5 lines 0 comments Download
M base/json/json_writer.h View 1 2 3 2 chunks +4 lines, -3 lines 0 comments Download
M base/json/json_writer.cc View 1 2 3 10 chunks +13 lines, -12 lines 0 comments Download
M base/json/json_writer_unittest.cc View 1 2 3 7 chunks +21 lines, -31 lines 0 comments Download
M base/json/string_escape.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M base/logging.h View 1 2 3 1 chunk +6 lines, -2 lines 0 comments Download
M base/logging.cc View 1 2 3 25 chunks +90 lines, -85 lines 0 comments Download
M base/mac/bind_objc_block_unittest.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
D base/mac/memory_pressure_monitor_mac.h View 1 2 3 1 chunk +0 lines, -62 lines 0 comments Download
D base/mac/memory_pressure_monitor_mac.cc View 1 2 3 1 chunk +0 lines, -76 lines 0 comments Download
D base/mac/memory_pressure_monitor_mac_unittest.cc View 1 2 3 1 chunk +0 lines, -59 lines 0 comments Download
M base/mac/sdk_forward_declarations.h View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
M base/macros.h View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M base/memory/BUILD.gn View 1 2 3 2 chunks +12 lines, -0 lines 0 comments Download
A base/memory/OWNERS View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M base/memory/discardable_shared_memory.h View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M base/memory/discardable_shared_memory.cc View 1 2 3 5 chunks +20 lines, -12 lines 0 comments Download
M base/memory/discardable_shared_memory_unittest.cc View 1 2 3 1 chunk +25 lines, -2 lines 0 comments Download
M base/memory/memory_pressure_listener.cc View 1 2 3 1 chunk +9 lines, -9 lines 0 comments Download
M base/memory/memory_pressure_monitor.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
A + base/memory/memory_pressure_monitor_chromeos.h View 1 2 3 6 chunks +16 lines, -10 lines 0 comments Download
A + base/memory/memory_pressure_monitor_chromeos.cc View 1 2 3 9 chunks +26 lines, -18 lines 0 comments Download
A + base/memory/memory_pressure_monitor_chromeos_unittest.cc View 1 2 3 4 chunks +9 lines, -7 lines 0 comments Download
A + base/memory/memory_pressure_monitor_mac.h View 1 2 3 4 chunks +11 lines, -10 lines 0 comments Download
A + base/memory/memory_pressure_monitor_mac.cc View 1 2 3 6 chunks +8 lines, -6 lines 0 comments Download
A + base/memory/memory_pressure_monitor_mac_unittest.cc View 1 2 3 2 chunks +18 lines, -15 lines 0 comments Download
A + base/memory/memory_pressure_monitor_win.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + base/memory/memory_pressure_monitor_win.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + base/memory/memory_pressure_monitor_win_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M base/memory/shared_memory.h View 1 2 3 4 chunks +15 lines, -12 lines 0 comments Download
M base/memory/shared_memory_nacl.cc View 1 2 3 4 chunks +9 lines, -3 lines 0 comments Download
M base/memory/shared_memory_posix.cc View 1 2 3 9 chunks +101 lines, -55 lines 0 comments Download
M base/memory/shared_memory_win.cc View 1 2 3 2 chunks +15 lines, -2 lines 0 comments Download
M base/message_loop/incoming_task_queue.h View 1 2 3 3 chunks +10 lines, -0 lines 0 comments Download
M base/message_loop/incoming_task_queue.cc View 1 2 3 3 chunks +26 lines, -10 lines 0 comments Download
M base/message_loop/message_loop.h View 1 2 3 5 chunks +36 lines, -7 lines 0 comments Download
M base/message_loop/message_loop.cc View 1 2 3 4 chunks +47 lines, -33 lines 0 comments Download
M base/message_loop/message_loop_proxy_impl.h View 1 2 3 3 chunks +7 lines, -1 line 0 comments Download
M base/message_loop/message_loop_proxy_impl.cc View 1 2 3 2 chunks +8 lines, -1 line 0 comments Download
M base/message_loop/message_pump_default.cc View 1 2 3 2 chunks +9 lines, -0 lines 0 comments Download
M base/message_loop/message_pump_libevent_unittest.cc View 1 2 3 1 chunk +7 lines, -1 line 0 comments Download
M base/message_loop/message_pump_perftest.cc View 1 2 3 6 chunks +6 lines, -11 lines 0 comments Download
M base/message_loop/message_pump_win.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M base/message_loop/message_pump_win.cc View 1 2 3 6 chunks +48 lines, -66 lines 0 comments Download
M base/metrics/histogram.h View 1 2 3 7 chunks +13 lines, -14 lines 0 comments Download
M base/metrics/histogram.cc View 1 2 3 26 chunks +35 lines, -36 lines 0 comments Download
M base/metrics/histogram_base.h View 1 2 3 4 chunks +6 lines, -7 lines 0 comments Download
M base/metrics/histogram_samples.h View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M base/metrics/histogram_snapshot_manager.cc View 1 2 3 2 chunks +1 line, -4 lines 0 comments Download
M base/metrics/histogram_unittest.cc View 1 2 3 9 chunks +8 lines, -11 lines 0 comments Download
M base/metrics/sample_map.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M base/metrics/sample_map.cc View 1 2 3 6 chunks +16 lines, -10 lines 0 comments Download
M base/metrics/sample_map_unittest.cc View 1 2 3 2 chunks +38 lines, -4 lines 0 comments Download
M base/metrics/sample_vector.cc View 1 2 3 2 chunks +1 line, -3 lines 0 comments Download
M base/metrics/sample_vector_unittest.cc View 1 2 3 2 chunks +3 lines, -4 lines 0 comments Download
M base/metrics/sparse_histogram.h View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M base/metrics/sparse_histogram.cc View 1 2 3 5 chunks +9 lines, -13 lines 0 comments Download
M base/metrics/sparse_histogram_unittest.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M base/metrics/statistics_recorder.cc View 1 2 3 10 chunks +20 lines, -42 lines 0 comments Download
M base/metrics/statistics_recorder_unittest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M base/numerics/safe_conversions.h View 1 2 3 1 chunk +62 lines, -0 lines 0 comments Download
M base/numerics/safe_conversions_impl.h View 1 2 3 4 chunks +7 lines, -7 lines 0 comments Download
M base/numerics/safe_math.h View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M base/numerics/safe_math_impl.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M base/numerics/safe_numerics_unittest.cc View 1 2 3 4 chunks +27 lines, -1 line 0 comments Download
M base/observer_list.h View 1 2 3 3 chunks +9 lines, -5 lines 0 comments Download
M base/observer_list_threadsafe.h View 1 2 3 12 chunks +32 lines, -24 lines 0 comments Download
M base/pickle.h View 1 2 3 4 chunks +9 lines, -5 lines 0 comments Download
M base/pickle.cc View 1 2 3 7 chunks +9 lines, -11 lines 0 comments Download
M base/pickle_unittest.cc View 1 2 3 6 chunks +10 lines, -9 lines 0 comments Download
A + base/posix/safe_strerror.h View 1 2 3 2 chunks +7 lines, -3 lines 0 comments Download
A + base/posix/safe_strerror.cc View 1 2 3 2 chunks +7 lines, -2 lines 0 comments Download
M base/posix/unix_domain_socket_linux.h View 1 2 3 4 chunks +9 lines, -5 lines 0 comments Download
M base/posix/unix_domain_socket_linux.cc View 1 2 3 9 chunks +14 lines, -10 lines 0 comments Download
M base/posix/unix_domain_socket_linux_unittest.cc View 1 2 3 6 chunks +13 lines, -13 lines 0 comments Download
M base/power_monitor/power_monitor_device_source_mac.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M base/power_monitor/power_monitor_device_source_win.cc View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
M base/prefs/default_pref_store.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M base/prefs/json_pref_store.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M base/prefs/json_pref_store.cc View 1 2 3 1 chunk +6 lines, -2 lines 0 comments Download
M base/prefs/json_pref_store_unittest.cc View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download
M base/prefs/overlay_user_pref_store.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M base/prefs/overlay_user_pref_store.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M base/prefs/persistent_pref_store.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M base/prefs/pref_notifier_impl.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M base/prefs/pref_service.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M base/prefs/pref_service.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M base/prefs/testing_pref_store.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M base/prefs/testing_pref_store.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M base/prefs/value_map_pref_store.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M base/process/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M base/process/kill.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M base/process/kill_posix.cc View 1 2 3 1 chunk +6 lines, -1 line 0 comments Download
M base/process/process.h View 1 2 3 3 chunks +24 lines, -2 lines 0 comments Download
A base/process/process_mac.cc View 1 2 3 1 chunk +128 lines, -0 lines 0 comments Download
M base/process/process_metrics_linux.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M base/process/process_metrics_win.cc View 1 2 3 1 chunk +1 line, -4 lines 0 comments Download
M base/process/process_posix.cc View 1 2 3 5 chunks +13 lines, -11 lines 0 comments Download
M base/process/process_unittest.cc View 1 2 3 3 chunks +24 lines, -2 lines 0 comments Download
M base/process/process_util_unittest.cc View 1 2 3 4 chunks +46 lines, -1 line 0 comments Download
M base/process/process_win.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M base/rand_util.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
D base/safe_strerror_posix.h View 1 2 3 1 chunk +0 lines, -38 lines 0 comments Download
D base/safe_strerror_posix.cc View 1 2 3 1 chunk +0 lines, -119 lines 0 comments Download
M base/strings/string_number_conversions_unittest.cc View 1 2 3 9 chunks +14 lines, -13 lines 0 comments Download
M base/strings/string_util.h View 1 2 3 3 chunks +22 lines, -47 lines 0 comments Download
M base/strings/string_util.cc View 1 2 3 2 chunks +16 lines, -4 lines 0 comments Download
M base/strings/string_util_unittest.cc View 1 2 3 8 chunks +14 lines, -14 lines 0 comments Download
M base/sys_info_ios.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M base/test/BUILD.gn View 1 2 3 3 chunks +5 lines, -0 lines 0 comments Download
A base/test/android/java/src/org/chromium/base/TestUiThread.java View 1 2 3 1 chunk +49 lines, -0 lines 0 comments Download
A + base/test/gtest_xml_unittest_result_printer.h View 1 2 3 2 chunks +5 lines, -14 lines 0 comments Download
A base/test/gtest_xml_unittest_result_printer.cc View 1 2 3 1 chunk +77 lines, -0 lines 0 comments Download
M base/test/gtest_xml_util.h View 1 2 3 1 chunk +0 lines, -24 lines 0 comments Download
M base/test/gtest_xml_util.cc View 1 2 3 1 chunk +1 line, -62 lines 0 comments Download
A base/test/launcher/test_launcher_nacl_nonsfi.h View 1 2 3 1 chunk +17 lines, -0 lines 0 comments Download
A + base/test/launcher/test_launcher_nacl_nonsfi.cc View 1 2 3 4 chunks +49 lines, -76 lines 0 comments Download
A base/test/launcher/unit_test_launcher_nacl_nonsfi.cc View 1 2 3 1 chunk +51 lines, -0 lines 0 comments Download
M base/test/test_file_util.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M base/test/test_suite.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A base/test/test_ui_thread_android.h View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
A base/test/test_ui_thread_android.cc View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
M base/test/trace_event_analyzer.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M base/test/trace_event_analyzer_unittest.cc View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M base/test/trace_to_file.cc View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M base/test/values_test_util.cc View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M base/threading/platform_thread.h View 1 2 3 3 chunks +9 lines, -2 lines 0 comments Download
M base/threading/platform_thread_mac.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M base/threading/platform_thread_posix.cc View 1 2 3 4 chunks +8 lines, -9 lines 0 comments Download
M base/threading/platform_thread_win.cc View 1 2 3 5 chunks +8 lines, -8 lines 0 comments Download
M base/threading/simple_thread.h View 1 2 3 2 chunks +6 lines, -1 line 0 comments Download
M base/threading/simple_thread.cc View 1 2 3 1 chunk +7 lines, -1 line 0 comments Download
M base/threading/thread.h View 1 2 3 7 chunks +28 lines, -12 lines 0 comments Download
M base/threading/thread.cc View 1 2 3 8 chunks +104 lines, -84 lines 0 comments Download
M base/threading/thread_id_name_manager_unittest.cc View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
M base/threading/thread_perftest.cc View 1 2 3 4 chunks +8 lines, -8 lines 0 comments Download
M base/threading/thread_unittest.cc View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M base/time/time.h View 1 2 3 4 chunks +122 lines, -55 lines 0 comments Download
M base/time/time.cc View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download
M base/time/time_mac.cc View 1 2 3 7 chunks +19 lines, -16 lines 0 comments Download
M base/time/time_posix.cc View 1 2 3 4 chunks +24 lines, -30 lines 0 comments Download
M base/time/time_unittest.cc View 1 2 3 4 chunks +10 lines, -9 lines 0 comments Download
M base/time/time_win.cc View 1 2 3 11 chunks +23 lines, -20 lines 0 comments Download
M base/time/time_win_unittest.cc View 1 2 3 2 chunks +4 lines, -3 lines 0 comments Download
M base/tools_sanity_unittest.cc View 1 2 3 3 chunks +14 lines, -2 lines 0 comments Download
M base/trace_event/BUILD.gn View 1 2 3 3 chunks +6 lines, -0 lines 0 comments Download
M base/trace_event/java_heap_dump_provider_android.cc View 1 2 3 1 chunk +10 lines, -7 lines 0 comments Download
M base/trace_event/malloc_dump_provider.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M base/trace_event/malloc_dump_provider.cc View 1 2 3 2 chunks +10 lines, -8 lines 0 comments Download
M base/trace_event/memory_allocator_dump.h View 1 2 3 4 chunks +17 lines, -0 lines 0 comments Download
M base/trace_event/memory_allocator_dump.cc View 1 2 3 5 chunks +31 lines, -3 lines 0 comments Download
A base/trace_event/memory_allocator_dump_guid.h View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download
A base/trace_event/memory_allocator_dump_guid.cc View 1 2 3 1 chunk +30 lines, -0 lines 0 comments Download
M base/trace_event/memory_allocator_dump_unittest.cc View 1 2 3 4 chunks +79 lines, -44 lines 0 comments Download
M base/trace_event/memory_dump_manager_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M base/trace_event/process_memory_dump.h View 1 2 3 5 chunks +66 lines, -0 lines 0 comments Download
M base/trace_event/process_memory_dump.cc View 1 2 3 2 chunks +104 lines, -4 lines 0 comments Download
A base/trace_event/process_memory_dump_unittest.cc View 1 2 3 1 chunk +158 lines, -0 lines 0 comments Download
M base/trace_event/process_memory_maps.h View 1 2 3 2 chunks +14 lines, -4 lines 0 comments Download
M base/trace_event/process_memory_maps.cc View 1 2 3 3 chunks +25 lines, -4 lines 0 comments Download
M base/trace_event/process_memory_maps_dump_provider.cc View 1 2 3 4 chunks +15 lines, -13 lines 0 comments Download
M base/trace_event/process_memory_maps_dump_provider_unittest.cc View 1 2 3 3 chunks +16 lines, -7 lines 0 comments Download
M base/trace_event/process_memory_totals.h View 1 2 3 1 chunk +18 lines, -1 line 0 comments Download
M base/trace_event/process_memory_totals.cc View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
M base/trace_event/process_memory_totals_dump_provider.cc View 1 2 3 2 chunks +33 lines, -0 lines 0 comments Download
A base/trace_event/trace_config.h View 1 2 3 1 chunk +205 lines, -0 lines 0 comments Download
A base/trace_event/trace_config.cc View 1 2 3 1 chunk +547 lines, -0 lines 0 comments Download
A base/trace_event/trace_config_unittest.cc View 1 2 3 1 chunk +492 lines, -0 lines 0 comments Download
M base/trace_event/trace_event.h View 1 2 3 16 chunks +46 lines, -20 lines 0 comments Download
M base/trace_event/trace_event.gypi View 1 2 3 3 chunks +6 lines, -0 lines 0 comments Download
M base/trace_event/trace_event_android.cc View 1 2 3 2 chunks +4 lines, -5 lines 0 comments Download
M base/trace_event/trace_event_argument.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M base/trace_event/trace_event_argument.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M base/trace_event/trace_event_etw_export_win.cc View 1 2 3 5 chunks +14 lines, -5 lines 0 comments Download
M base/trace_event/trace_event_impl.h View 1 2 3 19 chunks +40 lines, -179 lines 0 comments Download
M base/trace_event/trace_event_impl.cc View 1 2 3 36 chunks +114 lines, -396 lines 0 comments Download
M base/trace_event/trace_event_impl_constants.cc View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M base/trace_event/trace_event_system_stats_monitor.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M base/trace_event/trace_event_unittest.cc View 1 2 3 46 chunks +196 lines, -405 lines 0 comments Download
M base/trace_event/winheap_dump_provider_win.cc View 1 2 3 4 chunks +32 lines, -14 lines 0 comments Download
M base/trace_event/winheap_dump_provider_win_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M base/tuple.h View 1 2 3 3 chunks +7 lines, -3 lines 0 comments Download
M base/tuple_unittest.cc View 1 2 3 5 chunks +14 lines, -9 lines 0 comments Download
M base/values.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M base/values.cc View 1 2 3 3 chunks +42 lines, -38 lines 0 comments Download
M base/values_unittest.cc View 1 2 3 5 chunks +8 lines, -8 lines 0 comments Download
D base/win/memory_pressure_monitor.h View 1 2 3 1 chunk +0 lines, -144 lines 0 comments Download
D base/win/memory_pressure_monitor.cc View 1 2 3 1 chunk +0 lines, -254 lines 0 comments Download
D base/win/memory_pressure_monitor_unittest.cc View 1 2 3 1 chunk +0 lines, -298 lines 0 comments Download
M base/win/message_window.cc View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M build/all.gyp View 1 2 3 13 chunks +15 lines, -19 lines 0 comments Download
M build/android/adb_android_webview_command_line View 1 2 3 1 chunk +3 lines, -20 lines 0 comments Download
A build/android/adb_chrome_public_command_line View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
M build/android/adb_chrome_shell_command_line View 1 2 3 1 chunk +3 lines, -20 lines 0 comments Download
A build/android/adb_command_line_functions.sh View 1 2 3 1 chunk +40 lines, -0 lines 0 comments Download
M build/android/adb_content_shell_command_line View 1 2 3 1 chunk +3 lines, -20 lines 0 comments Download
A build/android/adb_gdb_chrome_public View 1 2 3 1 chunk +16 lines, -0 lines 0 comments Download
M build/android/adb_install_apk.py View 1 2 3 2 chunks +6 lines, -8 lines 0 comments Download
A + build/android/adb_kill_chrome_public View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M build/android/adb_reverse_forwarder.py View 1 2 3 2 chunks +8 lines, -8 lines 0 comments Download
A + build/android/adb_run_chrome_public View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M build/android/ant/apk-package.xml View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A build/android/apkbuilder_action.gypi View 1 2 3 1 chunk +79 lines, -0 lines 0 comments Download
M build/android/buildbot/bb_device_status_check.py View 1 2 3 12 chunks +49 lines, -57 lines 0 comments Download
M build/android/buildbot/bb_device_steps.py View 1 2 3 5 chunks +7 lines, -8 lines 0 comments Download
D build/android/cpufeatures.gypi View 1 2 3 1 chunk +0 lines, -14 lines 0 comments Download
M build/android/finalize_apk_action.gypi View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
A build/android/finalize_splits_action.gypi View 1 2 3 1 chunk +70 lines, -0 lines 0 comments Download
M build/android/gyp/apk_install.py View 1 2 3 3 chunks +53 lines, -6 lines 0 comments Download
A build/android/gyp/create_test_runner_script.py View 1 2 3 1 chunk +92 lines, -0 lines 0 comments Download
M build/android/gyp/finalize_apk.py View 1 2 3 3 chunks +14 lines, -10 lines 0 comments Download
A build/android/gyp/finalize_splits.py View 1 2 3 1 chunk +44 lines, -0 lines 0 comments Download
M build/android/gyp/generate_split_manifest.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M build/android/gyp/generate_v14_compatible_resources.py View 1 2 3 5 chunks +23 lines, -63 lines 0 comments Download
M build/android/gyp/java_cpp_enum.py View 1 2 3 2 chunks +6 lines, -2 lines 0 comments Download
M build/android/gyp/pack_arm_relocations.py View 1 2 3 5 chunks +11 lines, -41 lines 0 comments Download
M build/android/gyp/package_resources.py View 1 2 3 8 chunks +92 lines, -14 lines 0 comments Download
M build/android/gyp/process_resources.py View 1 2 3 6 chunks +14 lines, -15 lines 0 comments Download
M build/android/lint/suppressions.xml View 1 2 3 1 chunk +5 lines, -4 lines 0 comments Download
M build/android/pack_arm_relocations.gypi View 1 2 3 3 chunks +5 lines, -14 lines 0 comments Download
A build/android/package_resources_action.gypi View 1 2 3 1 chunk +87 lines, -0 lines 0 comments Download
M build/android/provision_devices.py View 1 2 3 1 chunk +5 lines, -4 lines 0 comments Download
M build/android/pylib/android_commands.py View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M build/android/pylib/constants/__init__.py View 1 2 3 3 chunks +9 lines, -3 lines 0 comments Download
M build/android/pylib/device/adb_wrapper.py View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M build/android/pylib/device/battery_utils.py View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M build/android/pylib/device/battery_utils_test.py View 1 2 3 1 chunk +5 lines, -2 lines 0 comments Download
M build/android/pylib/device/device_utils.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/device/device_utils_test.py View 1 2 3 4 chunks +35 lines, -8 lines 0 comments Download
M build/android/pylib/forwarder.py View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M build/android/pylib/gtest/filter/gfx_unittests_disabled View 1 2 3 1 chunk +0 lines, -17 lines 0 comments Download
M build/android/pylib/gtest/filter/webkit_unit_tests_disabled View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
M build/android/pylib/gtest/gtest_test_instance.py View 1 2 3 2 chunks +9 lines, -10 lines 0 comments Download
M build/android/pylib/gtest/local_device_gtest_run.py View 1 2 3 6 chunks +22 lines, -12 lines 0 comments Download
M build/android/pylib/gtest/setup.py View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M build/android/pylib/gtest/test_package_apk.py View 1 2 3 1 chunk +3 lines, -7 lines 0 comments Download
M build/android/pylib/gtest/test_runner.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M build/android/pylib/instrumentation/instrumentation_test_instance.py View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M build/android/pylib/instrumentation/test_runner.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M build/android/pylib/perf/perf_control.py View 1 2 3 2 chunks +5 lines, -1 line 0 comments Download
M build/android/pylib/perf/test_runner.py View 1 2 3 4 chunks +14 lines, -2 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_gtest_run.py View 1 2 3 2 chunks +0 lines, -6 lines 0 comments Download
M build/android/pylib/utils/apk_helper.py View 1 2 3 2 chunks +57 lines, -16 lines 0 comments Download
M build/android/pylib/utils/md5sum.py View 1 2 3 2 chunks +9 lines, -3 lines 0 comments Download
M build/android/pylib/utils/md5sum_test.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M build/android/rezip/RezipApk.java View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M build/android/screenshot.py View 1 2 3 2 chunks +5 lines, -4 lines 0 comments Download
A build/android/test_runner.gypi View 1 2 3 1 chunk +72 lines, -0 lines 0 comments Download
M build/android/test_runner.py View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M build/android/tombstones.py View 1 2 3 1 chunk +4 lines, -3 lines 0 comments Download
M build/android/update_verification.py View 1 2 3 2 chunks +19 lines, -12 lines 0 comments Download
A + build/apk_browsertest.gypi View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M build/apk_test.gypi View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M build/common.gypi View 1 2 3 58 chunks +191 lines, -187 lines 0 comments Download
M build/config/BUILD.gn View 1 2 3 4 chunks +32 lines, -3 lines 0 comments Download
M build/config/BUILDCONFIG.gn View 1 2 3 7 chunks +63 lines, -21 lines 0 comments Download
M build/config/allocator.gni View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M build/config/android/config.gni View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M build/config/android/internal_rules.gni View 1 2 3 35 chunks +373 lines, -91 lines 0 comments Download
M build/config/android/rules.gni View 1 2 3 39 chunks +385 lines, -88 lines 0 comments Download
M build/config/arm.gni View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M build/config/clang/BUILD.gn View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M build/config/compiler/BUILD.gn View 1 2 3 15 chunks +355 lines, -202 lines 0 comments Download
M build/config/crypto.gni View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M build/config/features.gni View 1 2 3 1 chunk +8 lines, -5 lines 0 comments Download
M build/config/ios/BUILD.gn View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M build/config/sanitizers/BUILD.gn View 1 2 3 2 chunks +32 lines, -10 lines 0 comments Download
A build/config/sanitizers/sanitizers.gni View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
M build/config/ui.gni View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M build/filename_rules.gypi View 1 2 3 1 chunk +1 line, -8 lines 0 comments Download
M build/get_landmines.py View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M build/gn_migration.gypi View 1 2 3 6 chunks +5 lines, -6 lines 0 comments Download
M build/gyp_chromium View 1 2 3 3 chunks +12 lines, -10 lines 0 comments Download
M build/install-build-deps.sh View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M build/ios/grit_whitelist.txt View 1 2 3 7 chunks +19 lines, -4 lines 0 comments Download
M build/isolate.gypi View 1 2 3 1 chunk +1 line, -6 lines 0 comments Download
M build/java.gypi View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M build/java_aidl.gypi View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M build/java_apk.gypi View 1 2 3 13 chunks +172 lines, -115 lines 0 comments Download
M build/json_schema_api.gni View 1 2 3 2 chunks +6 lines, -4 lines 0 comments Download
M build/linux/system.gyp View 1 2 3 1 chunk +0 lines, -8 lines 0 comments Download
M build/sanitizers/tsan_suppressions.cc View 1 2 3 2 chunks +2 lines, -5 lines 0 comments Download
M build/secondary/third_party/android_tools/BUILD.gn View 1 2 3 3 chunks +11 lines, -3 lines 0 comments Download
D build/secondary/third_party/freetype/BUILD.gn View 1 2 3 1 chunk +0 lines, -51 lines 0 comments Download
M build/secondary/third_party/libsrtp/BUILD.gn View 1 2 3 8 chunks +54 lines, -2 lines 0 comments Download
M build/secondary/tools/grit/grit_rule.gni View 1 2 3 2 chunks +10 lines, -4 lines 0 comments Download
M build/toolchain/win/BUILD.gn View 1 2 3 4 chunks +32 lines, -11 lines 0 comments Download
M build/toolchain/win/midl.gni View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
D build/toolchain_vs2013.hash View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M build/vs_toolchain.py View 1 2 3 6 chunks +61 lines, -23 lines 0 comments Download
M cc/debug/lap_timer.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/lap_timer.cc View 1 2 3 2 chunks +5 lines, -4 lines 0 comments Download
M cc/debug/rendering_stats_instrumentation.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M cc/debug/rendering_stats_instrumentation.cc View 1 2 3 1 chunk +10 lines, -10 lines 0 comments Download
M cc/surfaces/surface_manager.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M crypto/secure_hash.h View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M crypto/secure_hash_openssl.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M crypto/secure_hash_unittest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M gin/modules/module_registry.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/shader_translator.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/valuebuffer_manager.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M gpu/config/gpu_control_list.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M gpu/config/gpu_test_expectations_parser.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M mojo/common/message_pump_mojo.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M mojo/common/trace_controller_impl.cc View 1 2 3 2 chunks +4 lines, -3 lines 0 comments Download
M mojo/edk/js/handle.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M mojo/edk/system/message_pipe_perftest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/go/go.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M mojo/gpu/gl_context.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/view_manager/public/cpp/lib/view_private.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/view_manager/public/cpp/view.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
D mojo/tools/roll/roll_network_service.py View 1 2 3 1 chunk +0 lines, -132 lines 0 comments Download
D mojo/tools/roll/roll_network_service_patches/network_service.patch View 1 2 3 1 chunk +0 lines, -11 lines 0 comments Download
A mojo/tools/roll/sanitizers_build.patch View 1 2 3 1 chunk +35 lines, -0 lines 0 comments Download
M mojo/tools/roll/update_from_chromium.py View 1 2 3 1 chunk +5 lines, -1 line 0 comments Download
M sandbox/linux/BUILD.gn View 1 2 3 5 chunks +18 lines, -4 lines 0 comments Download
M sandbox/linux/bpf_dsl/codegen.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/bpf_dsl/codegen.cc View 1 2 3 1 chunk +8 lines, -8 lines 0 comments Download
M sandbox/linux/integration_tests/namespace_unix_domain_socket_unittest.cc View 1 2 3 6 chunks +6 lines, -6 lines 0 comments Download
M sandbox/linux/sandbox_linux.gypi View 1 2 3 3 chunks +11 lines, -0 lines 0 comments Download
A sandbox/linux/sandbox_linux_nacl_nonsfi.gyp View 1 2 3 1 chunk +88 lines, -0 lines 0 comments Download
M sandbox/linux/sandbox_linux_test_sources.gypi View 1 2 3 2 chunks +15 lines, -2 lines 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions_unittests.cc View 1 2 3 5 chunks +13 lines, -4 lines 0 comments Download
M sandbox/linux/syscall_broker/broker_client.cc View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M sandbox/linux/syscall_broker/broker_host.cc View 1 2 3 6 chunks +9 lines, -9 lines 0 comments Download
M sandbox/linux/syscall_broker/broker_process_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/system_headers/arm_linux_syscalls.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
A sandbox/linux/system_headers/linux_time.h View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
M sandbox/linux/tests/main.cc View 1 2 3 4 chunks +8 lines, -6 lines 0 comments Download
M sandbox/linux/tests/unit_tests.cc View 1 2 3 6 chunks +22 lines, -4 lines 0 comments Download
M services/url_response_disk_cache/url_response_disk_cache_impl.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M services/view_manager/animation_runner.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M services/view_manager/server_view.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M services/view_manager/server_view.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M services/window_manager/capture_controller.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M services/window_manager/focus_controller.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M shell/tracer.cc View 1 2 3 2 chunks +4 lines, -3 lines 0 comments Download
M skia/BUILD.gn View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/skia_utils_base.h View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M skia/ext/skia_utils_base.cc View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M sky/services/platform/url_request_types.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M sky/shell/android/tracing_controller.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M testing/android/native_test.gyp View 1 2 3 2 chunks +36 lines, -20 lines 0 comments Download
M testing/android/native_test/BUILD.gn View 1 2 3 2 chunks +17 lines, -16 lines 0 comments Download
M testing/android/native_test/java/AndroidManifest.xml View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A testing/android/native_test/java/src/org/chromium/native_test/NativeBrowserTestActivity.java View 1 2 3 1 chunk +46 lines, -0 lines 0 comments Download
M testing/android/native_test/java/src/org/chromium/native_test/NativeTestActivity.java View 1 2 3 5 chunks +45 lines, -48 lines 0 comments Download
M testing/android/native_test/java/src/org/chromium/native_test/NativeTestInstrumentationTestRunner.java View 1 2 3 4 chunks +14 lines, -23 lines 0 comments Download
A testing/android/native_test/java/src/org/chromium/native_test/NativeUnitTestActivity.java View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download
M testing/android/native_test/native_test_jni_onload.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M testing/android/native_test/native_test_launcher.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M testing/android/native_test/native_test_launcher.cc View 1 2 3 4 chunks +7 lines, -7 lines 0 comments Download
M testing/android/native_test/native_test_util.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M testing/android/native_test/native_test_util.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M testing/buildbot/OWNERS View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M testing/buildbot/chromium.chromiumos.json View 1 2 3 3 chunks +9 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.fyi.json View 1 2 3 41 chunks +984 lines, -227 lines 0 comments Download
M testing/buildbot/chromium.linux.json View 1 2 3 3 chunks +75 lines, -5 lines 0 comments Download
M testing/buildbot/chromium.perf.json View 1 2 3 9 chunks +82 lines, -1 line 0 comments Download
M testing/buildbot/chromium.webkit.json View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.win.json View 1 2 3 8 chunks +48 lines, -41 lines 0 comments Download
M testing/buildbot/chromium_arm.json View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M testing/buildbot/chromium_trybot.json View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
A + testing/buildbot/client.v8.branches.json View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M testing/buildbot/manage.py View 1 2 3 4 chunks +157 lines, -110 lines 0 comments Download
M testing/buildbot/trybot_analyze_config.json View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M testing/buildbot/tryserver.chromium.linux.json View 1 2 3 5 chunks +19 lines, -19 lines 0 comments Download
M testing/buildbot/tryserver.chromium.win.json View 1 2 3 4 chunks +0 lines, -20 lines 0 comments Download
M testing/chromoting/browser_test_commands_linux.txt View 1 2 3 1 chunk +17 lines, -19 lines 0 comments Download
M testing/chromoting/browser_tests_launcher.py View 1 2 3 2 chunks +48 lines, -14 lines 0 comments Download
M testing/chromoting/chromoting_integration_tests.isolate View 1 2 3 3 chunks +0 lines, -3 lines 0 comments Download
D testing/commit_queue/OWNERS View 1 2 3 1 chunk +0 lines, -7 lines 0 comments Download
D testing/commit_queue/config.json View 1 2 3 1 chunk +0 lines, -182 lines 0 comments Download
M testing/generate_gmock_mutant.py View 1 2 3 6 chunks +14 lines, -10 lines 0 comments Download
M testing/gmock_mutant.h View 1 2 3 106 chunks +2217 lines, -2035 lines 0 comments Download
M testing/gtest_ios/unittest-Info.plist View 1 2 3 2 chunks +38 lines, -0 lines 0 comments Download
M testing/gtest_mac.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M testing/gtest_mac_unittest.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M testing/gtest_nacl.gyp View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M testing/iossim/iossim.gyp View 1 2 3 4 chunks +4 lines, -11 lines 0 comments Download
M testing/iossim/iossim.mm View 1 2 3 2 chunks +1 line, -7 lines 0 comments Download
M testing/iossim/redirect-stdout.sh View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
A testing/scripts/gn_check.py View 1 2 3 1 chunk +57 lines, -0 lines 0 comments Download
A testing/scripts/gyp_flag_compare.py View 1 2 3 1 chunk +49 lines, -0 lines 0 comments Download
A + testing/scripts/mojo_apptest.py View 1 2 3 2 chunks +8 lines, -9 lines 0 comments Download
M testing/test.gni View 1 2 3 1 chunk +17 lines, -1 line 0 comments Download
A testing/variations/PRESUBMIT.py View 1 2 3 1 chunk +83 lines, -0 lines 0 comments Download
A testing/variations/fieldtrial_testing_config.json View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A testing/variations/fieldtrial_testing_config_win.json View 1 2 3 1 chunk +97 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/BUILD.gn View 1 2 3 1 chunk +47 lines, -0 lines 0 comments Download
A + third_party/android_crazy_linker/LICENSE View 1 2 3 1 chunk +28 lines, -0 lines 0 comments Download
A + third_party/android_crazy_linker/OWNERS View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A third_party/android_crazy_linker/README.chromium View 1 2 3 1 chunk +82 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/crazy_linker.gyp View 1 2 3 1 chunk +56 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/Android.mk View 1 2 3 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/DESIGN.TXT View 1 2 3 1 chunk +205 lines, -0 lines 0 comments Download
A + third_party/android_crazy_linker/src/LICENSE View 1 2 3 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/README.TXT View 1 2 3 1 chunk +137 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/include/crazy_linker.h View 1 2 3 1 chunk +379 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/minitest View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_api.cpp View 1 2 3 1 chunk +423 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_ashmem.h View 1 2 3 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_ashmem.cpp View 1 2 3 1 chunk +89 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_ashmem_unittest.cpp View 1 2 3 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_debug.h View 1 2 3 1 chunk +62 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_debug.cpp View 1 2 3 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_elf_loader.h View 1 2 3 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_elf_loader.cpp View 1 2 3 1 chunk +349 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_elf_relocations.h View 1 2 3 1 chunk +170 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_elf_relocations.cpp View 1 2 3 1 chunk +1211 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_elf_relro.h View 1 2 3 1 chunk +83 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_elf_relro.cpp View 1 2 3 1 chunk +230 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_elf_symbols.h View 1 2 3 1 chunk +77 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_elf_symbols.cpp View 1 2 3 1 chunk +146 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_elf_view.h View 1 2 3 1 chunk +123 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_elf_view.cpp View 1 2 3 1 chunk +125 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_error.h View 1 2 3 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_error.cpp View 1 2 3 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_error_unittest.cpp View 1 2 3 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_globals.h View 1 2 3 1 chunk +56 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_globals.cpp View 1 2 3 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_globals_unittest.cpp View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_leb128.h View 1 2 3 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_library_list.h View 1 2 3 1 chunk +135 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_library_list.cpp View 1 2 3 1 chunk +554 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_library_view.h View 1 2 3 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_library_view.cpp View 1 2 3 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_line_reader.h View 1 2 3 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_line_reader.cpp View 1 2 3 1 chunk +136 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_line_reader_unittest.cpp View 1 2 3 1 chunk +92 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_memory_mapping.h View 1 2 3 1 chunk +88 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_proc_maps.h View 1 2 3 1 chunk +80 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_proc_maps.cpp View 1 2 3 1 chunk +300 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_proc_maps_unittest.cpp View 1 2 3 1 chunk +215 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_rdebug.h View 1 2 3 1 chunk +249 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_rdebug.cpp View 1 2 3 1 chunk +516 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_search_path_list.h View 1 2 3 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_search_path_list.cpp View 1 2 3 1 chunk +83 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_search_path_list_unittest.cpp View 1 2 3 1 chunk +90 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_shared_library.h View 1 2 3 1 chunk +209 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_shared_library.cpp View 1 2 3 1 chunk +485 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_system.h View 1 2 3 1 chunk +81 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_system.cpp View 1 2 3 1 chunk +90 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_system_mock.h View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_system_mock.cpp View 1 2 3 1 chunk +387 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_system_unittest.cpp View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_thread.h View 1 2 3 1 chunk +81 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_thread.cpp View 1 2 3 1 chunk +80 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_thread_unittest.cpp View 1 2 3 1 chunk +124 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_util.h View 1 2 3 1 chunk +305 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_util.cpp View 1 2 3 1 chunk +124 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_util_unittest.cpp View 1 2 3 1 chunk +229 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_wrappers.h View 1 2 3 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_wrappers.cpp View 1 2 3 1 chunk +278 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_zip.h View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/crazy_linker_zip.cpp View 1 2 3 1 chunk +252 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/elf_traits.h View 1 2 3 1 chunk +96 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/linker_phdr.h View 1 2 3 1 chunk +82 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/src/linker_phdr.cpp View 1 2 3 1 chunk +407 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/tests/Android.mk View 1 2 3 1 chunk +126 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/tests/bar.cpp View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/tests/bar_with_relro.cpp View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/tests/bench_load_library.cpp View 1 2 3 1 chunk +150 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/tests/foo.cpp View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/tests/foo2.cpp View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/tests/foo_with_relro.cpp View 1 2 3 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/tests/foo_with_static_constructor.cpp View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/tests/jni_lib.cpp View 1 2 3 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/tests/test_constructors_destructors.cpp View 1 2 3 1 chunk +65 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/tests/test_dl_wrappers.cpp View 1 2 3 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/tests/test_jni_hooks.cpp View 1 2 3 1 chunk +72 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/tests/test_load_library.cpp View 1 2 3 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/tests/test_load_library_callbacks.cpp View 1 2 3 1 chunk +158 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/tests/test_load_library_depends.cpp View 1 2 3 1 chunk +55 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/tests/test_relocated_shared_relro.cpp View 1 2 3 1 chunk +104 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/tests/test_search_path_list.cpp View 1 2 3 1 chunk +134 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/tests/test_shared_relro.cpp View 1 2 3 1 chunk +104 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/tests/test_two_shared_relros.cpp View 1 2 3 1 chunk +122 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/tests/test_util.h View 1 2 3 1 chunk +469 lines, -0 lines 0 comments Download
A third_party/android_crazy_linker/src/tests/zoo.cpp View 1 2 3 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/android_platform/config.gni View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/freetype-android/BUILD.gn View 1 2 3 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/freetype-android/README.chromium View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
M tools/android/adb_remote_setup.sh View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
M tools/android/forwarder2/BUILD.gn View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M tools/android/forwarder2/command.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M tools/android/forwarder2/common.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M tools/android/forwarder2/daemon.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M tools/android/forwarder2/host_forwarder_main.cc View 1 2 3 5 chunks +6 lines, -9 lines 0 comments Download
M tools/android/forwarder2/pipe_notifier.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M tools/android/forwarder2/socket.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M tools/android/md5sum/BUILD.gn View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M tools/android/mempressure.py View 1 2 3 2 chunks +3 lines, -4 lines 0 comments Download
M tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp View 1 2 3 22 chunks +155 lines, -15 lines 0 comments Download
M tools/clang/blink_gc_plugin/Config.h View 1 2 3 3 chunks +3 lines, -2 lines 0 comments Download
M tools/clang/blink_gc_plugin/JsonWriter.h View 1 2 3 3 chunks +3 lines, -15 lines 0 comments Download
M tools/clang/blink_gc_plugin/RecordInfo.h View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M tools/clang/blink_gc_plugin/RecordInfo.cpp View 1 2 3 2 chunks +22 lines, -0 lines 0 comments Download
A + tools/clang/blink_gc_plugin/tests/cycle_super_neg.txt View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/delayed_parsing.cpp View 1 2 3 1 chunk +25 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/delayed_parsing.flags View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A + tools/clang/blink_gc_plugin/tests/delayed_parsing.txt View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M tools/clang/blink_gc_plugin/tests/destructor_access_finalized_field.h View 1 2 3 2 chunks +14 lines, -0 lines 0 comments Download
M tools/clang/blink_gc_plugin/tests/destructor_access_finalized_field.cpp View 1 2 3 2 chunks +9 lines, -1 line 0 comments Download
M tools/clang/blink_gc_plugin/tests/destructor_access_finalized_field.txt View 1 2 3 1 chunk +6 lines, -6 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/destructor_eagerly_finalized.h View 1 2 3 1 chunk +47 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/destructor_eagerly_finalized.cpp View 1 2 3 1 chunk +37 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/destructor_eagerly_finalized.txt View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
M tools/clang/blink_gc_plugin/tests/heap/stubs.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M tools/clang/blink_gc_plugin/tests/member_in_offheap_class.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M tools/clang/blink_gc_plugin/tests/member_in_offheap_class.txt View 1 2 3 1 chunk +10 lines, -1 line 0 comments Download
A + tools/clang/blink_gc_plugin/tests/register_weak_members_template.txt View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/clang/blink_gc_plugin/tests/trace_after_dispatch_impl.txt View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/clang/blink_gc_plugin/tests/traceimpl.txt View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/clang/blink_gc_plugin/tests/traceimpl_derived_from_templated_base.txt View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/clang/blink_gc_plugin/tests/traceimpl_omitted_trace.txt View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/clang/blink_gc_plugin/tests/traceimpl_overloaded.txt View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
D tools/clang/scripts/blink_gc_plugin_flags.sh View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
A tools/clang/scripts/package.py View 1 2 3 1 chunk +232 lines, -0 lines 0 comments Download
D tools/clang/scripts/package.sh View 1 2 3 1 chunk +0 lines, -200 lines 0 comments Download
M tools/clang/scripts/run_tool.py View 1 2 3 1 chunk +4 lines, -3 lines 0 comments Download
M tools/clang/scripts/update.py View 1 2 3 9 chunks +234 lines, -91 lines 0 comments Download
M tools/clang/scripts/update.sh View 1 2 3 7 chunks +46 lines, -35 lines 0 comments Download
M tools/gritsettings/resource_ids View 1 2 3 1 chunk +13 lines, -10 lines 0 comments Download
A tools/memory/asan/blacklist.txt View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M tools/valgrind/drmemory/suppressions.txt View 1 2 3 2 chunks +17 lines, -19 lines 0 comments Download
M tools/valgrind/drmemory/suppressions_full.txt View 1 2 3 7 chunks +55 lines, -83 lines 0 comments Download
M tools/valgrind/gtest_exclude/base_unittests.gtest.txt View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M tools/valgrind/gtest_exclude/browser_tests.gtest-drmemory.txt View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
M tools/valgrind/gtest_exclude/cc_unittests.gtest-drmemory_win32.txt View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/content_browsertests.gtest-drmemory.txt View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M tools/valgrind/gtest_exclude/content_browsertests.gtest-drmemory_win32.txt View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/media_unittests.gtest.txt View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/media_unittests.gtest_mac.txt View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
A tools/valgrind/gtest_exclude/midi_unittests.gtest_mac.txt View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/net_unittests.gtest.txt View 1 2 3 1 chunk +0 lines, -11 lines 0 comments Download
D tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win-xp.txt View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
M tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt View 1 2 3 2 chunks +0 lines, -7 lines 0 comments Download
M tools/valgrind/gtest_exclude/net_unittests.gtest-memcheck.txt View 1 2 3 1 chunk +0 lines, -7 lines 0 comments Download
M tools/valgrind/gtest_exclude/remoting_unittests.gtest.txt View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/unit_tests.gtest-memcheck.txt View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M tools/valgrind/memcheck/suppressions.txt View 1 2 3 11 chunks +11 lines, -105 lines 0 comments Download
M ui/events/device_data_manager.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ui/events/latency_info.cc View 1 2 3 2 chunks +8 lines, -8 lines 0 comments Download
M ui/events/platform/platform_event_source.h View 1 2 3 2 chunks +4 lines, -3 lines 0 comments Download
M ui/events/platform/platform_event_source.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/display_change_notifier.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gpu_switching_manager.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gpu_timing.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
viettrungluu
5 years, 6 months ago (2015-06-11 17:01:35 UTC) #1
Message was sent while issue was closed.
Committed patchset #4 (id:30001) manually as
235cf3ddf1957d2319b130a785d3564e99d66011.

Powered by Google App Engine
This is Rietveld 408576698