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

Issue 2050803003: Update to Chromium //base at Chromium commit e3a753f17bac62738b0dbf0b36510f767b081e4b. (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 e3a753f17bac62738b0dbf0b36510f767b081e4b. This gets us to sometime during September 9, 2015. TBR=jamesr@chromium.org Committed: 0032c8e1a72eb85d947d8df8de503caa62b4d0a8

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1433 lines, -781 lines) Patch
M BUILD.gn View 2 chunks +10 lines, -0 lines 0 comments Download
M OWNERS View 1 chunk +4 lines, -0 lines 0 comments Download
M allocator/BUILD.gn View 1 chunk +23 lines, -21 lines 0 comments Download
M android/animation_frame_time_histogram.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M android/application_status_listener.cc View 1 chunk +1 line, -1 line 0 comments Download
M android/command_line_android.cc View 2 chunks +19 lines, -10 lines 0 comments Download
M android/cpu_features.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M android/field_trial_list.cc View 1 chunk +7 lines, -4 lines 0 comments Download
M android/important_file_writer_android.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A android/java/debug_src/org/chromium/base/IncrementalInstall.java View 1 chunk +44 lines, -0 lines 0 comments Download
A android/java/debug_src/org/chromium/base/Reflect.java View 1 chunk +73 lines, -0 lines 0 comments Download
A android/java/release_src/org/chromium/base/IncrementalInstall.java View 1 chunk +14 lines, -0 lines 0 comments Download
M android/java/src/org/chromium/base/ApiCompatibilityUtils.java View 2 chunks +25 lines, -0 lines 0 comments Download
M android/java/src/org/chromium/base/BaseChromiumApplication.java View 1 chunk +1 line, -0 lines 0 comments Download
M android/java/src/org/chromium/base/Log.java View 8 chunks +43 lines, -50 lines 0 comments Download
M android/java/src/org/chromium/base/PathUtils.java View 3 chunks +3 lines, -9 lines 0 comments Download
D android/java/src/org/chromium/base/README_logging.md View 1 chunk +0 lines, -181 lines 0 comments Download
M android/java/src/org/chromium/base/library_loader/LegacyLinker.java View 4 chunks +38 lines, -59 lines 0 comments Download
M android/java/src/org/chromium/base/library_loader/LibraryLoader.java View 2 chunks +4 lines, -7 lines 0 comments Download
M android/java/src/org/chromium/base/library_loader/Linker.java View 11 chunks +61 lines, -18 lines 0 comments Download
M android/java/src/org/chromium/base/library_loader/ModernLinker.java View 1 chunk +4 lines, -16 lines 0 comments Download
M android/jni_generator/golden_sample_for_tests_jni.h View 7 chunks +29 lines, -19 lines 0 comments Download
M android/jni_generator/jni_generator.py View 11 chunks +64 lines, -17 lines 0 comments Download
M android/jni_generator/jni_generator_helper.h View 1 chunk +1 line, -0 lines 0 comments Download
M android/jni_generator/sample_for_tests.cc View 1 chunk +11 lines, -6 lines 0 comments Download
M android/jni_generator/testEagerCalledByNativesOption.golden View 1 chunk +1 line, -1 line 0 comments Download
M android/jni_generator/testInnerClassNatives.golden View 1 chunk +2 lines, -2 lines 0 comments Download
M android/jni_generator/testInnerClassNativesBothInnerAndOuter.golden View 1 chunk +4 lines, -4 lines 0 comments Download
M android/jni_generator/testInnerClassNativesMultiple.golden View 1 chunk +4 lines, -4 lines 0 comments Download
M android/jni_generator/testJNIInitNativeNameOption.golden View 1 chunk +1 line, -1 line 0 comments Download
M android/jni_generator/testJarJarRemapping.golden View 1 chunk +16 lines, -12 lines 0 comments Download
M android/jni_generator/testMultipleJNIAdditionalImport.golden View 1 chunk +6 lines, -4 lines 0 comments Download
M android/jni_generator/testNativeExportsOption.golden View 2 chunks +6 lines, -6 lines 0 comments Download
M android/jni_generator/testNativeExportsOptionalOption.golden View 2 chunks +6 lines, -6 lines 0 comments Download
M android/jni_generator/testNatives.golden View 6 chunks +52 lines, -34 lines 0 comments Download
M android/jni_generator/testNativesLong.golden View 1 chunk +1 line, -1 line 0 comments Download
M android/jni_generator/testSingleJNIAdditionalImport.golden View 1 chunk +4 lines, -3 lines 0 comments Download
M android/junit/src/org/chromium/base/LogTest.java View 2 chunks +1 line, -139 lines 0 comments Download
M android/library_loader/library_loader_hooks.cc View 5 chunks +14 lines, -8 lines 0 comments Download
M android/library_loader/library_prefetcher.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M android/memory_pressure_listener_android.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M android/path_service_android.cc View 1 chunk +4 lines, -1 line 0 comments Download
M android/record_histogram.cc View 6 chunks +31 lines, -29 lines 0 comments Download
M android/record_user_action.cc View 1 chunk +3 lines, -1 line 0 comments Download
M android/scoped_java_ref.h View 2 chunks +27 lines, -1 line 0 comments Download
M android/trace_event_binding.cc View 4 chunks +26 lines, -13 lines 0 comments Download
M base_unittests.isolate View 1 chunk +0 lines, -1 line 0 comments Download
A feature_list.h View 1 chunk +162 lines, -0 lines 0 comments Download
A feature_list.cc View 1 chunk +113 lines, -0 lines 0 comments Download
A feature_list_unittest.cc View 1 chunk +108 lines, -0 lines 0 comments Download
M json/string_escape.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M json/string_escape_unittest.cc View 2 chunks +14 lines, -12 lines 0 comments Download
M logging.cc View 2 chunks +7 lines, -3 lines 0 comments Download
M mac/foundation_util.h View 1 chunk +8 lines, -0 lines 0 comments Download
M mac/foundation_util.mm View 2 chunks +14 lines, -0 lines 0 comments Download
M mac/foundation_util_unittest.mm View 1 chunk +12 lines, -0 lines 0 comments Download
M memory/BUILD.gn View 1 chunk +9 lines, -0 lines 0 comments Download
M memory/memory_pressure_listener.h View 1 chunk +6 lines, -0 lines 0 comments Download
M memory/memory_pressure_listener.cc View 2 chunks +16 lines, -0 lines 0 comments Download
A memory/memory_pressure_listener_unittest.cc View 1 chunk +52 lines, -0 lines 0 comments Download
M memory/shared_memory_handle.h View 2 chunks +2 lines, -2 lines 0 comments Download
M memory/shared_memory_handle_mac.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M message_loop/message_pump_android.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M pickle.h View 1 chunk +1 line, -0 lines 0 comments Download
M pickle.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M pickle_unittest.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M power_monitor/power_monitor_device_source_android.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M process/kill.h View 2 chunks +7 lines, -6 lines 0 comments Download
M synchronization/condition_variable_posix.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M trace_event/memory_dump_manager.cc View 3 chunks +49 lines, -26 lines 0 comments Download
M trace_event/memory_dump_manager_unittest.cc View 23 chunks +102 lines, -23 lines 0 comments Download

Messages

Total messages: 2 (1 generated)
viettrungluu
4 years, 6 months ago (2016-06-08 22:44:33 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
0032c8e1a72eb85d947d8df8de503caa62b4d0a8 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698