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

Issue 1740843002: Revert of Migrates battery_status from content/renderer/ to WebKit/platform/ (Closed)

Created:
4 years, 10 months ago by agrieve
Modified:
4 years, 10 months ago
CC:
abarth-chromium, blink-reviews, blink-reviews-api_chromium.org, chromium-reviews, darin-cc_chromium.org, dcheng, dglazkov+blink, kinuko, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, mlamouri+watch-blink_chromium.org, timvolodine, tzik
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

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

Patch Set 1 #

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

Messages

Total messages: 5 (2 generated)
agrieve
Created Revert of Migrates battery_status from content/renderer/ to WebKit/platform/
4 years, 10 months ago (2016-02-25 20:34:15 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1740843002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1740843002/1
4 years, 10 months ago (2016-02-25 20:37:21 UTC) #2
jam
4 years, 10 months ago (2016-02-25 20:43:38 UTC) #5
per comment in original cl, i'll try to fix it

Powered by Google App Engine
This is Rietveld 408576698