|
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+2485 lines, -2730 lines) |
Patch |
 |
M |
BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/app/DEPS
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/app/android/library_loader_hooks.cc
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/BUILD.gn
|
View
|
|
3 chunks |
+14 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/browser/DEPS
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/android/browser_jni_registrar.cc
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/battery_status/OWNERS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/battery_status/battery_status_browsertest.cc
|
View
|
|
9 chunks |
+29 lines, -31 lines |
0 comments
|
Download
|
 |
A |
content/browser/battery_status/battery_status_manager.h
|
View
|
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/battery_status/battery_status_manager_android.h
|
View
|
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/battery_status/battery_status_manager_android.cc
|
View
|
|
1 chunk |
+65 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/battery_status/battery_status_manager_chromeos.cc
|
View
|
|
1 chunk |
+184 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/battery_status/battery_status_manager_default.cc
|
View
|
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/battery_status/battery_status_manager_linux.h
|
View
|
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/battery_status/battery_status_manager_linux.cc
|
View
|
|
1 chunk |
+383 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/battery_status/battery_status_manager_linux_unittest.cc
|
View
|
|
1 chunk |
+143 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/battery_status/battery_status_manager_mac.cc
|
View
|
|
1 chunk |
+286 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/battery_status/battery_status_manager_win.h
|
View
|
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/battery_status/battery_status_manager_win.cc
|
View
|
|
1 chunk |
+239 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/battery_status/battery_status_manager_win_unittest.cc
|
View
|
|
1 chunk |
+80 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/battery_status/battery_status_message_filter.cc
|
View
|
|
1 chunk |
+56 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/battery_status/battery_status_service.h
|
View
|
|
1 chunk |
+66 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/battery_status/battery_status_service.cc
|
View
|
|
1 chunk |
+106 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/battery_status/battery_status_service_unittest.cc
|
View
|
|
1 chunk |
+189 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/browser_main_loop.cc
|
View
|
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_process_host_impl.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
|
5 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
A |
content/common/battery_status_messages.h
|
View
|
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/content_message_generator.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/content.gyp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
|
7 chunks |
+21 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/content_common.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_jni.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_renderer.gypi
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/content_tests.gypi
|
View
|
|
6 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
A |
content/public/android/java/src/org/chromium/content/browser/BatteryStatusManager.java
|
View
|
|
1 chunk |
+148 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/public/android/javatests/src/org/chromium/content/browser/BatteryStatusManagerTest.java
|
View
|
|
1 chunk |
+166 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/DEPS
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/battery_status/battery_status_dispatcher.h
|
View
|
|
1 chunk |
+16 lines, -13 lines |
0 comments
|
Download
|
 |
M |
content/renderer/battery_status/battery_status_dispatcher.cc
|
View
|
|
1 chunk |
+32 lines, -19 lines |
0 comments
|
Download
|
 |
M |
content/renderer/renderer_blink_platform_impl.cc
|
View
|
|
3 chunks |
+26 lines, -32 lines |
0 comments
|
Download
|
 |
M |
content/renderer/shared_memory_seqlock_reader.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/shared_memory_seqlock_reader.cc
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/test/data/battery_status/battery_status_default_test.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/test/data/battery_status/battery_status_promise_resolution_test.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
device/battery/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -103 lines |
0 comments
|
Download
|
 |
D |
device/battery/DEPS
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
D |
device/battery/OWNERS
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
D |
device/battery/android/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
D |
device/battery/android/battery_jni_registrar.h
|
View
|
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
D |
device/battery/android/battery_jni_registrar.cc
|
View
|
|
1 chunk |
+0 lines, -27 lines |
0 comments
|
Download
|
 |
D |
device/battery/android/java/src/org/chromium/device/battery/BatteryStatusManager.java
|
View
|
|
1 chunk |
+0 lines, -148 lines |
0 comments
|
Download
|
 |
D |
device/battery/android/javatests/src/org/chromium/device/battery/BatteryStatusManagerTest.java
|
View
|
|
1 chunk |
+0 lines, -166 lines |
0 comments
|
Download
|
 |
D |
device/battery/battery.gyp
|
View
|
|
1 chunk |
+0 lines, -141 lines |
0 comments
|
Download
|
 |
D |
device/battery/battery_export.h
|
View
|
|
1 chunk |
+0 lines, -29 lines |
0 comments
|
Download
|
 |
D |
device/battery/battery_monitor.mojom
|
View
|
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
D |
device/battery/battery_monitor_impl.h
|
View
|
|
1 chunk |
+0 lines, -34 lines |
0 comments
|
Download
|
 |
D |
device/battery/battery_monitor_impl.cc
|
View
|
|
1 chunk |
+0 lines, -34 lines |
0 comments
|
Download
|
 |
D |
device/battery/battery_status.mojom
|
View
|
|
1 chunk |
+0 lines, -14 lines |
0 comments
|
Download
|
 |
D |
device/battery/battery_status_manager.h
|
View
|
|
1 chunk |
+0 lines, -35 lines |
0 comments
|
Download
|
 |
D |
device/battery/battery_status_manager_android.h
|
View
|
|
1 chunk |
+0 lines, -45 lines |
0 comments
|
Download
|
 |
D |
device/battery/battery_status_manager_android.cc
|
View
|
|
1 chunk |
+0 lines, -65 lines |
0 comments
|
Download
|
 |
D |
device/battery/battery_status_manager_chromeos.cc
|
View
|
|
1 chunk |
+0 lines, -156 lines |
0 comments
|
Download
|
 |
D |
device/battery/battery_status_manager_default.cc
|
View
|
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
D |
device/battery/battery_status_manager_linux.h
|
View
|
|
1 chunk |
+0 lines, -34 lines |
0 comments
|
Download
|
 |
D |
device/battery/battery_status_manager_linux.cc
|
View
|
|
1 chunk |
+0 lines, -373 lines |
0 comments
|
Download
|
 |
D |
device/battery/battery_status_manager_linux_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -143 lines |
0 comments
|
Download
|
 |
D |
device/battery/battery_status_manager_mac.cc
|
View
|
|
1 chunk |
+0 lines, -243 lines |
0 comments
|
Download
|
 |
D |
device/battery/battery_status_manager_win.h
|
View
|
|
1 chunk |
+0 lines, -26 lines |
0 comments
|
Download
|
 |
D |
device/battery/battery_status_manager_win.cc
|
View
|
|
1 chunk |
+0 lines, -212 lines |
0 comments
|
Download
|
 |
D |
device/battery/battery_status_manager_win_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -80 lines |
0 comments
|
Download
|
 |
D |
device/battery/battery_status_service.h
|
View
|
|
1 chunk |
+0 lines, -71 lines |
0 comments
|
Download
|
 |
D |
device/battery/battery_status_service.cc
|
View
|
|
1 chunk |
+0 lines, -106 lines |
0 comments
|
Download
|
 |
D |
device/battery/battery_status_service_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -194 lines |
0 comments
|
Download
|
 |
M |
device/device_tests.gyp
|
View
|
|
4 chunks |
+1 line, -15 lines |
0 comments
|
Download
|
 |
M |
mojo/common/handle_watcher.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|