|
Revert of Migrates battery_status from content/renderer/ to WebKit/platform/ (patchset #52 id:1070001 of https://codereview.chromium.org/1538803002/ )
Reason for revert:
Breaking bots.
https://bugs.chromium.org/p/chromium/issues/detail?id=589949
Original issue's description:
> Migrates battery_status from content/renderer/ to WebKit/platform/
>
> As an effort to simplify the codebase after the repogitory
> merge of Blink into Chromium, we no longer need to put
> battery_status in content/renderer/. Thus, migrates it to
> WebKit/Source/platform/.
>
> * Files under WebKit/Source/platform/battery/ are
> intentionally written in Chromium's coding style so that
> it's easy to follow the diff.
>
> * There is a plan to rewrite the mock service of battery
> status for layout tests based on JS-bindings of Mojo.
> (c.f. http://crrev.com/1472693004 )
>
> BUG= 561879
> NOPRESUBMIT=true
>
> Committed: https://crrev.com/0d152ad4f21edf77ac5b585fcd8e6d05f1aae162
> Cr-Commit-Position: refs/heads/master@{#377586}
TBR=tkent@chromium.org,amistry@chromium.org,darin@chromium.org,esprehn@chromium.org,haraken@chromium.org,jam@chromium.org,kinuko@chromium.org,rockot@chromium.org,sammc@chromium.org,tzik@chromium.org,yzshen@chromium.org,yukishiino@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG= 561879
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+515 lines, -542 lines) |
Patch |
 |
M |
components/test_runner/test_runner.h
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/test_runner.cc
|
View
|
|
6 chunks |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/test_runner/web_test_delegate.h
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_renderer.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_tests.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/test/layouttest_support.h
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/battery_status/OWNERS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/battery_status/battery_status_dispatcher.h
|
View
|
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/battery_status/battery_status_dispatcher.cc
|
View
|
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/battery_status/battery_status_dispatcher_unittest.cc
|
View
|
|
1 chunk |
+83 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/renderer_blink_platform_impl.h
|
View
|
|
5 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/renderer_blink_platform_impl.cc
|
View
|
|
6 chunks |
+34 lines, -17 lines |
0 comments
|
Download
|
 |
M |
content/shell/renderer/layout_test/blink_test_runner.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/shell/renderer/layout_test/blink_test_runner.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/test/layouttest_support.cc
|
View
|
|
3 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/blink/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/battery-status/api-defined.html
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/battery-status/multiple-promises.html
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/battery-status/multiple-promises-after-resolve.html
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/battery-status/multiple-windows.html
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/battery-status/multiple-windows-page-visibility.html
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/battery-status/no-gc-with-eventlisteners.html
|
View
|
|
3 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/battery-status/page-visibility.html
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/battery-status/promise-with-eventlisteners.html
|
View
|
|
4 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/battery-status/restricted-level-precision.html
|
View
|
|
3 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/battery/BatteryDispatcher.h
|
View
|
|
2 chunks |
+11 lines, -13 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/battery/BatteryDispatcher.cpp
|
View
|
|
3 chunks |
+37 lines, -9 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/battery/BatteryManager.h
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/battery/BatteryManager.cpp
|
View
|
|
5 chunks |
+15 lines, -10 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/modules/battery/BatteryStatus.h
|
View
|
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/modules/battery/BatteryStatus.cpp
|
View
|
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/battery/DEPS
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/modules/battery/testing/InternalsBattery.h
|
View
|
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/modules/battery/testing/InternalsBattery.cpp
|
View
|
|
1 chunk |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/modules/battery/testing/InternalsBattery.idl
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/modules.gypi
|
View
|
|
3 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/BUILD.gn
|
View
|
|
3 chunks |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/DEPS
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/platform/battery/OWNERS
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/platform/battery/battery_dispatcher_proxy.h
|
View
|
|
1 chunk |
+0 lines, -52 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/platform/battery/battery_dispatcher_proxy.cc
|
View
|
|
1 chunk |
+0 lines, -55 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/platform/battery/battery_dispatcher_proxy_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -76 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/platform/battery/battery_status.h
|
View
|
|
1 chunk |
+0 lines, -60 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/blink_platform.gyp
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/blink_platform.gypi
|
View
|
|
4 chunks |
+2 lines, -8 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/blink_platform_tests.gyp
|
View
|
|
3 chunks |
+0 lines, -15 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/testing/DEPS
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/platform/testing/MessageLoopForMojo.h
|
View
|
|
1 chunk |
+0 lines, -14 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/testing/RunAllTests.cpp
|
View
|
|
3 chunks |
+3 lines, -15 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
|
View
|
|
2 chunks |
+5 lines, -24 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/platform/threading/BindForMojo.h
|
View
|
|
1 chunk |
+0 lines, -29 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/threading/DEPS
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -14 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/blink.gyp
|
View
|
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/blink_headers.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/DEPS
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/Platform.h
|
View
|
|
3 chunks |
+1 line, -11 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/public/platform/WebBatteryStatus.h
|
View
|
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/public/platform/WebBatteryStatusListener.h
|
View
|
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/WebPlatformEventType.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 5 (2 generated)
|