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

Issue 2045303002: Update to Chromium //base at Chromium commit 3e81715e6d3a4324362635aea46ce1f1a163cca1. (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://chromium.googlesource.com/external/github.com/domokit/base@master
Target Ref:
refs/heads/master
Project:
mojo_base
Visibility:
Public.

Description

Update to Chromium //base at Chromium commit 3e81715e6d3a4324362635aea46ce1f1a163cca1. This gets us to sometime during August 31, 2015. TBR=jamesr@chromium.org Committed: ec59756cc1ad02cc835bcca10056a621c9eb346c

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1125 lines, -491 lines) Patch
M BUILD.gn View 5 chunks +24 lines, -1 line 0 comments Download
M android/build_info.h View 1 chunk +2 lines, -1 line 0 comments Download
M android/command_line_android.cc View 1 chunk +5 lines, -4 lines 0 comments Download
M android/field_trial_list.cc View 1 chunk +4 lines, -5 lines 0 comments Download
M android/java/src/org/chromium/base/BaseChromiumApplication.java View 4 chunks +23 lines, -76 lines 0 comments Download
M android/java/src/org/chromium/base/CommandLine.java View 1 chunk +1 line, -1 line 0 comments Download
M android/java/src/org/chromium/base/SysUtils.java View 1 chunk +2 lines, -5 lines 0 comments Download
A android/java/src/org/chromium/base/WindowCallbackWrapper.java View 1 chunk +145 lines, -0 lines 0 comments Download
A + android/java/src/org/chromium/base/annotations/MainDex.java View 2 chunks +7 lines, -7 lines 0 comments Download
M android/java/src/org/chromium/base/library_loader/Linker.java View 3 chunks +15 lines, -7 lines 0 comments Download
M android/java/src/org/chromium/base/library_loader/ModernLinker.java View 1 chunk +2 lines, -2 lines 0 comments Download
M android/java/src/org/chromium/base/metrics/RecordHistogram.java View 2 chunks +17 lines, -0 lines 0 comments Download
A android/java/src/org/chromium/base/multidex/ChromiumMultiDex.java View 1 chunk +56 lines, -0 lines 0 comments Download
M android/java_handler_thread.cc View 1 chunk +1 line, -1 line 0 comments Download
M android/javatests/src/org/chromium/base/metrics/RecordHistogramTest.java View 1 chunk +33 lines, -0 lines 0 comments Download
M android/jni_array.h View 1 chunk +5 lines, -0 lines 0 comments Download
M android/jni_array.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M android/jni_array_unittest.cc View 1 chunk +55 lines, -0 lines 0 comments Download
M android/jni_generator/golden_sample_for_tests_jni.h View 5 chunks +11 lines, -10 lines 0 comments Download
M android/jni_generator/jni_generator.py View 7 chunks +16 lines, -9 lines 0 comments Download
M android/jni_generator/jni_generator_tests.py View 2 chunks +6 lines, -0 lines 0 comments Download
M android/jni_generator/sample_for_tests.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M android/jni_generator/testCalledByNatives.golden View 17 chunks +41 lines, -43 lines 0 comments Download
M android/jni_generator/testConstantsFromJavaP.golden View 16 chunks +40 lines, -45 lines 0 comments Download
M android/jni_generator/testEagerCalledByNativesOption.golden View 1 chunk +2 lines, -3 lines 0 comments Download
M android/jni_generator/testFromJavaP.golden View 2 chunks +4 lines, -5 lines 0 comments Download
M android/jni_generator/testNativeExportsOption.golden View 4 chunks +4 lines, -4 lines 0 comments Download
M android/jni_generator/testNativeExportsOptionalOption.golden View 4 chunks +4 lines, -4 lines 0 comments Download
M android/jni_generator/testNatives.golden View 5 chunks +28 lines, -8 lines 0 comments Download
M android/junit/src/org/chromium/base/BaseChromiumApplicationTest.java View 3 chunks +3 lines, -28 lines 0 comments Download
M android/library_loader/library_loader_hooks.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M android/linker/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M android/linker/modern_linker_jni.cc View 4 chunks +13 lines, -12 lines 0 comments Download
M android/record_histogram.cc View 2 chunks +40 lines, -0 lines 0 comments Download
M android/scoped_java_ref.h View 4 chunks +15 lines, -5 lines 0 comments Download
M android/scoped_java_ref.cc View 1 chunk +4 lines, -5 lines 0 comments Download
M debug/debugger_posix.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M file_version_info.h View 2 chunks +13 lines, -10 lines 0 comments Download
M files/OWNERS View 1 chunk +0 lines, -2 lines 0 comments Download
M memory/discardable_memory.h View 2 chunks +13 lines, -0 lines 0 comments Download
M message_loop/message_pump_default.cc View 2 chunks +0 lines, -9 lines 0 comments Download
M prefs/OWNERS View 1 chunk +0 lines, -1 line 0 comments Download
M profiler/stack_sampling_profiler.h View 2 chunks +9 lines, -8 lines 0 comments Download
M profiler/stack_sampling_profiler.cc View 3 chunks +16 lines, -17 lines 0 comments Download
M profiler/stack_sampling_profiler_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M sync_socket_unittest.cc View 2 chunks +9 lines, -0 lines 0 comments Download
M test/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M test/android/javatests/src/org/chromium/base/test/BaseInstrumentationTestRunner.java View 3 chunks +8 lines, -0 lines 0 comments Download
A test/android/junit/src/org/chromium/base/test/shadows/ShadowMultiDex.java View 1 chunk +18 lines, -0 lines 0 comments Download
M test/launcher/test_launcher.h View 1 chunk +4 lines, -0 lines 0 comments Download
M test/launcher/test_launcher.cc View 4 chunks +7 lines, -4 lines 0 comments Download
M test/launcher/test_results_tracker.cc View 1 chunk +14 lines, -10 lines 0 comments Download
M test/launcher/unit_test_launcher.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M test/test_discardable_memory_allocator.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M test/test_switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M test/test_switches.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M threading/thread_checker.h View 1 chunk +4 lines, -8 lines 0 comments Download
M time/time_win.cc View 6 chunks +26 lines, -30 lines 0 comments Download
M trace_event/memory_dump_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M trace_event/memory_dump_manager.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M trace_event/memory_dump_manager_unittest.cc View 18 chunks +17 lines, -19 lines 0 comments Download
M trace_event/trace_config.h View 7 chunks +34 lines, -1 line 0 comments Download
M trace_event/trace_config.cc View 10 chunks +112 lines, -4 lines 0 comments Download
M trace_event/trace_config_unittest.cc View 3 chunks +68 lines, -0 lines 0 comments Download
M trace_event/trace_event.h View 3 chunks +6 lines, -1 line 0 comments Download
M trace_event/trace_event_etw_export_win.h View 2 chunks +1 line, -5 lines 0 comments Download
M trace_event/trace_event_etw_export_win.cc View 7 chunks +72 lines, -57 lines 0 comments Download
M trace_event/trace_log.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (1 generated)
viettrungluu
4 years, 6 months ago (2016-06-08 15:13:57 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
ec59756cc1ad02cc835bcca10056a621c9eb346c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698