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

Issue 1538803002: Migrates battery_status from content/renderer/ to WebKit/platform/ (Closed)

Created:
5 years ago by Yuki
Modified:
4 years, 9 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

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}

Patch Set 1 : "chrome" is compilable + runnable #

Patch Set 2 : Synced. #

Patch Set 3 : Supports a unittest. #

Patch Set 4 : Synced. #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : #

Total comments: 3

Patch Set 13 : #

Patch Set 14 : #

Patch Set 15 : #

Total comments: 4

Patch Set 16 : #

Patch Set 17 : #

Patch Set 18 : #

Patch Set 19 : #

Patch Set 20 : #

Patch Set 21 : #

Patch Set 22 : #

Patch Set 23 : #

Patch Set 24 : #

Patch Set 25 : #

Patch Set 26 : #

Patch Set 27 : #

Patch Set 28 : #

Patch Set 29 : #

Patch Set 30 : Synced. #

Total comments: 2

Patch Set 31 : #

Patch Set 32 : similarity=30 #

Patch Set 33 : similarity=20 #

Patch Set 34 : Ready for code review #

Total comments: 15

Patch Set 35 : simply synced (build broken). #

Patch Set 36 : build fix #

Patch Set 37 : another build fix #

Patch Set 38 : fixed test #

Patch Set 39 : Synced. #

Patch Set 40 : BatteryStatusDispatcher => BatteryDispatcherProxy #

Total comments: 24

Patch Set 41 : #

Patch Set 42 : Addressed kinuko's comments. #

Patch Set 43 : Added a TODO comment. #

Total comments: 8

Patch Set 44 : Addressed review comments. #

Total comments: 9

Patch Set 45 : MojoTestHelper => MessageLoopForMojo #

Patch Set 46 : Adds PLATFORM_EXPORT to BatteryDispatcherProxy::Listener #

Patch Set 47 : window.testRunner => window.internals #

Patch Set 48 : Synced. #

Patch Set 49 : Synced. #

Patch Set 50 : Fixed presubmit (style) issues. #

Patch Set 51 : Synced. #

Patch Set 52 : Synced. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+537 lines, -511 lines) Patch
M components/test_runner/test_runner.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 1 chunk +0 lines, -6 lines 0 comments Download
M components/test_runner/test_runner.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 6 chunks +0 lines, -42 lines 0 comments Download
M components/test_runner/web_test_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 2 chunks +0 lines, -5 lines 0 comments Download
M content/common/DEPS View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M content/content_renderer.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 1 chunk +0 lines, -2 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 1 chunk +0 lines, -1 line 0 comments Download
M content/public/test/layouttest_support.h View 1 2 3 4 5 2 chunks +0 lines, -4 lines 0 comments Download
D content/renderer/battery_status/OWNERS View 1 chunk +0 lines, -1 line 0 comments Download
D content/renderer/battery_status/battery_status_dispatcher.h View 1 chunk +0 lines, -38 lines 0 comments Download
D content/renderer/battery_status/battery_status_dispatcher.cc View 1 chunk +0 lines, -49 lines 0 comments Download
D content/renderer/battery_status/battery_status_dispatcher_unittest.cc View 1 1 chunk +0 lines, -83 lines 0 comments Download
M content/renderer/renderer_blink_platform_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 5 chunks +2 lines, -8 lines 0 comments Download
M content/renderer/renderer_blink_platform_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 6 chunks +17 lines, -34 lines 0 comments Download
M content/shell/renderer/layout_test/blink_test_runner.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 2 chunks +0 lines, -2 lines 0 comments Download
M content/shell/renderer/layout_test/blink_test_runner.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 1 chunk +0 lines, -5 lines 0 comments Download
M content/test/layouttest_support.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +0 lines, -8 lines 0 comments Download
M media/blink/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/battery-status/api-defined.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 2 chunks +3 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/battery-status/multiple-promises.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 2 chunks +3 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/battery-status/multiple-promises-after-resolve.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 2 chunks +3 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/battery-status/multiple-windows.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 2 chunks +3 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/battery-status/multiple-windows-page-visibility.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 2 chunks +3 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/battery-status/no-gc-with-eventlisteners.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 3 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/battery-status/page-visibility.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 2 chunks +3 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/battery-status/promise-with-eventlisteners.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 4 chunks +5 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/battery-status/restricted-level-precision.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 3 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/battery/BatteryDispatcher.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 2 chunks +13 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/modules/battery/BatteryDispatcher.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 42 43 3 chunks +9 lines, -37 lines 0 comments Download
M third_party/WebKit/Source/modules/battery/BatteryManager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/battery/BatteryManager.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 5 chunks +10 lines, -15 lines 0 comments Download
D third_party/WebKit/Source/modules/battery/BatteryStatus.h View 1 chunk +0 lines, -38 lines 0 comments Download
D third_party/WebKit/Source/modules/battery/BatteryStatus.cpp View 1 1 chunk +0 lines, -37 lines 0 comments Download
M third_party/WebKit/Source/modules/battery/DEPS View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/battery/testing/InternalsBattery.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/battery/testing/InternalsBattery.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/battery/testing/InternalsBattery.idl View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/modules.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 3 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 3 chunks +13 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 1 chunk +1 line, -0 lines 0 comments Download
A + third_party/WebKit/Source/platform/battery/OWNERS View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/WebKit/Source/platform/battery/battery_dispatcher_proxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/battery/battery_dispatcher_proxy.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 1 chunk +55 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/battery/battery_dispatcher_proxy_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 1 chunk +76 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/battery/battery_status.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 1 chunk +60 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/blink_platform.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/blink_platform.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 4 chunks +8 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/blink_platform_tests.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 3 chunks +15 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/testing/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/testing/MessageLoopForMojo.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 1 chunk +14 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/testing/RunAllTests.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 3 chunks +15 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 2 chunks +21 lines, -2 lines 0 comments Download
A third_party/WebKit/Source/platform/threading/BindForMojo.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 1 chunk +29 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/threading/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/public/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 1 chunk +14 lines, -0 lines 0 comments Download
M third_party/WebKit/public/blink.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 2 chunks +5 lines, -0 lines 0 comments Download
M third_party/WebKit/public/blink_headers.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/public/platform/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/public/platform/Platform.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 3 chunks +11 lines, -1 line 0 comments Download
D third_party/WebKit/public/platform/WebBatteryStatus.h View 1 chunk +0 lines, -30 lines 0 comments Download
D third_party/WebKit/public/platform/WebBatteryStatusListener.h View 1 chunk +0 lines, -25 lines 0 comments Download
M third_party/WebKit/public/platform/WebPlatformEventType.h View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 115 (33 generated)
haraken
+jam +esprehn +sammc +amistry This CL looks not ready in a couple of senses but ...
4 years, 11 months ago (2016-01-25 02:00:28 UTC) #5
Anand Mistry (off Chromium)
https://codereview.chromium.org/1538803002/diff/260001/third_party/WebKit/Source/platform/battery/BatteryStatusDispatcher.cpp File third_party/WebKit/Source/platform/battery/BatteryStatusDispatcher.cpp (right): https://codereview.chromium.org/1538803002/diff/260001/third_party/WebKit/Source/platform/battery/BatteryStatusDispatcher.cpp#newcode31 third_party/WebKit/Source/platform/battery/BatteryStatusDispatcher.cpp:31: bindInstanceToMethod(&BatteryStatusDispatcher::onDidChange, this)); On 2016/01/25 02:00:28, haraken wrote: > > ...
4 years, 11 months ago (2016-01-25 06:00:24 UTC) #6
jam
I just looked at content and the DEPS files changes in WebKit. Things look fine ...
4 years, 11 months ago (2016-01-25 18:28:48 UTC) #7
Yuki
Thanks for the feedback, will address them. Kinuko-san, could you take a quick look at ...
4 years, 11 months ago (2016-01-26 07:36:24 UTC) #8
haraken
On 2016/01/26 07:36:24, Yuki wrote: > Thanks for the feedback, will address them. > > ...
4 years, 11 months ago (2016-01-26 07:38:55 UTC) #9
Yuki
https://codereview.chromium.org/1538803002/diff/260001/third_party/WebKit/Source/platform/battery/BatteryStatusDispatcher.cpp File third_party/WebKit/Source/platform/battery/BatteryStatusDispatcher.cpp (right): https://codereview.chromium.org/1538803002/diff/260001/third_party/WebKit/Source/platform/battery/BatteryStatusDispatcher.cpp#newcode31 third_party/WebKit/Source/platform/battery/BatteryStatusDispatcher.cpp:31: bindInstanceToMethod(&BatteryStatusDispatcher::onDidChange, this)); On 2016/01/25 06:00:24, Anand Mistry wrote: > ...
4 years, 11 months ago (2016-01-26 07:50:32 UTC) #10
haraken
On 2016/01/26 07:50:32, Yuki wrote: > https://codereview.chromium.org/1538803002/diff/260001/third_party/WebKit/Source/platform/battery/BatteryStatusDispatcher.cpp > File third_party/WebKit/Source/platform/battery/BatteryStatusDispatcher.cpp > (right): > > https://codereview.chromium.org/1538803002/diff/260001/third_party/WebKit/Source/platform/battery/BatteryStatusDispatcher.cpp#newcode31 ...
4 years, 11 months ago (2016-01-26 07:53:51 UTC) #11
esprehn
This seems like a mojo bug, jam@ said they were going to fix the bindings ...
4 years, 11 months ago (2016-01-26 08:08:41 UTC) #12
esprehn
This seems like a mojo bug, jam@ said they were going to fix the bindings ...
4 years, 11 months ago (2016-01-26 08:16:16 UTC) #13
kinuko
As far as all mojo binding code would be doing is same-thread method invocation let ...
4 years, 11 months ago (2016-01-26 08:19:06 UTC) #15
Sam McNally
On 2016/01/26 08:19:06, kinuko wrote: > As far as all mojo binding code would be ...
4 years, 11 months ago (2016-01-26 23:12:54 UTC) #16
jam
+rockot,yzshen who are more familiar with me about bindings On 2016/01/26 08:16:16, esprehn wrote: > ...
4 years, 11 months ago (2016-01-26 23:31:23 UTC) #20
Yuki
On 2016/01/26 23:31:23, jam wrote: > +rockot,yzshen who are more familiar with me about bindings ...
4 years, 11 months ago (2016-01-27 00:43:42 UTC) #21
Yuki
On 2016/01/27 00:43:42, Yuki wrote: > On 2016/01/26 23:31:23, jam wrote: > > +rockot,yzshen who ...
4 years, 11 months ago (2016-01-27 00:57:42 UTC) #22
dcheng
Drive-by. https://codereview.chromium.org/1538803002/diff/320001/third_party/WebKit/Source/platform/base/Bind.h File third_party/WebKit/Source/platform/base/Bind.h (right): https://codereview.chromium.org/1538803002/diff/320001/third_party/WebKit/Source/platform/base/Bind.h#newcode20 third_party/WebKit/Source/platform/base/Bind.h:20: auto bindInstanceToMethod(ReturnType (Class::*method)(Args...), Class* instance) Out of curiosity, ...
4 years, 11 months ago (2016-01-27 02:50:01 UTC) #23
Yuki
https://codereview.chromium.org/1538803002/diff/320001/third_party/WebKit/Source/platform/base/Bind.h File third_party/WebKit/Source/platform/base/Bind.h (right): https://codereview.chromium.org/1538803002/diff/320001/third_party/WebKit/Source/platform/base/Bind.h#newcode20 third_party/WebKit/Source/platform/base/Bind.h:20: auto bindInstanceToMethod(ReturnType (Class::*method)(Args...), Class* instance) On 2016/01/27 02:50:01, dcheng ...
4 years, 11 months ago (2016-01-27 04:29:45 UTC) #24
haraken
On 2016/01/27 04:29:45, Yuki wrote: > https://codereview.chromium.org/1538803002/diff/320001/third_party/WebKit/Source/platform/base/Bind.h > File third_party/WebKit/Source/platform/base/Bind.h (right): > > https://codereview.chromium.org/1538803002/diff/320001/third_party/WebKit/Source/platform/base/Bind.h#newcode20 > ...
4 years, 11 months ago (2016-01-27 04:52:23 UTC) #25
tzik
https://codereview.chromium.org/1538803002/diff/320001/third_party/WebKit/Source/platform/base/Bind.h File third_party/WebKit/Source/platform/base/Bind.h (right): https://codereview.chromium.org/1538803002/diff/320001/third_party/WebKit/Source/platform/base/Bind.h#newcode20 third_party/WebKit/Source/platform/base/Bind.h:20: auto bindInstanceToMethod(ReturnType (Class::*method)(Args...), Class* instance) On 2016/01/27 04:29:45, Yuki ...
4 years, 11 months ago (2016-01-27 05:17:26 UTC) #27
Yuki
https://codereview.chromium.org/1538803002/diff/320001/third_party/WebKit/Source/platform/base/Bind.h File third_party/WebKit/Source/platform/base/Bind.h (right): https://codereview.chromium.org/1538803002/diff/320001/third_party/WebKit/Source/platform/base/Bind.h#newcode20 third_party/WebKit/Source/platform/base/Bind.h:20: auto bindInstanceToMethod(ReturnType (Class::*method)(Args...), Class* instance) On 2016/01/27 05:17:26, tzik ...
4 years, 11 months ago (2016-01-27 05:31:08 UTC) #28
darin (slow to review)
drive-by question: why even bother with BatteryStatusDispatcher? why not just have the code in modules/ ...
4 years, 10 months ago (2016-02-02 17:13:38 UTC) #31
Sam McNally
On 2016/02/02 17:13:38, darin (slow to review) wrote: > drive-by question: why even bother with ...
4 years, 10 months ago (2016-02-03 01:28:27 UTC) #32
haraken
On 2016/02/03 01:28:27, Sam McNally wrote: > On 2016/02/02 17:13:38, darin (slow to review) wrote: ...
4 years, 10 months ago (2016-02-03 02:20:23 UTC) #33
shalamov
https://codereview.chromium.org/1538803002/diff/620001/content/renderer/renderer_blink_platform_impl.cc File content/renderer/renderer_blink_platform_impl.cc (right): https://codereview.chromium.org/1538803002/diff/620001/content/renderer/renderer_blink_platform_impl.cc#newcode1193 content/renderer/renderer_blink_platform_impl.cc:1193: // In the layout test mode, mock services should ...
4 years, 10 months ago (2016-02-05 13:32:01 UTC) #34
Yuki
https://codereview.chromium.org/1538803002/diff/620001/content/renderer/renderer_blink_platform_impl.cc File content/renderer/renderer_blink_platform_impl.cc (right): https://codereview.chromium.org/1538803002/diff/620001/content/renderer/renderer_blink_platform_impl.cc#newcode1193 content/renderer/renderer_blink_platform_impl.cc:1193: // In the layout test mode, mock services should ...
4 years, 10 months ago (2016-02-05 14:44:12 UTC) #35
Ken Rockot(use gerrit already)
On 2016/02/05 at 14:44:12, yukishiino wrote: > https://codereview.chromium.org/1538803002/diff/620001/content/renderer/renderer_blink_platform_impl.cc > File content/renderer/renderer_blink_platform_impl.cc (right): > > https://codereview.chromium.org/1538803002/diff/620001/content/renderer/renderer_blink_platform_impl.cc#newcode1193 ...
4 years, 10 months ago (2016-02-05 16:45:53 UTC) #36
Yuki
On 2016/02/05 16:45:53, Ken Rockot wrote: > On 2016/02/05 at 14:44:12, yukishiino wrote: > > ...
4 years, 10 months ago (2016-02-08 13:00:59 UTC) #38
Yuki
Thank you guys for a lot of suggestions. I think now that this CL is ...
4 years, 10 months ago (2016-02-08 13:09:26 UTC) #40
haraken
Thanks for being persistent on this! Mostly looks good. My main comment is about the ...
4 years, 10 months ago (2016-02-09 12:01:22 UTC) #41
Yuki
https://codereview.chromium.org/1538803002/diff/700001/components/test_runner/test_runner.cc File components/test_runner/test_runner.cc (right): https://codereview.chromium.org/1538803002/diff/700001/components/test_runner/test_runner.cc#newcode2554 components/test_runner/test_runner.cc:2554: void TestRunner::DidChangeBatteryStatus(bool charging, On 2016/02/09 12:01:21, haraken wrote: > ...
4 years, 10 months ago (2016-02-12 12:36:15 UTC) #42
haraken
https://codereview.chromium.org/1538803002/diff/700001/third_party/WebKit/Source/platform/battery/battery_status_dispatcher.cc File third_party/WebKit/Source/platform/battery/battery_status_dispatcher.cc (right): https://codereview.chromium.org/1538803002/diff/700001/third_party/WebKit/Source/platform/battery/battery_status_dispatcher.cc#newcode15 third_party/WebKit/Source/platform/battery/battery_status_dispatcher.cc:15: BatteryStatusDispatcher::BatteryStatusDispatcher(BatteryStatusListener* listener) On 2016/02/12 12:36:14, Yuki wrote: > On ...
4 years, 10 months ago (2016-02-12 12:48:45 UTC) #43
haraken
On 2016/02/12 12:48:45, haraken wrote: > https://codereview.chromium.org/1538803002/diff/700001/third_party/WebKit/Source/platform/battery/battery_status_dispatcher.cc > File third_party/WebKit/Source/platform/battery/battery_status_dispatcher.cc > (right): > > https://codereview.chromium.org/1538803002/diff/700001/third_party/WebKit/Source/platform/battery/battery_status_dispatcher.cc#newcode15 ...
4 years, 10 months ago (2016-02-12 12:56:29 UTC) #44
Yuki
Addressed the rest of haraken's comments. Could you guys take another look?
4 years, 10 months ago (2016-02-15 08:03:05 UTC) #45
haraken
LGTM! https://codereview.chromium.org/1538803002/diff/810001/third_party/WebKit/Source/platform/DEPS File third_party/WebKit/Source/platform/DEPS (right): https://codereview.chromium.org/1538803002/diff/810001/third_party/WebKit/Source/platform/DEPS#newcode13 third_party/WebKit/Source/platform/DEPS:13: "+base/values.h", I wonder why you don't need to ...
4 years, 10 months ago (2016-02-15 13:18:39 UTC) #46
Yuki
https://codereview.chromium.org/1538803002/diff/810001/third_party/WebKit/Source/platform/DEPS File third_party/WebKit/Source/platform/DEPS (right): https://codereview.chromium.org/1538803002/diff/810001/third_party/WebKit/Source/platform/DEPS#newcode13 third_party/WebKit/Source/platform/DEPS:13: "+base/values.h", On 2016/02/15 13:18:39, haraken wrote: > > I ...
4 years, 10 months ago (2016-02-16 07:31:58 UTC) #48
kinuko
For the chromium-styled files to be placed under platform are we going to have some ...
4 years, 10 months ago (2016-02-16 10:09:18 UTC) #49
Yuki
Edited third_party/WebKit/PRESUBMIT.py so that it skips files that follow Chromium's coding style. https://codereview.chromium.org/1538803002/diff/810001/components/test_runner/test_runner.cc File components/test_runner/test_runner.cc ...
4 years, 10 months ago (2016-02-16 13:21:59 UTC) #50
kinuko
https://codereview.chromium.org/1538803002/diff/810001/third_party/WebKit/public/web/WebView.h File third_party/WebKit/public/web/WebView.h (right): https://codereview.chromium.org/1538803002/diff/810001/third_party/WebKit/public/web/WebView.h#newcode492 third_party/WebKit/public/web/WebView.h:492: virtual void resetBatteryStatusForTesting() = 0; On 2016/02/16 13:21:59, Yuki ...
4 years, 10 months ago (2016-02-16 22:53:39 UTC) #51
Yuki
https://codereview.chromium.org/1538803002/diff/810001/third_party/WebKit/public/web/WebView.h File third_party/WebKit/public/web/WebView.h (right): https://codereview.chromium.org/1538803002/diff/810001/third_party/WebKit/public/web/WebView.h#newcode492 third_party/WebKit/public/web/WebView.h:492: virtual void resetBatteryStatusForTesting() = 0; On 2016/02/16 22:53:39, kinuko ...
4 years, 10 months ago (2016-02-17 09:12:54 UTC) #52
jam
lgtm btw is there anything holding up landing this? other changes could benefit from being ...
4 years, 10 months ago (2016-02-17 16:53:23 UTC) #53
Sam McNally
LGTM https://codereview.chromium.org/1538803002/diff/890001/third_party/WebKit/public/platform/Platform.h File third_party/WebKit/public/platform/Platform.h (right): https://codereview.chromium.org/1538803002/diff/890001/third_party/WebKit/public/platform/Platform.h#newcode56 third_party/WebKit/public/platform/Platform.h:56: #include "mojo/public/cpp/bindings/interface_ptr.h" I don't think this is needed.
4 years, 10 months ago (2016-02-18 00:39:35 UTC) #54
kinuko
lgtm, thanks. https://codereview.chromium.org/1538803002/diff/890001/third_party/WebKit/Source/modules/battery/BatteryDispatcher.cpp File third_party/WebKit/Source/modules/battery/BatteryDispatcher.cpp (right): https://codereview.chromium.org/1538803002/diff/890001/third_party/WebKit/Source/modules/battery/BatteryDispatcher.cpp#newcode7 third_party/WebKit/Source/modules/battery/BatteryDispatcher.cpp:7: #include "platform/battery/battery_dispatcher_proxy.h" nit: not needed (it's in ...
4 years, 10 months ago (2016-02-18 00:50:54 UTC) #55
Yuki
+tkent@, could you review this CL as an owner of third_party/WebKit/public/ ? https://codereview.chromium.org/1538803002/diff/890001/third_party/WebKit/Source/modules/battery/BatteryDispatcher.cpp File third_party/WebKit/Source/modules/battery/BatteryDispatcher.cpp ...
4 years, 10 months ago (2016-02-18 06:05:14 UTC) #57
esprehn
Don't add new APIs to web/ here. https://codereview.chromium.org/1538803002/diff/910001/third_party/WebKit/Source/platform/testing/MojoTestHelper.h File third_party/WebKit/Source/platform/testing/MojoTestHelper.h (right): https://codereview.chromium.org/1538803002/diff/910001/third_party/WebKit/Source/platform/testing/MojoTestHelper.h#newcode18 third_party/WebKit/Source/platform/testing/MojoTestHelper.h:18: // MojoTestHelper ...
4 years, 10 months ago (2016-02-18 06:48:13 UTC) #58
Yuki
https://codereview.chromium.org/1538803002/diff/910001/third_party/WebKit/Source/platform/testing/MojoTestHelper.h File third_party/WebKit/Source/platform/testing/MojoTestHelper.h (right): https://codereview.chromium.org/1538803002/diff/910001/third_party/WebKit/Source/platform/testing/MojoTestHelper.h#newcode18 third_party/WebKit/Source/platform/testing/MojoTestHelper.h:18: // MojoTestHelper mojo_test_helper_; On 2016/02/18 06:48:13, esprehn wrote: > ...
4 years, 10 months ago (2016-02-18 07:20:35 UTC) #59
esprehn
I'm fine with using MessageLoop directly, it's just not clear that you always need one ...
4 years, 10 months ago (2016-02-18 07:29:48 UTC) #60
Ken Rockot(use gerrit already)
On Wed, Feb 17, 2016 at 11:29 PM, <esprehn@chromium.org> wrote: > I'm fine with using ...
4 years, 10 months ago (2016-02-18 08:45:31 UTC) #61
Ken Rockot(use gerrit already)
On Wed, Feb 17, 2016 at 11:29 PM, <esprehn@chromium.org> wrote: > I'm fine with using ...
4 years, 10 months ago (2016-02-18 08:45:31 UTC) #62
esprehn
On 2016/02/18 at 08:45:31, rockot wrote: > On Wed, Feb 17, 2016 at 11:29 PM, ...
4 years, 10 months ago (2016-02-18 09:10:48 UTC) #63
haraken
https://codereview.chromium.org/1538803002/diff/910001/third_party/WebKit/Source/web/WebViewImpl.cpp File third_party/WebKit/Source/web/WebViewImpl.cpp (right): https://codereview.chromium.org/1538803002/diff/910001/third_party/WebKit/Source/web/WebViewImpl.cpp#newcode4532 third_party/WebKit/Source/web/WebViewImpl.cpp:4532: BatteryDispatcher::instance().OnUpdateBatteryStatus( On 2016/02/18 06:48:13, esprehn wrote: > This should ...
4 years, 10 months ago (2016-02-18 11:38:04 UTC) #64
Yuki
Addressed Elliott's comments except for how to expose test APIs. If possible, I'd like to ...
4 years, 10 months ago (2016-02-18 13:33:44 UTC) #65
haraken
On 2016/02/18 13:33:44, Yuki wrote: > Addressed Elliott's comments except for how to expose test ...
4 years, 10 months ago (2016-02-18 13:36:31 UTC) #66
Ken Rockot(use gerrit already)
On 2016/02/18 at 09:10:48, esprehn wrote: > On 2016/02/18 at 08:45:31, rockot wrote: > > ...
4 years, 10 months ago (2016-02-18 15:36:36 UTC) #67
jam
On 2016/02/18 15:36:36, Ken Rockot wrote: > On 2016/02/18 at 09:10:48, esprehn wrote: > > ...
4 years, 10 months ago (2016-02-18 20:24:07 UTC) #68
tkent
On 2016/02/18 at 13:36:31, haraken wrote: > My point is just that if you spend ...
4 years, 10 months ago (2016-02-19 00:20:25 UTC) #69
esprehn
On 2016/02/19 at 00:20:25, tkent wrote: > On 2016/02/18 at 13:36:31, haraken wrote: > > ...
4 years, 10 months ago (2016-02-19 00:21:48 UTC) #70
Yuki
Okay, I moved testing support from window.testRunner to window.internals. No change in public/web/. Could you ...
4 years, 10 months ago (2016-02-19 07:37:20 UTC) #71
haraken
LGTM
4 years, 10 months ago (2016-02-19 07:42:00 UTC) #72
tkent
components/test_runner and third_party/WebKit lgtm
4 years, 10 months ago (2016-02-19 07:46:51 UTC) #73
Ken Rockot(use gerrit already)
On 2016/02/19 at 07:46:51, tkent wrote: > components/test_runner and third_party/WebKit lgtm FWIW (keeping the discussion ...
4 years, 10 months ago (2016-02-19 21:55:01 UTC) #74
esprehn
On 2016/02/19 at 21:55:01, rockot wrote: > On 2016/02/19 at 07:46:51, tkent wrote: > > ...
4 years, 10 months ago (2016-02-19 22:04:58 UTC) #75
jam
On 2016/02/19 22:04:58, esprehn wrote: > On 2016/02/19 at 21:55:01, rockot wrote: > > On ...
4 years, 10 months ago (2016-02-19 23:07:40 UTC) #76
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1538803002/990001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1538803002/990001
4 years, 10 months ago (2016-02-24 07:36:33 UTC) #79
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/149485)
4 years, 10 months ago (2016-02-24 07:49:14 UTC) #81
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1538803002/990001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1538803002/990001
4 years, 10 months ago (2016-02-24 10:45:13 UTC) #83
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/149532)
4 years, 10 months ago (2016-02-24 11:01:31 UTC) #85
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1538803002/1030001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1538803002/1030001
4 years, 10 months ago (2016-02-24 14:38:24 UTC) #88
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/149583)
4 years, 10 months ago (2016-02-24 14:51:06 UTC) #90
Sam McNally
On 2016/02/24 14:51:06, commit-bot: I haz the power wrote: > Dry run: Try jobs failed ...
4 years, 10 months ago (2016-02-24 23:49:11 UTC) #91
Yuki
On 2016/02/24 23:49:11, Sam McNally wrote: > On 2016/02/24 14:51:06, commit-bot: I haz the power ...
4 years, 10 months ago (2016-02-25 05:37:46 UTC) #92
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1538803002/1050001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1538803002/1050001
4 years, 10 months ago (2016-02-25 08:42:43 UTC) #96
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/179375)
4 years, 10 months ago (2016-02-25 10:10:52 UTC) #98
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1538803002/1070001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1538803002/1070001
4 years, 10 months ago (2016-02-25 12:38:01 UTC) #101
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/185675)
4 years, 10 months ago (2016-02-25 14:28:25 UTC) #103
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1538803002/1070001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1538803002/1070001
4 years, 10 months ago (2016-02-25 14:30:32 UTC) #105
commit-bot: I haz the power
Committed patchset #52 (id:1070001)
4 years, 10 months ago (2016-02-25 16:28:54 UTC) #107
commit-bot: I haz the power
Patchset 52 (id:??) landed as https://crrev.com/0d152ad4f21edf77ac5b585fcd8e6d05f1aae162 Cr-Commit-Position: refs/heads/master@{#377586}
4 years, 10 months ago (2016-02-25 16:30:33 UTC) #109
agrieve
On 2016/02/25 16:30:33, commit-bot: I haz the power wrote: > Patchset 52 (id:??) landed as ...
4 years, 10 months ago (2016-02-25 20:24:16 UTC) #110
Ken Rockot(use gerrit already)
Yep, let's revert. On Feb 25, 2016 12:24 PM, <agrieve@chromium.org> wrote: > On 2016/02/25 16:30:33, ...
4 years, 10 months ago (2016-02-25 20:26:20 UTC) #111
Ken Rockot(use gerrit already)
Yep, let's revert. On Feb 25, 2016 12:24 PM, <agrieve@chromium.org> wrote: > On 2016/02/25 16:30:33, ...
4 years, 10 months ago (2016-02-25 20:26:20 UTC) #112
agrieve
A revert of this CL (patchset #52 id:1070001) has been created in https://codereview.chromium.org/1740843002/ by agrieve@chromium.org. ...
4 years, 10 months ago (2016-02-25 20:34:14 UTC) #113
jam
These aren't bots on the CQ, so we can try to fix it asynchronously. Yuki ...
4 years, 10 months ago (2016-02-25 20:42:17 UTC) #114
jam
4 years, 10 months ago (2016-02-25 21:06:05 UTC) #115
Message was sent while issue was closed.
fix on the way https://codereview.chromium.org/1737873002

Powered by Google App Engine
This is Rietveld 408576698