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

Issue 2045223003: Update to Chromium //base at Chromium commit 82baa9afc6620c68cb2168f20bb65e77e3e57f0a. (Closed)

Created:
4 years, 6 months ago by viettrungluu
Modified:
4 years, 6 months ago
Reviewers:
jamesr
CC:
mojo-reviews_chromium.org
Base URL:
https://github.com/domokit/base.git@master
Target Ref:
refs/heads/master
Project:
mojo_base
Visibility:
Public.

Description

Update to Chromium //base at Chromium commit 82baa9afc6620c68cb2168f20bb65e77e3e57f0a. This gets us to sometime during September 14, 2015. TBR=jamesr@chromium.org Committed: 9e74307b276b2f9988005c0e97e85ee222586f79

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1000 lines, -1158 lines) Patch
M BUILD.gn View 5 chunks +8 lines, -8 lines 0 comments Download
M allocator/BUILD.gn View 2 chunks +1 line, -3 lines 0 comments Download
D allocator/type_profiler.h View 1 chunk +0 lines, -40 lines 0 comments Download
D allocator/type_profiler.cc View 1 chunk +0 lines, -63 lines 0 comments Download
D allocator/type_profiler_control.h View 1 chunk +0 lines, -31 lines 0 comments Download
D allocator/type_profiler_control.cc View 1 chunk +0 lines, -38 lines 0 comments Download
D allocator/type_profiler_map_unittest.cc View 1 chunk +0 lines, -99 lines 0 comments Download
D allocator/type_profiler_tcmalloc.h View 1 chunk +0 lines, -29 lines 0 comments Download
D allocator/type_profiler_tcmalloc.cc View 1 chunk +0 lines, -37 lines 0 comments Download
D allocator/type_profiler_unittest.cc View 1 chunk +0 lines, -189 lines 0 comments Download
M android/java/src/org/chromium/base/PathUtils.java View 2 chunks +9 lines, -2 lines 0 comments Download
M android/scoped_java_ref.h View 1 chunk +7 lines, -0 lines 0 comments Download
M basictypes.h View 1 chunk +2 lines, -1 line 0 comments Download
M containers/scoped_ptr_map.h View 2 chunks +3 lines, -3 lines 0 comments Download
M containers/scoped_ptr_map_unittest.cc View 1 chunk +20 lines, -5 lines 0 comments Download
M linux_util.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M logging_win.h View 2 chunks +3 lines, -1 line 0 comments Download
M logging_win.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M memory/singleton.h View 8 chunks +27 lines, -27 lines 0 comments Download
M memory/singleton_unittest.cc View 6 chunks +7 lines, -4 lines 0 comments Download
M numerics/safe_conversions_impl.h View 5 chunks +54 lines, -8 lines 0 comments Download
M numerics/safe_numerics_unittest.cc View 5 chunks +119 lines, -0 lines 0 comments Download
M process/launch_posix.cc View 3 chunks +0 lines, -11 lines 0 comments Download
M sync_socket.h View 1 chunk +2 lines, -4 lines 0 comments Download
M synchronization/condition_variable.h View 2 chunks +2 lines, -1 line 0 comments Download
M synchronization/condition_variable_posix.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M synchronization/condition_variable_win.cc View 2 chunks +1 line, -2 lines 0 comments Download
M synchronization/lock.h View 5 chunks +6 lines, -5 lines 0 comments Download
M synchronization/lock.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M test/test_support_android.cc View 1 chunk +9 lines, -15 lines 0 comments Download
M threading/thread_id_name_manager.h View 1 chunk +3 lines, -2 lines 0 comments Download
M threading/thread_restrictions.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trace_event/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M trace_event/java_heap_dump_provider_android_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trace_event/malloc_dump_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M trace_event/memory_allocator_dump.h View 1 chunk +1 line, -1 line 0 comments Download
M trace_event/memory_allocator_dump.cc View 1 chunk +1 line, -1 line 0 comments Download
M trace_event/memory_allocator_dump_unittest.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M trace_event/memory_dump_manager.h View 7 chunks +22 lines, -31 lines 0 comments Download
M trace_event/memory_dump_manager.cc View 10 chunks +69 lines, -63 lines 0 comments Download
M trace_event/memory_dump_manager_unittest.cc View 15 chunks +323 lines, -258 lines 0 comments Download
M trace_event/memory_dump_provider.h View 1 chunk +4 lines, -10 lines 0 comments Download
M trace_event/memory_dump_request_args.h View 3 chunks +24 lines, -7 lines 0 comments Download
M trace_event/memory_dump_request_args.cc View 1 chunk +27 lines, -5 lines 0 comments Download
M trace_event/process_memory_dump.h View 1 chunk +2 lines, -6 lines 0 comments Download
M trace_event/process_memory_maps_dump_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M trace_event/process_memory_maps_dump_provider_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trace_event/process_memory_totals_dump_provider_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trace_event/trace_config.h View 3 chunks +3 lines, -3 lines 0 comments Download
M trace_event/trace_config.cc View 5 chunks +9 lines, -24 lines 0 comments Download
A trace_event/trace_config_memory_test_util.h View 1 chunk +79 lines, -0 lines 0 comments Download
M trace_event/trace_config_unittest.cc View 3 chunks +11 lines, -45 lines 0 comments Download
M trace_event/trace_event_etw_export_win.h View 2 chunks +3 lines, -3 lines 0 comments Download
M trace_event/trace_event_etw_export_win.cc View 1 chunk +5 lines, -6 lines 0 comments Download
M trace_event/trace_event_memory_overhead.cc View 1 chunk +1 line, -1 line 0 comments Download
M trace_event/trace_event_synthetic_delay.cc View 9 chunks +21 lines, -22 lines 0 comments Download
M trace_event/trace_event_win.h View 1 chunk +2 lines, -2 lines 0 comments Download
M trace_event/trace_log.h View 1 chunk +2 lines, -3 lines 0 comments Download
M trace_event/trace_log.cc View 2 chunks +10 lines, -6 lines 0 comments Download
M trace_event/winheap_dump_provider_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M trace_event/winheap_dump_provider_win_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M values.h View 2 chunks +6 lines, -0 lines 0 comments Download
M values.cc View 2 chunks +20 lines, -0 lines 0 comments Download
M win/scoped_handle.h View 3 chunks +8 lines, -1 line 0 comments Download
A win/scoped_handle_unittest.cc View 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (1 generated)
viettrungluu
4 years, 6 months ago (2016-06-09 00:16:43 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
9e74307b276b2f9988005c0e97e85ee222586f79 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698