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

Issue 1312123003: Add browsertests for //device/vibration. (Closed)

Created:
5 years, 3 months ago by leonhsl(Using Gerrit)
Modified:
5 years, 2 months ago
Reviewers:
jam, timvolodine
CC:
chromium-reviews, darin-cc_chromium.org, haltonhuo
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add browsertests for //device/vibration. Created integration test to verify that VibrationManager mojo service implementation is correctly exposed to the renderer. Todo: Create browsertests for Java impl VibrationManager service on android. BUG= Committed: https://crrev.com/64c1206dcc7df116ab14fabe86580c354f67fb26 Cr-Commit-Position: refs/heads/master@{#352838}

Patch Set 1 #

Patch Set 2 : Fixed tryserver failure #

Total comments: 13

Patch Set 3 : Rebase only #

Patch Set 4 : Address comments #

Patch Set 5 : Move test file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+167 lines, -0 lines) Patch
A content/browser/vibration_manager_integration_browsertest.cc View 1 2 3 4 1 chunk +135 lines, -0 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M content/test/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A content/test/data/vibration/vibration_manager_cancel_test.html View 1 chunk +15 lines, -0 lines 0 comments Download
A content/test/data/vibration/vibration_manager_vibrate_test.html View 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (8 generated)
leonhsl(Using Gerrit)
Created integration test to verify VibrationManager service exposure. Would you please take a look on ...
5 years, 3 months ago (2015-08-28 03:03:41 UTC) #2
leonhsl(Using Gerrit)
On 2015/08/28 03:03:41, leon.han wrote: > Created integration test to verify VibrationManager service exposure. > ...
5 years, 3 months ago (2015-08-28 03:06:22 UTC) #3
timvolodine
On 2015/08/28 03:06:22, leon.han wrote: > On 2015/08/28 03:03:41, leon.han wrote: > > Created integration ...
5 years, 3 months ago (2015-08-28 14:59:05 UTC) #4
leonhsl(Using Gerrit)
Uploaded patch #2 to fix tryserver failure. PTAL, Thanks~ Main update: Let test code use ...
5 years, 3 months ago (2015-08-31 09:20:38 UTC) #5
leonhsl(Using Gerrit)
ping~
5 years, 3 months ago (2015-09-06 02:39:53 UTC) #6
timvolodine
https://codereview.chromium.org/1312123003/diff/20001/content/browser/vibration/vibration_manager_integration_browsertest.cc File content/browser/vibration/vibration_manager_integration_browsertest.cc (right): https://codereview.chromium.org/1312123003/diff/20001/content/browser/vibration/vibration_manager_integration_browsertest.cc#newcode117 content/browser/vibration/vibration_manager_integration_browsertest.cc:117: g_wait_vibrate_runner->Run(); would base::WaitableEvent be a cleaner solution here? message ...
5 years, 3 months ago (2015-09-11 17:44:04 UTC) #7
leonhsl(Using Gerrit)
Thanks a lot for kindly comments. https://codereview.chromium.org/1312123003/diff/20001/content/browser/vibration/vibration_manager_integration_browsertest.cc File content/browser/vibration/vibration_manager_integration_browsertest.cc (right): https://codereview.chromium.org/1312123003/diff/20001/content/browser/vibration/vibration_manager_integration_browsertest.cc#newcode117 content/browser/vibration/vibration_manager_integration_browsertest.cc:117: g_wait_vibrate_runner->Run(); On 2015/09/11 ...
5 years, 3 months ago (2015-09-14 10:35:34 UTC) #8
leonhsl(Using Gerrit)
ping~ WDYT?
5 years, 2 months ago (2015-09-25 07:25:49 UTC) #9
timvolodine
lgtm modulo comments https://codereview.chromium.org/1312123003/diff/20001/content/browser/vibration/vibration_manager_integration_browsertest.cc File content/browser/vibration/vibration_manager_integration_browsertest.cc (right): https://codereview.chromium.org/1312123003/diff/20001/content/browser/vibration/vibration_manager_integration_browsertest.cc#newcode6 content/browser/vibration/vibration_manager_integration_browsertest.cc:6: #include "content/public/browser/web_contents.h" is this needed? https://codereview.chromium.org/1312123003/diff/20001/content/browser/vibration/vibration_manager_integration_browsertest.cc#newcode7 ...
5 years, 2 months ago (2015-09-28 15:05:53 UTC) #10
leonhsl(Using Gerrit)
Thanks a lot for kindly review :) Addressed all comments. https://codereview.chromium.org/1312123003/diff/20001/content/browser/vibration/vibration_manager_integration_browsertest.cc File content/browser/vibration/vibration_manager_integration_browsertest.cc (right): https://codereview.chromium.org/1312123003/diff/20001/content/browser/vibration/vibration_manager_integration_browsertest.cc#newcode6 ...
5 years, 2 months ago (2015-09-29 07:28:00 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312123003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312123003/60001
5 years, 2 months ago (2015-09-29 07:28:09 UTC) #13
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-09-29 09:16:01 UTC) #15
leonhsl(Using Gerrit)
Hi, jam@, PTAL as OWNER review. Thanks~
5 years, 2 months ago (2015-09-29 09:28:35 UTC) #17
jam
On 2015/09/29 09:28:35, leon.han wrote: > Hi, jam@, PTAL as OWNER review. Thanks~ no need ...
5 years, 2 months ago (2015-09-29 19:42:08 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312123003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312123003/80001
5 years, 2 months ago (2015-09-30 02:46:49 UTC) #20
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-09-30 04:12:57 UTC) #22
leonhsl(Using Gerrit)
On 2015/09/29 19:42:08, jam wrote: > On 2015/09/29 09:28:35, leon.han wrote: > > Hi, jam@, ...
5 years, 2 months ago (2015-09-30 05:10:50 UTC) #23
leonhsl(Using Gerrit)
ping~ jam@
5 years, 2 months ago (2015-10-06 10:54:01 UTC) #24
jam
On 2015/10/06 10:54:01, leon.han wrote: > ping~ jam@ sorry, I completely missed this. lgtm
5 years, 2 months ago (2015-10-06 14:53:30 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312123003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312123003/80001
5 years, 2 months ago (2015-10-07 12:35:14 UTC) #28
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 2 months ago (2015-10-07 14:35:04 UTC) #29
commit-bot: I haz the power
5 years, 2 months ago (2015-10-07 14:37:12 UTC) #30
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/64c1206dcc7df116ab14fabe86580c354f67fb26
Cr-Commit-Position: refs/heads/master@{#352838}

Powered by Google App Engine
This is Rietveld 408576698