|
libchrome: Several upstreamable fixes from libchrome
libchrome is a library in AOSP that contains parts of base/,
components/, dbus/ and sandbox/ from Chrome. It uses stricter build
warnings than Chrome (-Wunused-parameter, -Wsign-compare, -Wsign-promo),
so uprevving is kind of painful. This change has all the cleanly
upstreamable patches so that the next libchrome uprev is easier.
BUG=None
TEST=trybots, build in AOSP
Total comments: 39
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+124 lines, -108 lines) |
Patch |
 |
M |
base/bind_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/command_line.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
base/debug/alias.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
base/debug/stack_trace_posix.cc
|
View
|
1
2
3
4
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
base/files/file_path.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/files/file_util_linux.cc
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
base/files/file_util_posix.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
base/lazy_instance.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
base/logging.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
base/memory/ref_counted.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
base/memory/shared_memory_android.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
base/memory/shared_memory_posix.cc
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
base/message_loop/incoming_task_queue.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
base/message_loop/message_pump_libevent.cc
|
View
|
1
2
3
4
|
4 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
base/metrics/histogram.cc
|
View
|
1
2
3
4
|
7 chunks |
+7 lines, -3 lines |
4 comments
|
Download
|
 |
M |
base/metrics/histogram_base.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
base/metrics/histogram_samples.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
base/metrics/persistent_histogram_allocator.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
base/metrics/sample_vector.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
base/metrics/sparse_histogram.cc
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
base/metrics/statistics_recorder.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
base/numerics/safe_conversions_impl.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
base/numerics/safe_math_impl.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
base/pickle.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
base/process/process_posix.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
base/strings/utf_string_conversion_utils.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
base/sync_socket_posix.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
base/task/cancelable_task_tracker.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
base/third_party/nspr/prtime.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
base/threading/platform_thread_linux.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
base/threading/thread_restrictions.h
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
base/threading/worker_pool_posix.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
base/trace_event/memory_dump_provider.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
base/trace_event/trace_event.h
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
base/trace_event/trace_log.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
base/tracked_objects.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
base/values.cc
|
View
|
1
2
3
4
|
1 chunk |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
components/timers/alarm_timer_chromeos.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
dbus/bus.cc
|
View
|
1
2
3
4
|
4 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
 |
M |
dbus/exported_object.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
dbus/object_manager.h
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
dbus/object_manager.cc
|
View
|
1
2
3
4
|
3 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
dbus/object_proxy.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
dbus/property.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 20 (8 generated)
|